User guide

3-288
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.15.1 endSession
Each Session_I object is responsible for pinging the other Session_I object periodically to detect
communication failures. CTM invokes this method on NmsSession_I every five minutes. If this call
raises an exception, CTM assumes the session is no longer connected and deletes all resources allocated
to it.
Attributes
readonly attribute Session_I associatedSession;
This attribute contains a reference to the Session_I on the NMS/EMS associated with the object. This
attribute can be checked to verify the NmsSession_I/EmsSession_I association is still valid (particularly
in case of communication failures).
3.15.1 endSession
Synopsis
oneway void endSession();
Description
This interface enables a controlled disconnect between parties.
Parameters
None.
Throws
None.
Compliance
TMF-defined.
3.15.2 ping
Synopsis
void ping();
Description
This interface enables the detection of communication loss. CTM pings the NMS every five minutes.
Parameters
None.
Throws
None.
Compliance
TMF-defined.