Uses of Interface
com.sun.n1.sps.model.host.HostID

Packages that use HostID
com.sun.n1.sps.model.executor   
com.sun.n1.sps.model.host   
com.sun.n1.sps.model.install   
com.sun.n1.sps.model.plan   
com.sun.n1.sps.model.rule   
 

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

Methods in com.sun.n1.sps.model.executor that return HostID
 HostID Target.getCurrentHostID()
          Returns the ID of the current target host.
 HostID TargetStatus.getHostID()
          Returns the HostID of of the intial host.
 HostID Target.getInitialHostID()
          Returns the ID of the initial target host.
 HostID[] SubplanInfo.getInitialHostIDs()
          Returns the array of HostIDs corresponding to initial hosts for these targets.
 HostID Target.getPhysicalHostID()
          Returns the ID of the physical target host.
 HostID[] SubPlanPrompt.getTargets()
          Returns the array of HostIDs representing the targets for this subplan.
 

Uses of HostID in com.sun.n1.sps.model.host
 

Methods in com.sun.n1.sps.model.host that return HostID
 HostID AppInstance.getHostID()
          Returns the ID of the host that contains this app instance, or null if this app instance is not yet contained on any host.
 HostID Host.getID()
          Returns the ID of this object.
 HostID Host.getParentHostID()
          Returns the ID of the parent host of this host, or null if this host is physical rather than virtual.
 HostID[] HostIDSet.toIDArray()
          Returns an array of host IDs contained in this set.
 

Methods in com.sun.n1.sps.model.host with parameters of type HostID
 boolean HostSearchCriteria.matches(HostID hostID)
          Returns true if this criteria matches the host referenced by the passed ID, false otherwise.
 

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

Methods in com.sun.n1.sps.model.install that return HostID
 HostID InstalledComponentBean.getCreatedTarget()
          Returns the target host created as a result of this component's installation.
 HostID InstalledComponentBean.getHostID()
          Returns the ID of the host which has component installed on.
 

Uses of HostID in com.sun.n1.sps.model.plan
 

Methods in com.sun.n1.sps.model.plan that return HostID
 HostID[] SubplanVariableSettings.getTargets()
          Returns the targets to which this object's SubplanPrompt was originally targeted.
 

Uses of HostID in com.sun.n1.sps.model.rule
 

Methods in com.sun.n1.sps.model.rule that return HostID
 HostID[] CriteriaMetaData.getHosts()
          The hosts that are interesting to this criteria.