org.almendra.janet.cas.monitor.commands
Class UnsetMaskCommand

java.lang.Object
  extended by org.almendra.janet.cas.monitor.commands.AbstractConsumerCommand
      extended by org.almendra.janet.cas.monitor.commands.UnsetMaskCommand
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ICommand

public class UnsetMaskCommand
extends AbstractConsumerCommand
implements ICommand

See Also:
Serialized Form

Field Summary
static java.lang.String QualifiedName
           
 
Fields inherited from class org.almendra.janet.cas.monitor.commands.AbstractConsumerCommand
nodeName
 
Fields inherited from interface org.almendra.janet.cas.scheduling.ICommand
ApplicationMaxPriority, ApplicationMinPriority, InterruptPriority, SystemPriority
 
Constructor Summary
protected UnsetMaskCommand()
          Creates a new UnsetMaskCommand object.
  UnsetMaskCommand(java.lang.String nodeName)
          Creates a new UnsetMaskCommand object.
 
Method Summary
 java.lang.String getQualifiedName()
          Answer the fully qualified name of the command, e.g. package and class name.
 java.lang.String toLogString()
          Return a string printing a command onto a string used for logging.
 
Methods inherited from class org.almendra.janet.cas.monitor.commands.AbstractConsumerCommand
clone, getNodeName, getPriority
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.almendra.janet.cas.scheduling.ICommand
clone, getPriority
 

Field Detail

QualifiedName

public static final java.lang.String QualifiedName
See Also:
Constant Field Values
Constructor Detail

UnsetMaskCommand

protected UnsetMaskCommand()
Creates a new UnsetMaskCommand object.


UnsetMaskCommand

public UnsetMaskCommand(java.lang.String nodeName)
Creates a new UnsetMaskCommand object.

Method Detail

getQualifiedName

public java.lang.String getQualifiedName()
Description copied from interface: ICommand
Answer the fully qualified name of the command, e.g. package and class name.

Specified by:
getQualifiedName in interface ICommand
Returns:

toLogString

public java.lang.String toLogString()
Description copied from interface: ICommand
Return a string printing a command onto a string used for logging.

Specified by:
toLogString in interface ICommand
Returns: