Interface v.c.a.i.IBatchProcessor(Interface):

Part of vmc.contrib.axiom.iaxiom View In Hierarchy

No interface docstring
Method addReliableListener Add the given Item to the set which will be notified of Items
Method removeReliableListener Remove a previously added listener.
Method getReliableListeners Return an iterable of the listeners which have been added to
def addReliableListener(listener, style=LOCAL):

Add the given Item to the set which will be notified of Items available for processing.

Note: Each Item is processed synchronously. Adding too many listeners to a single batch processor will cause the step method to block while it sends notification to each listener.
ParameterslistenerThe item to which listened-for items will be passed for processing. (type: IReliableListener )
def removeReliableListener(listener):
Remove a previously added listener.
def getReliableListeners():
Return an iterable of the listeners which have been added to this batch processor.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.