public interface CommandAcceptor extends StatedObject
Modifier and Type | Method and Description |
---|---|
void |
postCommand(Command cmd)
This method puts a command object into a mailbox of a CODA
component that is periodically checked by that component.
|
getError, state
void postCommand(Command cmd) throws java.lang.InterruptedException
cmd
- of type Command (eg. start transition, control run variables, control session)java.lang.InterruptedException
- if thread interrupted while in method.