A B C D E F G H I L M N P R S T V W

A

AbstractComputer - Class in net.java.dev.vcc.spi
Created by IntelliJ IDEA.
AbstractComputer(ManagedObjectId<Computer>) - Constructor for class net.java.dev.vcc.spi.AbstractComputer
 
AbstractComputerSnapshot - Class in net.java.dev.vcc.spi
Created by IntelliJ IDEA.
AbstractComputerSnapshot(ManagedObjectId<ComputerSnapshot>) - Constructor for class net.java.dev.vcc.spi.AbstractComputerSnapshot
 
AbstractComputerTemplate - Class in net.java.dev.vcc.spi
Created by IntelliJ IDEA.
AbstractComputerTemplate(ManagedObjectId<ComputerTemplate>) - Constructor for class net.java.dev.vcc.spi.AbstractComputerTemplate
 
AbstractDatacenter - Class in net.java.dev.vcc.spi
The base class from which all Service Provider Implementations map a connection from.
AbstractDatacenter(LogFactory, ManagedObjectId<Datacenter>, Map.Entry<Class<? extends ManagedObject>, Set<Class<? extends Command>>>...) - Constructor for class net.java.dev.vcc.spi.AbstractDatacenter
 
AbstractDatacenter(LogFactory, ManagedObjectId<Datacenter>, CapabilityProfile, Map.Entry<Class<? extends ManagedObject>, Set<Class<? extends Command>>>...) - Constructor for class net.java.dev.vcc.spi.AbstractDatacenter
 
AbstractDatacenter(LogFactory, ManagedObjectId<Datacenter>, boolean, CapabilityProfile...) - Constructor for class net.java.dev.vcc.spi.AbstractDatacenter
 
AbstractDatacenterResourceGroup - Class in net.java.dev.vcc.spi
The base class from which all Service Provider Implementations map a resource group from.
AbstractDatacenterResourceGroup(ManagedObjectId<DatacenterResourceGroup>) - Constructor for class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
 
AbstractHost - Class in net.java.dev.vcc.spi
Created by IntelliJ IDEA.
AbstractHost(ManagedObjectId<Host>) - Constructor for class net.java.dev.vcc.spi.AbstractHost
 
AbstractHostResourceGroup - Class in net.java.dev.vcc.spi
The base class from which all Service Provider Implementations map a resource group from.
AbstractHostResourceGroup(ManagedObjectId<HostResourceGroup>) - Constructor for class net.java.dev.vcc.spi.AbstractHostResourceGroup
 
AbstractLog - Class in net.java.dev.vcc.spi
Base class for Log implementations
AbstractLog() - Constructor for class net.java.dev.vcc.spi.AbstractLog
 
AbstractLogFactory - Class in net.java.dev.vcc.spi
Base class to for implementors of LogFactory
AbstractLogFactory() - Constructor for class net.java.dev.vcc.spi.AbstractLogFactory
Default constructor.
AbstractManagedObject<T extends ManagedObject<T>> - Class in net.java.dev.vcc.spi
Created by IntelliJ IDEA.
AbstractManagedObject(ManagedObjectId<T>) - Constructor for class net.java.dev.vcc.spi.AbstractManagedObject
 
acceptsUrl(String) - Method in interface net.java.dev.vcc.spi.DatacenterConnection
 

B

BasicProfile - Class in net.java.dev.vcc.api.profiles
The most basic profile.

C

cancel(boolean) - Method in class net.java.dev.vcc.api.Command
cancel(boolean) - Method in class net.java.dev.vcc.util.CompletedFuture
cancel(boolean) - Method in class net.java.dev.vcc.util.FutureReference
CapabilityProfile - Interface in net.java.dev.vcc.api
Describes the capabilities of a Datacenter.
checkNotSubmitted() - Method in class net.java.dev.vcc.api.Command
Throws an IllegalStateException if this command has been submitted.
checkSubmitted() - Method in class net.java.dev.vcc.api.Command
Throws an IllegalStateException if this command has not been submitted.
Clone - Class in net.java.dev.vcc.api.commands
Clones a Computer or a ComputerTemplate.
Clone() - Constructor for class net.java.dev.vcc.api.commands.Clone
 
clone() - Method in class net.java.dev.vcc.api.Success
Throws CloneNotSupportedException.
close() - Method in interface net.java.dev.vcc.api.Datacenter
Closes the connection releasing any handles.
Command<RESULT> - Class in net.java.dev.vcc.api
Represents an operation to be performed.
Command() - Constructor for class net.java.dev.vcc.api.Command
 
CompletedFuture<T> - Class in net.java.dev.vcc.util
A Future that has already been completed.
CompletedFuture(T) - Constructor for class net.java.dev.vcc.util.CompletedFuture
Creates a Future which has completed successfully.
CompletedFuture(String, Throwable) - Constructor for class net.java.dev.vcc.util.CompletedFuture
Creates a Future which has completed by throwing an exception.
Computer - Interface in net.java.dev.vcc.api
Represents a Virtual Computer.
ComputerSnapshot - Interface in net.java.dev.vcc.api
Represents a snapshot of a virtual computer.
ComputerTemplate - Interface in net.java.dev.vcc.api
Represents a template from which virtual computers can be created.
connect(String, String, char[], LogFactory) - Method in interface net.java.dev.vcc.spi.DatacenterConnection
 

D

Datacenter - Interface in net.java.dev.vcc.api
Represeents a datacenter of Hosts for virtual Computers.
DatacenterConnection - Interface in net.java.dev.vcc.spi
 
DatacenterManager - Class in net.java.dev.vcc.api
The connection factory creates connections with which to control Virtual Computers and their Hosts.
DatacenterResourceGroup - Interface in net.java.dev.vcc.api
Represeents a group of resources, such as: Hosts for virtual Computers; virtual Computers; and DatacenterResourceGroups.
debug(String) - Method in interface net.java.dev.vcc.api.Log
 
debug(String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
debug(Throwable, String) - Method in interface net.java.dev.vcc.api.Log
 
debug(Throwable, String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
debug(String, Throwable, String, Object[]) - Method in class net.java.dev.vcc.spi.AbstractLog
 
debug(String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
debug(String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
debug(Throwable, String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
debug(Throwable, String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
Delete - Class in net.java.dev.vcc.api.commands
Deletes an object.
Delete() - Constructor for class net.java.dev.vcc.api.commands.Delete
 
doDelete() - Method in interface net.java.dev.vcc.api.ComputerSnapshot
Attempts to delete the snapshot.
doRename(String) - Method in interface net.java.dev.vcc.api.ComputerSnapshot
Attempts to rename the snapshot.
doSetDescription(String) - Method in interface net.java.dev.vcc.api.ComputerSnapshot
Attempts to modify the description of the snapshot.

E

equals(Object) - Method in class net.java.dev.vcc.api.ManagedObjectId
equals(Object) - Method in class net.java.dev.vcc.spi.AbstractManagedObject
 
error(String) - Method in interface net.java.dev.vcc.api.Log
 
error(String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
error(Throwable, String) - Method in interface net.java.dev.vcc.api.Log
 
error(Throwable, String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
error(String, Throwable, String, Object[]) - Method in class net.java.dev.vcc.spi.AbstractLog
 
error(String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
error(String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
error(Throwable, String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
error(Throwable, String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
execute(T) - Method in interface net.java.dev.vcc.api.ManagedObject
Executes a command against this managed object.

F

fatal(String) - Method in interface net.java.dev.vcc.api.Log
 
fatal(String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
fatal(Throwable, String) - Method in interface net.java.dev.vcc.api.Log
 
fatal(Throwable, String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
fatal(String, Throwable, String, Object[]) - Method in class net.java.dev.vcc.spi.AbstractLog
 
fatal(String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
fatal(String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
fatal(Throwable, String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
fatal(Throwable, String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
FutureReference<T> - Class in net.java.dev.vcc.util
A reference to a future value.
FutureReference() - Constructor for class net.java.dev.vcc.util.FutureReference
 

G

get() - Method in class net.java.dev.vcc.api.Command
get(long, TimeUnit) - Method in class net.java.dev.vcc.api.Command
get() - Method in class net.java.dev.vcc.util.CompletedFuture
get(long, TimeUnit) - Method in class net.java.dev.vcc.util.CompletedFuture
get() - Method in class net.java.dev.vcc.util.FutureReference
get(long, TimeUnit) - Method in class net.java.dev.vcc.util.FutureReference
get(ClassLoader) - Method in class net.java.dev.vcc.util.ServiceLoaderCache
Gets the ServiceLoaderProxy from the weak cache, or creates a new one if needed.
getAllComputers() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Gets all the virtual computers that are contained in this container including children.
getAllComputers() - Method in class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
Gets all the virtual computers that are contained in this container including children.
getAllComputers() - Method in class net.java.dev.vcc.spi.AbstractHost
Gets all the virtual computers that are contained in this container including children.
getAllComputers() - Method in class net.java.dev.vcc.spi.AbstractHostResourceGroup
Gets all the virtual computers that are contained in this container including children.
getAllComputerTemplates() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Gets all the computer templates that are contained in this container including children.
getAllComputerTemplates() - Method in class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
Gets all the computer templates that are contained in this container including children.
getAllComputerTemplates() - Method in class net.java.dev.vcc.spi.AbstractHost
Gets all the computer templates that are contained in this container including children.
getAllComputerTemplates() - Method in class net.java.dev.vcc.spi.AbstractHostResourceGroup
Gets all the computer templates that are contained in this container including children.
getAllDatacenterResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Gets all the DatacenterResourceGroups that are contained in this container including children.
getAllDatacenterResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
Gets all the DatacenterResourceGroups that are contained in this container including children.
getAllHostResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Gets all the HostResourceGroups that are contained in this container including children.
getAllHostResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
Gets all the HostResourceGroups that are contained in this container including children.
getAllHostResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractHost
Gets all the HostResourceGroups that are contained in this container including children.
getAllHostResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractHostResourceGroup
Gets all the HostResourceGroups that are contained in this container including children.
getAllHosts() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Gets all the hosts available for running virtual computers that are contained in this container including children.
getAllHosts() - Method in class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
Gets all the hosts available for running virtual computers that are contained in this container including children.
getAllowedHosts() - Method in interface net.java.dev.vcc.api.Computer
Gets the hosts that this computer can be migrated to.
getAllowedStates() - Method in interface net.java.dev.vcc.api.Datacenter
Gets all the power states that are supported by this connection.
getAllowedStates(PowerState) - Method in interface net.java.dev.vcc.api.Datacenter
Gets all the power states that can be transitioned to from a specific power state.
getChildren() - Method in interface net.java.dev.vcc.api.ComputerSnapshot
Gets the child snapshots of this snapshot.
getCommands(Class<? extends ManagedObject>) - Method in interface net.java.dev.vcc.api.CapabilityProfile
Returns the types of Command that are supported against a specific type of ManagedObject.
getCommands() - Method in interface net.java.dev.vcc.api.ManagedObject
Returns the types of Command that are supported on this Managed Object.
getCommands(Class<? extends ManagedObject>) - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Returns the types of Command that are supported against a specific type of ManagedObject.
getComputers() - Method in class net.java.dev.vcc.spi.AbstractHost
 
getComputers() - Method in class net.java.dev.vcc.spi.AbstractHostResourceGroup
Gets all the virtual computers that are contained in this container.
getComputerTemplates() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Gets all the computer templates that are contained in this container.
getComputerTemplates() - Method in class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
Gets all the computer templates that are contained in this container.
getComputerTemplates() - Method in class net.java.dev.vcc.spi.AbstractHost
Gets all the computer templates that are contained in this container.
getComputerTemplates() - Method in class net.java.dev.vcc.spi.AbstractHostResourceGroup
Gets all the computer templates that are contained in this container.
getConnection(String, String, char[]) - Static method in class net.java.dev.vcc.api.DatacenterManager
Gets a connection.
getConnection(ClassLoader, String, String, char[]) - Static method in class net.java.dev.vcc.api.DatacenterManager
Gets a connection.
getContextClassLoader() - Static method in class net.java.dev.vcc.util.ServiceLoaderProxy
Method getContextClassLoader returns the contextClassLoader of the current thread.
getDatacenterResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Gets alll the DatacenterResourceGroups that are contained in this container.
getDatacenterResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
Gets alll the DatacenterResourceGroups that are contained in this container.
getDatacenterUrl() - Method in class net.java.dev.vcc.api.ManagedObjectId
Getst the URL of the Datacenter hosting the instance referenced by this ID.
getDescription() - Method in interface net.java.dev.vcc.api.ManagedObject
Gets the description of this managed object or null if descriptions are not supported.
getDescription() - Method in class net.java.dev.vcc.spi.AbstractManagedObject
 
getFutureHost() - Method in interface net.java.dev.vcc.api.Computer
If Computer.isHostChanging() is true then this method returns a Future for the Host that the computer is migrating to, otherwise this method will return a completed Future for the current Host.
getFutureState() - Method in interface net.java.dev.vcc.api.Computer
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.
getHost() - Method in interface net.java.dev.vcc.api.Computer
Gets the host that this computer is currently attached to.
getHostResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractHost
 
getHostResourceGroups() - Method in class net.java.dev.vcc.spi.AbstractHostResourceGroup
Gets alll the HostResourceGroups that are contained in this container.
getHosts() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Gets all the hosts available for running virtual computers that are contained in this container.
getHosts() - Method in class net.java.dev.vcc.spi.AbstractDatacenterResourceGroup
Gets all the hosts available for running virtual computers that are contained in this container.
getId() - Method in interface net.java.dev.vcc.api.ManagedObject
 
getId() - Method in class net.java.dev.vcc.spi.AbstractManagedObject
 
getInstance() - Static method in class net.java.dev.vcc.api.profiles.BasicProfile
 
getInstance() - Static method in class net.java.dev.vcc.api.Success
Returns the Success singleton.
getLog(String) - Method in interface net.java.dev.vcc.api.LogFactory
Gets the Log by name.
getLog(Class) - Method in interface net.java.dev.vcc.api.LogFactory
Gets the Log named clazz.getName().
getLog(String, String) - Method in interface net.java.dev.vcc.api.LogFactory
Gets the Log by name.
getLog(Class, String) - Method in interface net.java.dev.vcc.api.LogFactory
Gets the Log named clazz.getName().
getLog() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
 
getLog(Class) - Method in class net.java.dev.vcc.spi.AbstractLogFactory
Gets the Log named clazz.getName().
getLog(String) - Method in class net.java.dev.vcc.spi.AbstractLogFactory
Gets the Log by name.
getLog(Class, String) - Method in class net.java.dev.vcc.spi.AbstractLogFactory
Gets the Log named clazz.getName().
getLog(String, String) - Method in class net.java.dev.vcc.spi.AbstractLogFactory
Gets the Log by name.
getLogFactory() - Static method in class net.java.dev.vcc.spi.LogFactoryManager
Gets a log factory.
getLogFactory(ClassLoader) - Static method in class net.java.dev.vcc.spi.LogFactoryManager
Gets a log factory.
getManagedObjectClass() - Method in class net.java.dev.vcc.api.ManagedObjectId
Gets the class of ManagedObject that this ID is for.
getName() - Method in class net.java.dev.vcc.api.commands.TakeSnapshot
Returns the suggested name of the snapshot or null if no name has been suggested.
getName() - Method in interface net.java.dev.vcc.api.ManagedObject
Gets the name of this managed object.
getObjectClasses() - Method in interface net.java.dev.vcc.api.CapabilityProfile
Returns the types of ManagedObject that are available.
getObjectClasses() - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Returns the types of ManagedObject that are available.
getParent() - Method in interface net.java.dev.vcc.api.ComputerSnapshot
Gets the parent snapshot from which this snapshot was derived.
getSnapshots() - Method in interface net.java.dev.vcc.api.Computer
Gets the snapshots of this computer that are currently available.
getState() - Method in interface net.java.dev.vcc.api.Computer
Gets the power state of this computer.
getState() - Method in interface net.java.dev.vcc.api.ComputerSnapshot
Gets the state of the virtual computer when the snapshot was taken.

H

hashCode() - Method in class net.java.dev.vcc.api.ManagedObjectId
hashCode() - Method in class net.java.dev.vcc.spi.AbstractManagedObject
 
Host - Interface in net.java.dev.vcc.api
Created by IntelliJ IDEA.
HostResourceGroup - Interface in net.java.dev.vcc.api
Represeents a group of resources, such as: Hosts for virtual Computers; virtual Computers; and HostResourceGroups.

I

info(String) - Method in interface net.java.dev.vcc.api.Log
 
info(String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
info(Throwable, String) - Method in interface net.java.dev.vcc.api.Log
 
info(Throwable, String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
info(String, Throwable, String, Object[]) - Method in class net.java.dev.vcc.spi.AbstractLog
 
info(String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
info(String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
info(Throwable, String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
info(Throwable, String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
isCancelled() - Method in class net.java.dev.vcc.api.Command
isCancelled() - Method in class net.java.dev.vcc.util.CompletedFuture
isCancelled() - Method in class net.java.dev.vcc.util.FutureReference
isDebugEnabled() - Method in interface net.java.dev.vcc.api.Log
Returns true if debug level messages are being logged.
isDone() - Method in class net.java.dev.vcc.api.Command
isDone() - Method in class net.java.dev.vcc.util.CompletedFuture
isDone() - Method in class net.java.dev.vcc.util.FutureReference
isErrorEnabled() - Method in interface net.java.dev.vcc.api.Log
Returns true if error level messages are being logged.
isFatalEnabled() - Method in interface net.java.dev.vcc.api.Log
Returns true if fatal level messages are being logged.
isHostChanging() - Method in interface net.java.dev.vcc.api.Computer
Returns true if the host of this computer is currently changing.
isInfoEnabled() - Method in interface net.java.dev.vcc.api.Log
Returns true if info level messages are being logged.
isOpen() - Method in interface net.java.dev.vcc.api.Datacenter
Gets the state of the connection.
isStateChanging() - Method in interface net.java.dev.vcc.api.Computer
Returns true if the state of this computer is currently changing.
isSubmitted() - Method in class net.java.dev.vcc.api.Command
Returns true if the command has been submitted.
isWarnEnabled() - Method in interface net.java.dev.vcc.api.Log
Returns true if warn level messages are being logged.
iterator() - Method in class net.java.dev.vcc.util.ServiceLoaderProxy
Lazily loads the available providers of this loader's service.

L

load(Class<S>, ClassLoader) - Static method in class net.java.dev.vcc.util.ServiceLoaderProxy
Creates a new service loader for the given service type and class loader.
Log - Interface in net.java.dev.vcc.api
A generic logging interface for logging from within VCC implementations.
LogFactory - Interface in net.java.dev.vcc.api
Created by IntelliJ IDEA.
LogFactoryManager - Class in net.java.dev.vcc.spi
Provides Log .

M

ManagedObject<T extends ManagedObject<T>> - Interface in net.java.dev.vcc.api
Represents an object in a Datacenter
ManagedObjectId<T extends ManagedObject> - Class in net.java.dev.vcc.api
The unique ID of a ManagedObject instance.
ManagedObjectId(Class<T>, String) - Constructor for class net.java.dev.vcc.api.ManagedObjectId
Constructs a new ManagedObjectId.

N

net.java.dev.vcc.api - package net.java.dev.vcc.api
 
net.java.dev.vcc.api.commands - package net.java.dev.vcc.api.commands
 
net.java.dev.vcc.api.profiles - package net.java.dev.vcc.api.profiles
 
net.java.dev.vcc.spi - package net.java.dev.vcc.spi
 
net.java.dev.vcc.util - package net.java.dev.vcc.util
 
newLog(String, String) - Method in class net.java.dev.vcc.spi.AbstractLogFactory
Creates the named Log instance.

P

PauseComputer - Class in net.java.dev.vcc.api.commands
Starts a Computer.
PauseComputer() - Constructor for class net.java.dev.vcc.api.commands.PauseComputer
 
PowerState - Enum in net.java.dev.vcc.api
Represents the power states of a virtual machine.

R

reload() - Method in class net.java.dev.vcc.util.ServiceLoaderProxy
Clear this loader's provider cache so that all providers will be reloaded.
RestartComputer - Class in net.java.dev.vcc.api.commands
Starts a Computer.
RestartComputer() - Constructor for class net.java.dev.vcc.api.commands.RestartComputer
 

S

ServiceLoaderCache<T> - Class in net.java.dev.vcc.util
Created by IntelliJ IDEA.
ServiceLoaderCache(Class<T>) - Constructor for class net.java.dev.vcc.util.ServiceLoaderCache
 
ServiceLoaderProxy<S> - Class in net.java.dev.vcc.util
A proxy for ServiceLoader that uses either the native Java 6 service loader implementation or an internal implementation that works on Java 5.
set(T) - Method in class net.java.dev.vcc.util.FutureReference
Sets the value and completes the future.
set(String, Throwable) - Method in class net.java.dev.vcc.util.FutureReference
Sets the value and completes the future as an exception.
setName(String) - Method in class net.java.dev.vcc.api.commands.TakeSnapshot
Sets the suggested name of the snapshot.
setSubmitted(Future<RESULT>) - Method in class net.java.dev.vcc.api.Command
This method is called by an SPI when the command has been submitted.
StartComputer - Class in net.java.dev.vcc.api.commands
Starts a Computer.
StartComputer() - Constructor for class net.java.dev.vcc.api.commands.StartComputer
 
StopComputer - Class in net.java.dev.vcc.api.commands
Starts a Computer.
StopComputer() - Constructor for class net.java.dev.vcc.api.commands.StopComputer
 
Success - Class in net.java.dev.vcc.api
A class used to signify when a Command either returns success or throws an exception.
supports(CapabilityProfile) - Method in interface net.java.dev.vcc.api.CapabilityProfile
Returns true if this CapabilityProfile supports a superset of the supplied CapabilityProfile.
supports(CapabilityProfile) - Method in class net.java.dev.vcc.spi.AbstractDatacenter
Returns true if this CapabilityProfile supports a superset of the supplied CapabilityProfile.
SuspendComputer - Class in net.java.dev.vcc.api.commands
Starts a Computer.
SuspendComputer() - Constructor for class net.java.dev.vcc.api.commands.SuspendComputer
 

T

TakeSnapshot - Class in net.java.dev.vcc.api.commands
Takes a ComputerSnapshot of a Computer.
TakeSnapshot() - Constructor for class net.java.dev.vcc.api.commands.TakeSnapshot
 
toString() - Method in class net.java.dev.vcc.api.ManagedObjectId
 

V

valueOf(String) - Static method in enum net.java.dev.vcc.api.PowerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.java.dev.vcc.api.PowerState
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in interface net.java.dev.vcc.api.Log
 
warn(String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
warn(Throwable, String) - Method in interface net.java.dev.vcc.api.Log
 
warn(Throwable, String, Object...) - Method in interface net.java.dev.vcc.api.Log
 
warn(String, Throwable, String, Object[]) - Method in class net.java.dev.vcc.spi.AbstractLog
 
warn(String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
warn(String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
warn(Throwable, String) - Method in class net.java.dev.vcc.spi.AbstractLog
 
warn(Throwable, String, Object...) - Method in class net.java.dev.vcc.spi.AbstractLog
 
with(Class<? extends ManagedObject>, Class<? extends Command>...) - Static method in class net.java.dev.vcc.spi.AbstractDatacenter
Helper method.

A B C D E F G H I L M N P R S T V W

Copyright © 2009. All Rights Reserved.