Home | Trees | Indices | Help |
|
---|
|
SessionHandle represents a live session (connection) between a NetworkApplication and a single NetworkElement. It is the owner of session property settings and statistics.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor Keyword argument: id -- ID of the session. ne sessionProf Session profile.
|
|
Indicates whether another SessionHandle is "equal to" this one. Each authenticated session is assigned a SessionHandle, and each SessionHandle is assigned a unique ID (handle). The equals method for the SessionHandle compares the unique ID of the self SessionHandle with the ID of the other returned if the other is NULL, or if the unique ID of the other SessionHandle does Keyword argument: other Return; True if the IDs are the same; false otherwise. |
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:28 2014 | http://epydoc.sourceforge.net |