ACSImpl.Subscription (version $Id: Subscription.py,v 1.1.1.1 2012/03/07 17:40:45 acaproni Exp $)
index
/alma/ACS-2016.6/ACSSW/lib/python/site-packages/ACSImpl/Subscription.py

This module provides an implementation of the Subscription IDL interface:

 
Classes
       
__builtin__.object
Subscription

 
class Subscription(__builtin__.object)
    Properties can be derived from Subscription only if their IDL derives from
ACS::Subscription.
 
  Methods defined here:
__init__(self, scheduler, timeoutID)
Constructor
 
Params:
- scheduler is an object used to schedule timeouts
- timeoutID is quite literally the unique ID for timeouts
 
Returns: Nothing
 
Raises: Nothing.
destroy(self)
Implementation of IDL method.
 
void destroy ();
resume(self)
Implementation of IDL method.
 
void resume ();
suspend(self)
Implementation of IDL method.
 
void suspend ();

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __version__ = '$Id: Subscription.py,v 1.1.1.1 2012/03/07 17:40:45 acaproni Exp $'