ks.monitor
Class MonitorCommand

java.lang.Object
  |
  +--Command
        |
        +--ks.monitor.MonitorCommand

public class MonitorCommand
extends Command

Simple MonitorCommand to activate/deactivate monitoring on the server side.

See Also:
Serialized Form

Field Summary
protected static java.lang.String ACTIVATE
          The determination of activation.
 
Constructor Summary
MonitorCommand(boolean activate)
          Default Constructor.
 
Method Summary
 java.lang.String getActivate()
          Return activation status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVATE

protected static final java.lang.String ACTIVATE
The determination of activation.

See Also:
Constant Field Values
Constructor Detail

MonitorCommand

public MonitorCommand(boolean activate)
Default Constructor.

Method Detail

getActivate

public java.lang.String getActivate()
Return activation status.

Returns:
java.lang.String