Uses of Class
net.java.dev.vcc.api.Command

Packages that use Command
net.java.dev.vcc.api   
net.java.dev.vcc.api.commands   
net.java.dev.vcc.spi   
 

Uses of Command in net.java.dev.vcc.api
 

Methods in net.java.dev.vcc.api with type parameters of type Command
<T extends Command>
T
ManagedObject.execute(T command)
          Executes a command against this managed object.
 

Methods in net.java.dev.vcc.api that return types with arguments of type Command
 java.util.Set<java.lang.Class<? extends Command>> ManagedObject.getCommands()
          Returns the types of Command that are supported on this Managed Object.
 java.util.Set<java.lang.Class<? extends Command>> CapabilityProfile.getCommands(java.lang.Class<? extends ManagedObject> managedObjectClass)
          Returns the types of Command that are supported against a specific type of ManagedObject.
 

Uses of Command in net.java.dev.vcc.api.commands
 

Subclasses of Command in net.java.dev.vcc.api.commands
 class Clone
          Clones a Computer or a ComputerTemplate.
 class Delete
          Deletes an object.
 class PauseComputer
          Starts a Computer.
 class RestartComputer
          Starts a Computer.
 class StartComputer
          Starts a Computer.
 class StopComputer
          Starts a Computer.
 class SuspendComputer
          Starts a Computer.
 class TakeSnapshot
          Takes a ComputerSnapshot of a Computer.
 

Uses of Command in net.java.dev.vcc.spi
 

Methods in net.java.dev.vcc.spi that return types with arguments of type Command
 java.util.Set<java.lang.Class<? extends Command>> AbstractDatacenter.getCommands(java.lang.Class<? extends ManagedObject> managedObjectClass)
          Returns the types of Command that are supported against a specific type of ManagedObject.
protected static java.util.Map.Entry<java.lang.Class<? extends ManagedObject>,java.util.Set<java.lang.Class<? extends Command>>> AbstractDatacenter.with(java.lang.Class<? extends ManagedObject> object, java.lang.Class<? extends Command>... commands)
          Helper method.
 



Copyright © 2009. All Rights Reserved.