|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class is always used in conjunction with the SNMPConnection class and must be implemented by any class wishing to receive SNMP events.
Method Summary | |
void |
handleSNMPReceive(SNMPObjectIdentifier itemID,
SNMPObject snmpValue)
Handle data received from the SNMP connection. |
void |
handleSocketStatus(int status)
Handles status returned from the socket. |
Method Detail |
public void handleSocketStatus(int status)
status
- public void handleSNMPReceive(SNMPObjectIdentifier itemID, SNMPObject snmpValue)
itemID
- SNMPObjectIdentifier containing the OID of the data to access.snmpValue
- SNMPObject containing the value returned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |