|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectionListener
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 |
|---|
void processConnectionDown(SnmpSession session,
ProtocolOptions protocolOptions)
session - reference to the SnmpSession object.protocolOptions - reference to the ProtocolOptions object.
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 | ||||||||