com.wrq.vhi.script.api.command
Class CheckOperationConditions

java.lang.Object
  extended by com.wrq.vhi.script.api.command.Command
      extended by com.wrq.vhi.script.api.command.CheckOperationConditions

public class CheckOperationConditions
extends Command

A class that represents a VHI CheckOperationConditions command.

See Also:
CommandList, HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList), HostSession.checkOperationConditions()

Constructor Summary
CheckOperationConditions()
          Constructs a new CheckOperationConditions command.
 
Method Summary
 java.lang.String getName()
          Gets the command name.
 
Methods inherited from class com.wrq.vhi.script.api.command.Command
isValidEchoType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckOperationConditions

public CheckOperationConditions()
Constructs a new CheckOperationConditions command.

Method Detail

getName

public java.lang.String getName()
Gets the command name.

Specified by:
getName in class Command
Returns:
the command name