Package | Description |
---|---|
org.snmp4j.agent.agentx.master |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAgentXPending |
class |
AgentXPendingClose |
class |
AgentXPendingGet |
class |
AgentXPendingSet |
Modifier and Type | Method and Description |
---|---|
AgentXPending |
AgentXQueue.AgentXQueueEntry.get(int sessionID,
boolean remove) |
AgentXPending |
AgentXQueue.get(int sessionID,
int transactionID)
Returns the AgentX request in the queue identified by an AgentX session ID
and a transaction ID.
|
AgentXPending |
AgentXQueueEvent.getQueueElement() |
AgentXPending |
AgentXQueue.remove(int sessionID,
int transactionID)
Returns the AgentX request in the queue identified by an AgentX session ID
and a transaction ID and removes that request from the queue.
|
Modifier and Type | Method and Description |
---|---|
Collection<AgentXPending> |
AgentXQueue.AgentXQueueEntry.getPending() |
Modifier and Type | Method and Description |
---|---|
void |
AgentXQueue.AgentXQueueEntry.addEntry(AgentXPending pendingRequest) |
protected void |
AgentXCommandProcessor.processAgentXBulkResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
AgentXCommandProcessor.processAgentXGetNextResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
AgentXCommandProcessor.processAgentXGetResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
AgentXCommandProcessor.processAgentXSearchResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
AgentXCommandProcessor.processAgentXSetResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected static void |
AgentXCommandProcessor.processsErrorResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
Constructor and Description |
---|
AgentXQueueEvent(Object source,
int type,
AgentXPending queueElement) |
Copyright © 2016 SNMP4J.org. All rights reserved.