Uses of Class
org.snmp4j.agent.agentx.master.AgentXMasterSession

Packages that use AgentXMasterSession
org.snmp4j.agent.agentx.master   
 

Uses of AgentXMasterSession in org.snmp4j.agent.agentx.master
 

Methods in org.snmp4j.agent.agentx.master that return AgentXMasterSession
 AgentXMasterSession AgentXPendingGet.getSession()
           
 AgentXMasterSession AgentXPendingClose.getSession()
           
 AgentXMasterSession AgentXPendingSet.getSession()
           
 AgentXMasterSession AgentXRegEntry.getSession()
           
 AgentXMasterSession AgentXPending.getSession()
           
protected  AgentXMasterSession AgentXCommandProcessor.getSession(AgentXPDU pdu)
           
protected  AgentXMasterSession AgentXCommandProcessor.getSession(int sessionID)
           
protected  AgentXMasterSession AgentXCommandProcessor.removeSession(int sessionID)
           
 

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)
           
 

Constructors in org.snmp4j.agent.agentx.master with parameters of type AgentXMasterSession
AgentXPendingClose(AgentXMasterSession session, AgentXClosePDU pendingClosePDU)
           
AgentXRegEntry(AgentXMasterSession session, AgentXRegion region, int priority, org.snmp4j.smi.OctetString context, int timeout)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.