JMACS

org.jmacs
Interface IDiDriver.IContext.IControlOnly

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

public static interface IDiDriver.IContext.IControlOnly
extends IDiDriver.IContext

passed to IDiDriver.IClient.IControllers.


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
 Serializable executeCmd(String diName, Serializable cmd)
          attempts to have diName execute cmd.
 
Methods inherited from interface org.jmacs.IDiDriver.IContext
getStatus, getStatus
 

Method Detail

executeCmd

Serializable executeCmd(String diName,
                        Serializable cmd)
                        throws DiDriverException,
                               ClientDiException
attempts to have diName execute cmd.

Parameters:
diName - See IDiDriver.IContext.
Throws:
NoSuchServerDiException - if the specified DI is not currently registered
RemoteException - if a network problem arose
DiDriverException - if the specified DI was unable to execute the command
ClientDiException

JMACS

jmacs.org