org.inria.myriads.snoozeclient.parser.api.impl.commands
Class ClusterCommandBase

java.lang.Object
  extended by org.inria.myriads.snoozeclient.parser.api.impl.commands.ClusterCommandBase
All Implemented Interfaces:
Command
Direct Known Subclasses:
DestroyCommand, InfoCommand, RemoveCommand, ResumeCommand, ShutdownCommand, StartCommand, SuspendCommand

public class ClusterCommandBase
extends Object

Cluster command.

Author:
Eugen Feller

Constructor Summary
ClusterCommandBase()
           
 
Method Summary
 String getVirtualClusterName()
          Returns the virtual cluster name.
 String getVirtualMachineName()
          Returns the virtual machine name.
 boolean isHelp()
          Checks if help is needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterCommandBase

public ClusterCommandBase()
Method Detail

getVirtualMachineName

public String getVirtualMachineName()
Returns the virtual machine name.

Returns:
The virtual machine name

getVirtualClusterName

public String getVirtualClusterName()
Returns the virtual cluster name.

Returns:
The virtual cluster name

isHelp

public boolean isHelp()
Checks if help is needed.

Specified by:
isHelp in interface Command
Returns:
true if needed, false otherwise


Copyright © 2012. All Rights Reserved.