Acspy.Nc.ReconnectionCallback
index
/alma/ACS-2016.6/ACSSW/lib/python/site-packages/Acspy/Nc/ReconnectionCallback.py

Implementation of the Reconnection object to be regitered in the NC

 
Modules
       
omniORB.CORBA

 
Classes
       
acsnc__POA.OSReconnectionCallback(NotifyExt__POA.ReconnectionCallback, ACS__POA.OffShoot)
ReconnectionCallback

 
class ReconnectionCallback(acsnc__POA.OSReconnectionCallback)
    
Method resolution order:
ReconnectionCallback
acsnc__POA.OSReconnectionCallback
NotifyExt__POA.ReconnectionCallback
ACS__POA.OffShoot
omniORB.PortableServer.Servant
__builtin__.object

Methods defined here:
__init__(self, NCSub)
Constructor.
 
Params:
- NCSub is the consumer or supplier that implements the reconnect method
 
Returns: Nothing
 
Raises: Nothing
disconnect(self)
Release the resources used by the callback
 
Params: Nothing
 
Returns: Nothing
 
Raises: Nothing
init(self, ecf)
This method must be called to initialize and register the callback in the
corresponding Event Channel Factory
 
Params: 
- ecf id the EventChannelFactory to use to register the callback
 
Returns: Nothing
 
Raises:Nothing
is_alive(self)
reconnect(self, new_connection)

Data descriptors inherited from omniORB.PortableServer.Servant:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __revision__ = ''