stella.command
Class HaltWatchMaster
java.lang.Object
java.util.EventObject
util.rmi.RmiEvent
stella.MessageEvent
stella.CommandEvent
stella.command.SimpleCommand
stella.command.HaltWatchMaster
- All Implemented Interfaces:
- Serializable, ScsCommand
public class HaltWatchMaster
- extends SimpleCommand
- implements ScsCommand
The command to temporarely cease counting of the internal clock in the SCS.
Uses a normal command to allow it to be seamlessly incorporated into XML-
error handlers.
- See Also:
- Serialized Form
|
Constructor Summary |
HaltWatchMaster(Object src)
Constructs a halt watch, grabbing the type from the class
name and setting the command time to the current system time. |
HaltWatchMaster(Object src,
String type,
long time)
Constructs a move telescope command. |
| Methods inherited from class stella.MessageEvent |
checkType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toString |
HaltWatchMaster
public HaltWatchMaster(Object src)
- Constructs a halt watch, grabbing the type from the class
name and setting the command time to the current system time.
HaltWatchMaster
public HaltWatchMaster(Object src,
String type,
long time)
- Constructs a move telescope command. Only the header is fully qualified
with the provided argumnets. The command line can only be retrieved
after a
DTDConstants.SETUP
element has been registered to
this command.
- See Also:
MessageEvent.isValid()