|
|||||||||
| 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 TL1 Device.
The implementation of this interface will contain the custom code that will be executed when the connection status changes,ie when the connection is unexpectedly terminated. The implementation of this interface should be registered with TL1Session as follows.
session.setConnectionListener(ConnectionListenerImpl)where session is the instance of TL1Session and ConnectionListenerImpl is the implementation of this interface.
TL1Session.setConnectionListener(com.adventnet.tl1.ConnectionListener),
TL1Session.removeConnectionListener(),
TL1Session| Method Summary | |
|---|---|
void |
processConnectionDown(TL1Session session)
This method is invoked,if connection is lost with the TL1 device. |
| Method Detail |
|---|
void processConnectionDown(TL1Session session)
session - the instance of TL1Session .
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||