JMACS

org.jmacs
Interface IDi.IDriver.ISubscriber.IContext

All Superinterfaces:
IDi.IDriver.IContext, IDi.IDriver.ISampler.IContext
All Known Subinterfaces:
IDi.IDriver.IClient.IContext
Enclosing interface:
IDi.IDriver.ISubscriber

public static interface IDi.IDriver.ISubscriber.IContext
extends IDi.IDriver.ISampler.IContext

as passed to IDi.IDriver.ISubscriber.


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 ends the subscription.
 
Methods inherited from interface org.jmacs.IDi.IDriver.ISampler.IContext
getStatus, getStatus
 
Methods inherited from interface org.jmacs.IDi.IDriver.IContext
getConstants
 

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 ends the subscription.

Parameters:
diName - See IDi.IDriver.ISampler.IContext.
Throws:
ClientDiException

JMACS

jmacs.org