|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstalledComponent
An installed component represents a component that has been installed on a particular target in a particular path with a particular generated variable settings.
Method Summary | |
---|---|
ComponentID |
getComponentID()
The ID of the component that has been installed. |
java.lang.String |
getHostTypeName()
Returns the name of the HostType associated with this installed component. |
InstalledComponentID |
getID()
The ID of this installed component. |
java.lang.String |
getInstallBlockName()
The name of the install block within the associated component definition used to install this component |
java.util.Date |
getInstallDate()
The date this component was installed |
java.lang.String |
getInstallPath()
The path in which the component was installed, in universal format. |
InstalledComponentID |
getParentContainerID()
The ID of the parent installed component that directly installed this component. |
java.lang.String |
getParentContainerRefName()
The name of the component ref used to install this component. |
ExecutionPlanID |
getPlanID()
The plan that installed the component. |
InstalledComponentID |
getRootContainerID()
The ID of the top-level root installed component whose installation led to the installation of this component. |
TaskID |
getTaskID()
The task that installed the component |
java.util.Date |
getUninstallDate()
The date this component was uninstalled |
GeneratedVariableSettingsID |
getVariableSettingsID()
The generated variable settings used to configure the installed component. |
boolean |
isInstalled()
Whether or not the installed component is currently installed |
Method Detail |
---|
InstalledComponentID getID()
ComponentID getComponentID()
java.lang.String getInstallPath()
InstalledComponentID getParentContainerID()
java.lang.String getParentContainerRefName()
containing component
that references
this component
.
InstalledComponentID getRootContainerID()
GeneratedVariableSettingsID getVariableSettingsID()
TaskID getTaskID()
ExecutionPlanID getPlanID()
java.util.Date getInstallDate()
java.util.Date getUninstallDate()
java.lang.String getInstallBlockName()
boolean isInstalled()
java.lang.String getHostTypeName()
HostType
associated with this installed component.
If the Component
being installed is a TargetableComponent
, the
HostType
of the host created will be returned. Otherwise, this value will be null.
String
value or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |