| java.lang.Object com.sun.jbi.management.system.DeploymentUnitInfo
DeploymentUnitInfo | public class DeploymentUnitInfo (Code) | | Class which enacpsulates information on a Service Unit and its Target Component.
author: Sun Microsystems, Inc. |
DeploymentUnitInfo | public DeploymentUnitInfo(String suName, String componentName, String suJarName, String saUnzipPath)(Code) | | Creates a new instance of DeploymentUnit
|
getServiceUnit | public String getServiceUnit()(Code) | | the Service Unit name. |
getServiceUnitJarName | public String getServiceUnitJarName()(Code) | | the Name of the Service Unit jar |
getServiceUnitJarPath | public String getServiceUnitJarPath()(Code) | | the location of the Service Unit jar |
getServiceUnitRoot | public String getServiceUnitRoot()(Code) | | the Service Unit Root Path |
getTargetComponent | public String getTargetComponent()(Code) | | the Target Component Name |
|
|