| |
|
| java.lang.Object com.sun.jbi.jsf.bean.ServiceUnitBean
ServiceUnitBean | public class ServiceUnitBean (Code) | | Provides properties used to populate JBI Show Serice Unit
view properties and metadata
|
Constructor Summary | |
public | ServiceUnitBean() Constructs an uninitialized Service Unit Bean. |
ServiceUnitBean | public ServiceUnitBean()(Code) | | Constructs an uninitialized Service Unit Bean.
To complete initialization, call the setServiceUnitName
and setServiceAssemblyName methods.
The description and deployment descriptor are derived.
|
getComponentType | public String getComponentType()(Code) | | get the component type
a String containing component type |
getComponentTypeIcon | public String getComponentTypeIcon()(Code) | | get the component type icon
a String containing the icon for the component |
getDeploymentDescriptor | public String getDeploymentDescriptor()(Code) | | get contents of /META-INF/jbi.xml for this service unit
the JBI deployment descriptor in a (validated) XML String |
getDescription | public String getDescription()(Code) | | get the service unit description
a String containing component type |
getName | public String getName()(Code) | | get the service unit name
a String containing component type |
getServiceAssemblyName | public String getServiceAssemblyName()(Code) | | get the service assembly name
a String containing the service assembly name |
getServiceUnitStatsPS | public PropertySheet getServiceUnitStatsPS()(Code) | | |
getServiceUnitsList | public List getServiceUnitsList()(Code) | | get the list of service units
a List contain the service units |
getServiceUnitsTableData | public TableDataProvider getServiceUnitsTableData()(Code) | | |
getTargetComponent | public String getTargetComponent()(Code) | | get the target component name
a String containing the target component name |
setComponentType | public void setComponentType(String aType)(Code) | | |
setDescription | public void setDescription(String aDescription)(Code) | | |
setServiceAssemblyName | public void setServiceAssemblyName(String aName)(Code) | | |
setServiceUnitStatsPS | public void setServiceUnitStatsPS(PropertySheet aPropertySheet)(Code) | | |
setServiceUnitsList | public void setServiceUnitsList(List aServiceUnitsList)(Code) | | set the service units list
Parameters: aServiceUnitsListt - a List of zero or more service units. |
setTargetComponent | public void setTargetComponent(String aName)(Code) | | |
|
|
|