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

Packages that use PowerState
net.java.dev.vcc.api   
 

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

Methods in net.java.dev.vcc.api that return PowerState
 PowerState ComputerSnapshot.getState()
          Gets the state of the virtual computer when the snapshot was taken.
 PowerState Computer.getState()
          Gets the power state of this computer.
static PowerState PowerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PowerState[] PowerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.java.dev.vcc.api that return types with arguments of type PowerState
 java.util.Set<PowerState> Datacenter.getAllowedStates()
          Gets all the power states that are supported by this connection.
 java.util.Set<PowerState> Datacenter.getAllowedStates(PowerState from)
          Gets all the power states that can be transitioned to from a specific power state.
 java.util.concurrent.Future<PowerState> Computer.getFutureState()
          If Computer.isStateChanging() is true then this method returns a Future for the state that the computer is transitioning into, otherwise this method will return a completed Future for the current state.
 

Methods in net.java.dev.vcc.api with parameters of type PowerState
 java.util.Set<PowerState> Datacenter.getAllowedStates(PowerState from)
          Gets all the power states that can be transitioned to from a specific power state.
 



Copyright © 2009. All Rights Reserved.