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

Class SessionStatistics


SessionStatistics represents statistical data of a live session (connection) between a NetworkApplication and a single NetworkElement.

Instance Methods
 
__init__(self, ne)
constructor
 
clearEventCounters(self)
Clears the event total and drop counts.

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

Properties

Inherited from object: __class__

Method Details

__init__(self, ne)
(Constructor)

 

constructor 

Keyword argument:
ne
    The NetworkElement that associates with the SessionHandle.

Overrides: object.__init__

clearEventCounters(self)

 

Clears the event total and drop counts. The method clears (resets) the event drop count and event total count.