|
WebNMS TL1 API Release 4 Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface must be implemented by the Agent Application in order to monitor the connections established with the TL1ServerSession.
This interface allows users to perform some action :
serversession.setServerSessionListener(serverSessionListenerImpl);
where serversession is the instance of TL1ServerSession and serverSessionListenerImpl is the implementation of this interface.
TL1ServerSession,
TL1ServerSession.setServerSessionListener(com.adventnet.tl1.ServerSessionListener),
TL1ServerSession.removeServerSessionListener()| Method Summary | |
void |
tl1SessionAdded(TL1ServerSession serversession,
TL1Session session)
Invoked after establishing connection with the TL1ServerSession. |
void |
tl1SessionRemoved(TL1ServerSession serversession,
TL1Session session)
Invoked after removing the TL1Session from the TL1ServerSession by the Agent application. |
| Method Detail |
public void tl1SessionAdded(TL1ServerSession serversession,
TL1Session session)
serversession - TL1ServerSession instance.session - TL1Session instance.
public void tl1SessionRemoved(TL1ServerSession serversession,
TL1Session session)
serversession - TL1ServerSession instance.session - TL1Session instance.
|
WebNMS TL1 API Release 4 Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||