Package onep :: Package element :: Module SessionProperty :: Class SessionProperty
[frames] | no frames]

Class SessionProperty


SessionProperty contains properties of a connection to the network element. The properties are read-only and cannot be modified by the application.

Instance Methods
 
__init__(self, config, ne)
Constructor
 
transportMode(self)
 
reconnectTimer(self)
 
port(self)
 
eventQueueSize(self)
 
eventThreadPool(self)
 
eventDropMode(self)
 
keepAliveIdleTime(self)
 
keepAliveInterval(self)
 
keepAliveRetryCount(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables
NetworkElement element
The network element
str username
The user name for the network element.
Properties

Inherited from object: __class__

Method Details

__init__(self, config, ne)
(Constructor)

 

Constructor

Keyword argument:
config 
    The SessionConfig object whose attributes will be used and contained 
    by this SessionProperty instance.
ne
    The network element

Overrides: object.__init__