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.
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.org