ACSImpl.Subscription (version $Id: Subscription.py,v 1.4 2005/06/13 18:04:24 dfugate Exp $)
index
/diska/alma_tmp/ACS/LGPL/CommonSoftware/acspy/src/ACSImpl/Subscription.py

This module provides an implementation of the Subscription IDL interface:

 
Classes
       
Subscription

 
class Subscription
    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
        __version__ = '$Id: Subscription.py,v 1.4 2005/06/13 18:04:24 dfugate Exp $'