Uses of Class
org.snmp4j.agent.agentx.master.AgentXMasterSession
Packages that use AgentXMasterSession
-
Uses of AgentXMasterSession in org.snmp4j.agent.agentx.master
Methods in org.snmp4j.agent.agentx.master that return AgentXMasterSessionModifier and TypeMethodDescriptionprotected AgentXMasterSession<?> AgentXCommandProcessor.getSession(int sessionID) Gets the session for a given session ID.protected AgentXMasterSession<?> AgentXCommandProcessor.getSession(AgentXPDU pdu) Gets the session for anAgentXPDU.AgentXPending.getSession()Gets the master agent session.AgentXPendingClose.getSession()AgentXPendingGet.getSession()AgentXPendingSet.getSession()AgentXRegEntry.getSession()Gets theAgentXSession.protected AgentXMasterSession<?> AgentXCommandProcessor.removeSession(int sessionID) Remove a session.Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXMasterSessionModifier and TypeMethodDescriptionprotected intAgentXCommandProcessor.acceptSession(AgentXMasterSession<?> session) Accept a new session and fire the correspondingAgentXMasterEvent.SESSION_ADDEDevent.AgentXCommandProcessor.addAgentCaps(AgentXAddAgentCapsPDU pdu, AgentXMasterSession<?> session) Process anAgentXAddAgentCapsPDU.protected voidAgentXCommandProcessor.addSession(AgentXMasterSession<?> session) Add a new session and fire the correspondingAgentXMasterEvent.SESSION_ADDEDevent.AgentXCommandProcessor.closeSession(AgentXClosePDU pdu, AgentXMasterSession<?> session) Process anAgentXClosePDU, close the session and remove all registrations.<A extends org.snmp4j.smi.Address>
intAgentXCommandProcessor.closeSession(AgentXMasterSession<A> session, byte reason) Close the specifiedAgentXSession.AgentXCommandProcessor.indexAllocate(AgentXIndexAllocatePDU pdu, AgentXMasterSession<?> session) Allocate an index.AgentXCommandProcessor.indexDeallocate(AgentXIndexDeallocatePDU pdu, AgentXMasterSession<?> session) Deallocate an index.protected AgentXResponsePDUAgentXCommandProcessor.notify(AgentXNotifyPDU pdu, AgentXMasterSession<?> session) Process a notification PDU for anAgentXSession.protected AgentXResponsePDUAgentXCommandProcessor.ping(AgentXPingPDU pdu, AgentXMasterSession<?> session) Respond to a Ping request.protected <A extends org.snmp4j.smi.Address>
AgentXResponsePDUAgentXCommandProcessor.register(AgentXRegisterPDU pdu, AgentXCommandEvent<A> command, AgentXMasterSession<A> session) Process aAgentXRegisterPDU.AgentXCommandProcessor.removeAgentCaps(AgentXRemoveAgentCapsPDU pdu, AgentXMasterSession<?> session) Process anAgentXRemoveAgentCapsPDU.protected voidAgentXCommandProcessor.removeAllRegistrations(AgentXMasterSession<?> session) Remove all registrations for a session.protected <A extends org.snmp4j.smi.Address>
AgentXResponsePDUAgentXCommandProcessor.unregister(AgentXUnregisterPDU pdu, AgentXCommandEvent<A> event, AgentXMasterSession<A> session) Process aAgentXUnregisterPDU.Constructors in org.snmp4j.agent.agentx.master with parameters of type AgentXMasterSessionModifierConstructorDescriptionAgentXPendingClose(AgentXMasterSession<A> session, AgentXClosePDU pendingClosePDU) Creates aAgentXPendingClosefrom session and close PDU.AgentXRegEntry(AgentXMasterSession<A> session, AgentXRegion region, int priority, org.snmp4j.smi.OctetString context, int timeout) Creates a new registry entry.