org.jactr.tools.async.message.command.state
Class RuntimeStateCommand
java.lang.Object
org.jactr.tools.async.message.BaseMessage
org.jactr.tools.async.message.command.state.RuntimeStateCommand
- All Implemented Interfaces:
- java.io.Serializable, ICommand, IRuntimeStateCommand, IStateCommand, IMessage
public class RuntimeStateCommand
- extends BaseMessage
- implements IRuntimeStateCommand, java.io.Serializable
- Author:
- developer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jactr.tools.async.message.IMessage |
getID |
RuntimeStateCommand
public RuntimeStateCommand(boolean suspendImmediately)
- assumes State.START
- Parameters:
suspendImmediately -
RuntimeStateCommand
public RuntimeStateCommand(IStateCommand.State requestedState)
getState
public IStateCommand.State getState()
- Specified by:
getState in interface IStateCommand
- See Also:
IStateCommand.getState()
shouldSuspendImmediately
public boolean shouldSuspendImmediately()
- Specified by:
shouldSuspendImmediately in interface IRuntimeStateCommand
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object