| Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXMasterSession |
protected int |
AgentXCommandProcessor.acceptSession(AgentXMasterSession session)
|
AgentXResponsePDU |
AgentXCommandProcessor.addAgentCaps(AgentXAddAgentCapsPDU pdu,
AgentXMasterSession session)
|
protected void |
AgentXCommandProcessor.addSession(AgentXMasterSession session)
|
AgentXResponsePDU |
AgentXCommandProcessor.closeSession(AgentXClosePDU pdu,
AgentXMasterSession session)
|
void |
AgentXCommandProcessor.closeSession(AgentXMasterSession session,
byte reason)
|
AgentXResponsePDU |
AgentXCommandProcessor.indexAllocate(AgentXIndexAllocatePDU pdu,
AgentXMasterSession session)
|
AgentXResponsePDU |
AgentXCommandProcessor.indexDeallocate(AgentXIndexDeallocatePDU pdu,
AgentXMasterSession session)
|
protected AgentXResponsePDU |
AgentXCommandProcessor.notify(AgentXNotifyPDU pdu,
AgentXMasterSession session)
|
protected AgentXResponsePDU |
AgentXCommandProcessor.ping(AgentXPingPDU pdu,
AgentXMasterSession session)
|
protected AgentXResponsePDU |
AgentXCommandProcessor.register(AgentXRegisterPDU pdu,
AgentXCommandEvent command,
AgentXMasterSession session)
|
AgentXResponsePDU |
AgentXCommandProcessor.removeAgentCaps(AgentXRemoveAgentCapsPDU pdu,
AgentXMasterSession session)
|
protected void |
AgentXCommandProcessor.removeAllRegistrations(AgentXMasterSession session)
|
protected AgentXResponsePDU |
AgentXCommandProcessor.unregister(AgentXUnregisterPDU pdu,
AgentXCommandEvent event,
AgentXMasterSession session)
|