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

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

public class UpdateAttributes
extends Command

A class that represents a VHI UpdateAttributes command.

See Also:
CommandList, HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList), HostSession.updateAttributes(java.util.Collection)

Constructor Summary
UpdateAttributes()
          Constructs a new UpdateAttributes 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

UpdateAttributes

public UpdateAttributes()
Constructs a new UpdateAttributes command.

Method Detail

getName

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

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