Home | Trees | Indices | Help |
|
---|
|
IdentitySession represents a session record in the database in a network element.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Updates the attributes of the session record in database. The method will fail if the session record hasn't been created previously using add_session(). Only the attributes passed in will be updated while retaining the older values for other attributes, if any. @param attr_list List of attributes that needed to be updated. @throws OnepIllegalArgumentException The exception is thrown when any of input parameter is invalid. @throws OnepConnectionException The exception is thrown when the network element is not connected. @throws OnepRemoteProcedureException The exception is thrown when an error has occurred in the remote procedure call made to the network element. |
Retrieves the attributes from a session record in database. @param retrieve_list The retrieve_list specifies a list of Attribute to be retrieved. If the optional retrieve_list is None or an empty list, all attributes will be retrieved. If the retrieve_list is not null, only a subset of the attributes listed in the retrieveList will be retrieved. @return the list of attributes retrieved. @throws OnepIllegalArgumentException The exception is thrown when any of input parameter is invalid. @throws OnepConnectionException The exception is thrown when the network element is not connected. @throws OnepRemoteProcedureException The exception is thrown when an error has occurred in the remote procedure call made to the network element. |
Deletes the session record from the database. @throws OnepIllegalArgumentException The exception is thrown when any of input parameter is invalid. @throws OnepConnectionException The exception is thrown when the network element is not connected. @throws OnepRemoteProcedureException The exception is thrown when an error has occurred in the remote procedure call made to the network element. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:28 2014 | http://epydoc.sourceforge.net |