Uses of Interface
com.sun.n1.sps.model.install.InstalledComponentID

Packages that use InstalledComponentID
com.sun.n1.sps.model.difference   
com.sun.n1.sps.model.host   
com.sun.n1.sps.model.install   
 

Uses of InstalledComponentID in com.sun.n1.sps.model.difference
 

Methods in com.sun.n1.sps.model.difference that return InstalledComponentID
 InstalledComponentID DifferenceSettings.getInstalledComponentID()
          Returns the installed component ID.
 

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

Methods in com.sun.n1.sps.model.host that return InstalledComponentID
 InstalledComponentID Host.getInstalledComponentID()
          Returns the InstalledComponentID associated with this host.
 

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

Methods in com.sun.n1.sps.model.install that return InstalledComponentID
 InstalledComponentID Dependency.getDependantInstalledComponentID()
          Returns the InstalledComponentID of the dependant component.
 InstalledComponentID Dependency.getDependeeInstalledComponentID()
          Returns the InstalledComponentID of the dependee component.
 InstalledComponentID InstalledComponent.getID()
          The ID of this installed component.
 InstalledComponentID InstalledComponent.getParentContainerID()
          The ID of the parent installed component that directly installed this component.
 InstalledComponentID InstalledComponent.getRootContainerID()
          The ID of the top-level root installed component whose installation led to the installation of this component.