SourceForge.net Logo

Uses of Class
org.netsnmp.NetSNMPSession

Packages that use NetSNMPSession
org.netsnmp   
org.netsnmp.swingui   
org.netsnmp.util   
 

Uses of NetSNMPSession in org.netsnmp
 

Methods in org.netsnmp that return NetSNMPSession
 NetSNMPSession SessionProvider.createSession()
           
 NetSNMPSession SessionProvider.createSession(boolean open)
           
 

Methods in org.netsnmp with parameters of type NetSNMPSession
 boolean NetSNMPAction.actionPerformed(int result, NetSNMPSession session, PDU pdu, Object o)
          Called when a session receives a pdu result
 

Constructors in org.netsnmp with parameters of type NetSNMPSession
NetSNMPSyncSession(NetSNMPSession sess)
           
 

Uses of NetSNMPSession in org.netsnmp.swingui
 

Methods in org.netsnmp.swingui that return NetSNMPSession
 NetSNMPSession SessionPanel.createSession(boolean open)
          Creates a new session based on
 NetSNMPSession SessionPanel.createSession()
           
 NetSNMPSession SessionDialog.createSession()
           
 NetSNMPSession SessionDialog.createSession(boolean open)
           
 NetSNMPSession MIBDialog.createSession()
           
 NetSNMPSession MIBDialog.createSession(boolean open)
           
 

Methods in org.netsnmp.swingui with parameters of type NetSNMPSession
 void SessionPanel.configureSession(NetSNMPSession s)
          Convenience function that will configure a session with the settings in the panel
 

Uses of NetSNMPSession in org.netsnmp.util
 

Methods in org.netsnmp.util with parameters of type NetSNMPSession
 boolean ValueCollector.actionPerformed(int result, NetSNMPSession session, PDU pdu, Object o)
           
 

Constructors in org.netsnmp.util with parameters of type NetSNMPSession
ValueCollector(NetSNMPSession copySession, OID baseOID)
          Create a new instance of a ValueCollector using an exisiting session's peer, community and version.
 


SourceForge.net Logo