|
JoeSNMP API 0.3.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpAgentSession | |
---|---|
org.opennms.protocols.snmp |
Uses of SnmpAgentSession in org.opennms.protocols.snmp |
---|
Fields in org.opennms.protocols.snmp declared as SnmpAgentSession | |
---|---|
private SnmpAgentSession |
SnmpAgentSession.AgentHandler.m_forWhom
Who to pass as the session parameter |
Methods in org.opennms.protocols.snmp with parameters of type SnmpAgentSession | |
---|---|
void |
SnmpAgentHandler.SnmpAgentSessionError(SnmpAgentSession session,
int error,
java.lang.Object ref)
This method is invoked if an error occurs in the session. |
void |
SnmpAgentHandler.snmpReceivedPdu(SnmpAgentSession session,
java.net.InetAddress manager,
int port,
SnmpOctetString community,
SnmpPduPacket pdu)
This method is defined to handle SNMP requests that are received by the session. |
Constructors in org.opennms.protocols.snmp with parameters of type SnmpAgentSession | |
---|---|
SnmpAgentSession.AgentHandler(SnmpAgentSession sess)
Creates an internal agent handler to be the intermediary for the interface between the SnmpPortal and the Session. |
|
JoeSNMP API 0.3.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |