Uses of Interface
com.sun.n1.sps.model.component.ComponentID

Packages that use ComponentID
com.sun.n1.sps.model.component   
com.sun.n1.sps.model.executor   
com.sun.n1.sps.model.install   
 

Uses of ComponentID in com.sun.n1.sps.model.component
 

Methods in com.sun.n1.sps.model.component that return ComponentID
 ComponentID CompComplete.getComponentID()
          Returns the component referred to by this status.
 ComponentID SummaryComponent.getID()
          Returns the ID of this object, or null if this object has not yet been saved.
 ComponentID SummaryComponent.getRootID()
          Returns the root ID of this object.
 ComponentID[] ComponentIDSet.toIDArray()
          Returns an array of component IDs contained in this set.
 

Methods in com.sun.n1.sps.model.component with parameters of type ComponentID
 boolean Component.isInstanceOf(ComponentID otherCompID)
          Returns true if this component is an instance of the component with the passed ID.
 

Uses of ComponentID in com.sun.n1.sps.model.executor
 

Methods in com.sun.n1.sps.model.executor that return ComponentID
 ComponentID[] SubplanInfo.getComponentIDs()
          Returns the array of ComponentIDs chosen for this subplan run.
 

Uses of ComponentID in com.sun.n1.sps.model.install
 

Methods in com.sun.n1.sps.model.install that return ComponentID
 ComponentID InstalledComponent.getComponentID()
          The ID of the component that has been installed.