JMACS

org.jmacs
Interface IDiDriver.IContext.ISubscribeOnly

All Superinterfaces:
IDiDriver.IContext
All Known Subinterfaces:
IDiDriver.IContext.IFull
Enclosing interface:
IDiDriver.IContext

public static interface IDiDriver.IContext.ISubscribeOnly
extends IDiDriver.IContext

passed to IDiDriver.IClient.ISubscribers.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jmacs.IDiDriver.IContext
IDiDriver.IContext.IControlOnly, IDiDriver.IContext.IFull, IDiDriver.IContext.ISubscribeOnly, IDiDriver.IContext.TimestampContainer
 
Method Summary
 void subscribe(String diName, boolean b)
          causes status samples from the specified DI to be fetched and cached as they become available, or that the subscription be ended.
 
Methods inherited from interface org.jmacs.IDiDriver.IContext
getStatus, getStatus
 

Method Detail

subscribe

void subscribe(String diName,
               boolean b)
               throws ClientDiException
causes status samples from the specified DI to be fetched and cached as they become available, or that the subscription be ended.

Parameters:
diName - See above.
Throws:
ClientDiException

JMACS

jmacs.org