|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CapabilityProfile
Describes the capabilities of a Datacenter.
| Method Summary | |
|---|---|
java.util.Set<java.lang.Class<? extends Command>> |
getCommands(java.lang.Class<? extends ManagedObject> managedObjectClass)
Returns the types of Command that are supported against a specific type of
ManagedObject. |
java.util.Set<java.lang.Class<? extends ManagedObject>> |
getObjectClasses()
Returns the types of ManagedObject that are available. |
boolean |
supports(CapabilityProfile that)
Returns true if this CapabilityProfile supports a superset of the
supplied CapabilityProfile. |
| Method Detail |
|---|
java.util.Set<java.lang.Class<? extends Command>> getCommands(java.lang.Class<? extends ManagedObject> managedObjectClass)
Command that are supported against a specific type of
ManagedObject.
managedObjectClass - The type of ManagedObject.
Command that are supported on the
ManagedObjectjava.util.Set<java.lang.Class<? extends ManagedObject>> getObjectClasses()
ManagedObject that are available.
ManagedObject that are available.boolean supports(CapabilityProfile that)
true if this CapabilityProfile supports a superset of the
supplied CapabilityProfile.
that - The CapabilityProfile which might be a subset of this.
true if this CapabilityProfile supports a superset of the
supplied CapabilityProfile.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||