Uses of Interface
net.java.dev.vcc.api.ManagedObject

Packages that use ManagedObject
net.java.dev.vcc.api   
net.java.dev.vcc.spi   
 

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

Classes in net.java.dev.vcc.api with type parameters of type ManagedObject
 interface ManagedObject<T extends ManagedObject<T>>
          Represents an object in a Datacenter
 class ManagedObjectId<T extends ManagedObject>
          The unique ID of a ManagedObject instance.
 

Subinterfaces of ManagedObject in net.java.dev.vcc.api
 interface Computer
          Represents a Virtual Computer.
 interface ComputerSnapshot
          Represents a snapshot of a virtual computer.
 interface ComputerTemplate
          Represents a template from which virtual computers can be created.
 interface Datacenter
          Represeents a datacenter of Hosts for virtual Computers.
 interface DatacenterResourceGroup
          Represeents a group of resources, such as: Hosts for virtual Computers; virtual Computers; and DatacenterResourceGroups.
 interface Host
          Created by IntelliJ IDEA.
 interface HostResourceGroup
          Represeents a group of resources, such as: Hosts for virtual Computers; virtual Computers; and HostResourceGroups.
 

Methods in net.java.dev.vcc.api that return types with arguments of type ManagedObject
 java.util.Set<java.lang.Class<? extends ManagedObject>> CapabilityProfile.getObjectClasses()
          Returns the types of ManagedObject that are available.
 

Method parameters in net.java.dev.vcc.api with type arguments of type ManagedObject
 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 ManagedObject in net.java.dev.vcc.spi
 

Classes in net.java.dev.vcc.spi with type parameters of type ManagedObject
 class AbstractManagedObject<T extends ManagedObject<T>>
          Created by IntelliJ IDEA.
 

Classes in net.java.dev.vcc.spi that implement ManagedObject
 class AbstractComputer
          Created by IntelliJ IDEA.
 class AbstractComputerSnapshot
          Created by IntelliJ IDEA.
 class AbstractComputerTemplate
          Created by IntelliJ IDEA.
 class AbstractDatacenter
          The base class from which all Service Provider Implementations map a connection from.
 class AbstractDatacenterResourceGroup
          The base class from which all Service Provider Implementations map a resource group from.
 class AbstractHost
          Created by IntelliJ IDEA.
 class AbstractHostResourceGroup
          The base class from which all Service Provider Implementations map a resource group from.
 class AbstractManagedObject<T extends ManagedObject<T>>
          Created by IntelliJ IDEA.
 

Methods in net.java.dev.vcc.spi that return types with arguments of type ManagedObject
 java.util.Set<java.lang.Class<? extends ManagedObject>> AbstractDatacenter.getObjectClasses()
          Returns the types of ManagedObject that are available.
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.
 

Method parameters in net.java.dev.vcc.spi with type arguments of type ManagedObject
 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.