Home | Trees | Indices | Help |
|
---|
|
NetworkApplication represents the network services consumer delegate and is the owner of onePK application-level property settings and statistics. Only one such instance exists (singleton instance). It is used to instantiate NetworkElements and keeps the collection of NetworkElements instantiated from it.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Class Methods | |||
|
Class Variables | |
DEFAULT_RDWR_TIMEOUT = 180 Default Socket Read/Write timeout (seconds) This is only used for the API channel. |
|
instance_ = None Default ROOT Certification file for TSL connection |
|
DEFAULT_ROOT_CA_CERTS =
|
Properties | |
name | |
Inherited from |
Method Details |
Gets the instance of the NetworkApplication singleton class.
|
Instantiates a new NetworkElement.
|
Gets an instance of the NetworkElement addressed by the elementAddress Gets an instance of the NetworkElement addressed by the elementAddress, which is represented in the InetAddress format. Instantiates a network element addressed by the elementAddress in the InetAddress format, if it does not exist yet. NetworkApplication can have only one session (connection) to a network element. If it exists already, the existing instance is returned. The newly instantiated network_element is in the initial DISCONNECTED state. Use NetworkElement connect() API to connect to the network element.
|
Class Variable Details |
DEFAULT_RDWR_TIMEOUTDefault Socket Read/Write timeout (seconds) This is only used for the API channel. Event channel does not have timeouts. This timeout prevents IDL calls from blocking if the connection is down.
|
Property Details |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:28 2014 | http://epydoc.sourceforge.net |