|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is an interface that the user must implement to monitor the status of the connection with the SnmpSession.
| Method Summary | |
void |
processConnectionDown(SnmpSession session,
ProtocolOptions protocolOptions)
This method is invoked,if the connection is lost with the peer. |
void |
processConnectionUp(SnmpSession session,
ProtocolOptions protocolOptions)
This method is invoked, if the connection is regained with the peer. |
| Method Detail |
public void processConnectionDown(SnmpSession session,
ProtocolOptions protocolOptions)
session - reference to the SnmpSession object.protocolOptions - reference to the ProtocolOptions object.
public void processConnectionUp(SnmpSession session,
ProtocolOptions protocolOptions)
session - reference to the SnmpSession object.protocolOptions - reference to the ProtocolOptions object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||