com.sun.n1.sps.model.install
Interface InstalledComponentBean


public interface InstalledComponentBean

The interface comprises information about Installed Component. This information includes the following.


Method Summary
 SummaryComponent getComponent()
          Returns The summary view of a installed component.
 HostID getCreatedTarget()
          Returns the target host created as a result of this component's installation.
 GeneratedVariableSettings getGeneratedVariableSettings()
          Returns the GeneratedVariableSettings for this installed component.
 HostID getHostID()
          Returns the ID of the host which has component installed on.
 InstalledComponent getInstalledComponent()
          Returns the component that has been installed on a particular target.
 UserID getUserID()
          Returns the ID of the user who installed a component.
 

Method Detail

getComponent

SummaryComponent getComponent()
Returns The summary view of a installed component.

Returns:
The summary view of a installed component.

getInstalledComponent

InstalledComponent getInstalledComponent()
Returns the component that has been installed on a particular target.

Returns:
The component that has been installed on a particular target.

getGeneratedVariableSettings

GeneratedVariableSettings getGeneratedVariableSettings()
Returns the GeneratedVariableSettings for this installed component.

Returns:
The GeneratedVariableSettings for this installed component.

getHostID

HostID getHostID()
Returns the ID of the host which has component installed on.

Returns:
The ID of the host which has component installed on.

getCreatedTarget

HostID getCreatedTarget()
Returns the target host created as a result of this component's installation. May be null if no host was created

Returns:
the host id of the created host else null.

getUserID

UserID getUserID()
Returns the ID of the user who installed a component.

Returns:
The ID of the user who installed a component.