| java.lang.Object com.sun.jbi.jsf.bean.ShowBean
ShowBean | public class ShowBean (Code) | | Provides properties used to populate JBI Show view properties and metadata
author: Sun Microsystems Inc. |
Method Summary | |
public String | check(String aTarget) | public TableDataProvider | getCompAppConfigNamesTableData() provides table data with list of application configuration names for
the current component. | public PropertySheet | getCompStatsPropertySheet() | public PropertySheet | getCreateCompAppConfigPropertySheet() | public PropertySheet | getCreateCompAppVarsPropertySheet() | public String | getDeploymentOrInstallationDescriptor() | public String | getDescription() | public PropertySheet | getEditCompAppConfigPropertySheet() | public PropertySheet | getEditCompAppVarsPropertySheet() | public String | getFilterTargetAssemblyState() | public ArrayList | getFilterTargetAssemblyStates() | public String | getFilterTargetComponentState() | public ArrayList | getFilterTargetComponentStates() | public String | getName() | public String[] | getOriginalTargetNames() | public PropertySheet | getServiceAssemblyStatsPS() | public TableDataProvider | getSharedTargetsTableData() | public String[] | getTargetNames() | public List | getTargetsList() | public String | getType() | public void | initTargetNames() initialize the member varible target name list, which is dynamic and
also initialize the original target name list, which is static. | public boolean | isCompAppConfigSupported() | public boolean | isCompStartedOnInstance(String aCompName, String aCompType, String anInstanceName, Properties aStatus) | public void | saveCompAppConfigProps(String anAction, String aCompName, String anInstanceName, String anAppConfigName, Properties aToBeSaved, Properties aStatus) | public void | setCompAppConfigNamesTableData(String aCompName, String aCompType, String anInstanceName) | public void | setCompAppConfigProps(String aCompName, String anInstanceName, String anAppConfigName) | public void | setCompStatsPropertySheet(PropertySheet anIgnoredArg) Required but not used setter for read only property sheet. | public void | setCompStatsProps(String aCompName, String anInstanceName) | public void | setCreateCompAppConfigPropertySheet(PropertySheet aPropertySheet) | public void | setCreateCompAppVarsPropertySheet(PropertySheet aPropertySheet) | public void | setDeploymentOrInstallationDescriptor(String ignored) | public void | setDescription(String ignored) | public void | setEditCompAppConfigPropertySheet(PropertySheet aPropertySheet) | public void | setEditCompAppVarsPropertySheet(PropertySheet aPropertySheet) | public void | setFilterTargetAssemblyState(String filterState) | public void | setFilterTargetAssemblyState(String filterState, String filterStates) | public void | setFilterTargetComponentState(String filterState) | public void | setFilterTargetComponentState(String filterState, String filterStates) | public void | setName(String aName) | public void | setNewCompAppConfigProps(String aCompName, String anInstanceName) | public void | setSaStatsProps(String anSaName, String anInstanceName) | public void | setServiceAssemblyStatsPS(PropertySheet aPropertySheet) | public void | setTargetNames(String[] aTargetNames) | public void | setTargetsList(List aTargetsList) set the targets list
Parameters: aTargetsList - a List of zero or more targets for thiscomponent/deployment. | public void | setType(String aType) |
ShowBean | public ShowBean()(Code) | | Constructor for the ShowBean object
|
check | public String check(String aTarget)(Code) | | Parameters: aTarget - Description of Parameter String - status (or null if not installed/deployed) |
getCompAppConfigNamesTableData | public TableDataProvider getCompAppConfigNamesTableData()(Code) | | provides table data with list of application configuration names for
the current component.
TableDataProvider with selectable row beans |
getCompStatsPropertySheet | public PropertySheet getCompStatsPropertySheet()(Code) | | Gets the CompStatsPropertySheet attribute of the ShowBean object
The CompStatsPropertySheet value |
getCreateCompAppConfigPropertySheet | public PropertySheet getCreateCompAppConfigPropertySheet()(Code) | | Gets the CreateCompAppConfigPropertySheet attribute of the ShowBean
object
The CreateCompAppConfigPropertySheet value |
getCreateCompAppVarsPropertySheet | public PropertySheet getCreateCompAppVarsPropertySheet()(Code) | | Gets the CreateCompAppVarsPropertySheet attribute of the ShowBean
object
The CreateCompAppVarsPropertySheet value |
getDeploymentOrInstallationDescriptor | public String getDeploymentOrInstallationDescriptor()(Code) | | get contents of /META-INF/jbi.xml for this "component"
the JBI deployment descriptor in a (validated) XML String |
getDescription | public String getDescription()(Code) | | get the "component" description
the JBI "component" description |
getEditCompAppConfigPropertySheet | public PropertySheet getEditCompAppConfigPropertySheet()(Code) | | Gets the EditCompAppConfigPropertySheet attribute of the ShowBean
object
The EditCompAppConfigPropertySheet value |
getEditCompAppVarsPropertySheet | public PropertySheet getEditCompAppVarsPropertySheet()(Code) | | Gets the EditCompAppVarsPropertySheet attribute of the ShowBean object
The EditCompAppVarsPropertySheet value |
getFilterTargetAssemblyState | public String getFilterTargetAssemblyState()(Code) | | Gets the FilterTargetAssemblyState attribute of the ShowBean object
The FilterTargetAssemblyState value |
getFilterTargetAssemblyStates | public ArrayList getFilterTargetAssemblyStates()(Code) | | Gets the FilterTargetAssemblyStates attribute of the ShowBean object
The FilterTargetAssemblyStates value |
getFilterTargetComponentState | public String getFilterTargetComponentState()(Code) | | Gets the FilterTargetComponentState attribute of the ShowBean object
The FilterTargetComponentState value |
getFilterTargetComponentStates | public ArrayList getFilterTargetComponentStates()(Code) | | Gets the FilterTargetComponentStates attribute of the ShowBean object
The FilterTargetComponentStates value |
getName | public String getName()(Code) | | get the "component" name
the JBI "component" name |
getOriginalTargetNames | public String[] getOriginalTargetNames()(Code) | | get the target names
a Array of zero or more target names for thiscomponent/deployment. |
getServiceAssemblyStatsPS | public PropertySheet getServiceAssemblyStatsPS()(Code) | | Gets the ServiceAssemblyStatsPS attribute of the ShowBean object
The ServiceAssemblyStatsPS value |
getSharedTargetsTableData | public TableDataProvider getSharedTargetsTableData()(Code) | | Gets the SharedTargetsTableData attribute of the ShowBean object
The SharedTargetsTableData value |
getTargetNames | public String[] getTargetNames()(Code) | | get the target names
an Array of zero or more target names for thiscomponent/deployment. |
getTargetsList | public List getTargetsList()(Code) | | get the targets list
a List of zero or more targets for this component/deployment.An empty list implies installed/deployed to 'domain' only. |
getType | public String getType()(Code) | | get the "component" type
the JBI "component" type (one of: binding-component,service-assembly, service-engine, shared-library ) |
initTargetNames | public void initTargetNames()(Code) | | initialize the member varible target name list, which is dynamic and
also initialize the original target name list, which is static.
|
isCompAppConfigSupported | public boolean isCompAppConfigSupported()(Code) | | Gets the CompAppConfigSupported attribute of the ShowBean object
The CompAppConfigSupported value |
isCompStartedOnInstance | public boolean isCompStartedOnInstance(String aCompName, String aCompType, String anInstanceName, Properties aStatus)(Code) | | Gets the CompStartedOnInstance attribute of the ShowBean object
Parameters: aCompName - Description of Parameter Parameters: aCompType - Description of Parameter Parameters: anInstanceName - Description of Parameter Parameters: aStatus - Description of Parameter The CompStartedOnInstance value |
saveCompAppConfigProps | public void saveCompAppConfigProps(String anAction, String aCompName, String anInstanceName, String anAppConfigName, Properties aToBeSaved, Properties aStatus)(Code) | | Saves the Application Configuration properties for the specified
component
Parameters: anAction - Description of Parameter Parameters: aCompName - String with the component name Parameters: anInstanceName - String with the instance name Parameters: anAppConfigName - String with the Application Configuration name Parameters: aToBeSaved - Properties with edited values to be saved Parameters: aStatus - Properties where results for alert processingare returned |
setCompAppConfigNamesTableData | public void setCompAppConfigNamesTableData(String aCompName, String aCompType, String anInstanceName)(Code) | | Sets the CompAppConfigNamesTableData attribute of the ShowBean object
Parameters: aCompName - The new CompAppConfigNamesTableData value Parameters: aCompType - The new CompAppConfigNamesTableData value Parameters: anInstanceName - The new CompAppConfigNamesTableData value |
setCompAppConfigProps | public void setCompAppConfigProps(String aCompName, String anInstanceName, String anAppConfigName)(Code) | | Sets the Application Configuration properties for the specified
component
Parameters: aCompName - String with the component name Parameters: anInstanceName - String with the instance name Parameters: anAppConfigName - String with the Application Configuration name |
setCompStatsPropertySheet | public void setCompStatsPropertySheet(PropertySheet anIgnoredArg)(Code) | | Required but not used setter for read only property sheet.
Parameters: anIgnoredArg - not used |
setCompStatsProps | public void setCompStatsProps(String aCompName, String anInstanceName)(Code) | | Sets the Component Statistics properties for the specified component
Parameters: aCompName - String with the component name Parameters: anInstanceName - String with the instance name |
setCreateCompAppConfigPropertySheet | public void setCreateCompAppConfigPropertySheet(PropertySheet aPropertySheet)(Code) | | required, but not used
Parameters: aPropertySheet - The new CreateCompAppConfigPropertySheet value |
setCreateCompAppVarsPropertySheet | public void setCreateCompAppVarsPropertySheet(PropertySheet aPropertySheet)(Code) | | required, but not used
Parameters: aPropertySheet - The new CreateCompAppVarsPropertySheet value |
setDeploymentOrInstallationDescriptor | public void setDeploymentOrInstallationDescriptor(String ignored)(Code) | | Parameters: ignored - The new DeploymentOrInstallationDescriptor value |
setDescription | public void setDescription(String ignored)(Code) | | set the "component" description
Parameters: ignored - The new Description value |
setEditCompAppConfigPropertySheet | public void setEditCompAppConfigPropertySheet(PropertySheet aPropertySheet)(Code) | | required, but not used
Parameters: aPropertySheet - The new EditCompAppConfigPropertySheet value |
setEditCompAppVarsPropertySheet | public void setEditCompAppVarsPropertySheet(PropertySheet aPropertySheet)(Code) | | required, but not used
Parameters: aPropertySheet - The new EditCompAppVarsPropertySheet value |
setFilterTargetAssemblyState | public void setFilterTargetAssemblyState(String filterState)(Code) | | Sets the FilterTargetAssemblyState attribute of the ShowBean object
Parameters: filterState - The new FilterTargetAssemblyState value |
setFilterTargetAssemblyState | public void setFilterTargetAssemblyState(String filterState, String filterStates)(Code) | | Sets the FilterTargetAssemblyState attribute of the ShowBean object
Parameters: filterState - The new FilterTargetAssemblyState value Parameters: filterStates - The new FilterTargetAssemblyState value |
setFilterTargetComponentState | public void setFilterTargetComponentState(String filterState)(Code) | | Sets the FilterTargetComponentState attribute of the ShowBean object
Parameters: filterState - The new FilterTargetComponentState value |
setFilterTargetComponentState | public void setFilterTargetComponentState(String filterState, String filterStates)(Code) | | Sets the FilterTargetComponentState attribute of the ShowBean object
Parameters: filterState - The new FilterTargetComponentState value Parameters: filterStates - The new FilterTargetComponentState value |
setName | public void setName(String aName)(Code) | | set the "component" name
Parameters: aName - a JBI "component" name |
setNewCompAppConfigProps | public void setNewCompAppConfigProps(String aCompName, String anInstanceName)(Code) | | Creates an empty set of Application Configuration properties for the
specified component
Parameters: aCompName - String with the component name Parameters: anInstanceName - String with the instance name |
setSaStatsProps | public void setSaStatsProps(String anSaName, String anInstanceName)(Code) | | Sets the Service Assembly Statistics properties for the specified
component
Parameters: anSaName - String with the Service Assembly name Parameters: anInstanceName - String with the instance name |
setServiceAssemblyStatsPS | public void setServiceAssemblyStatsPS(PropertySheet aPropertySheet)(Code) | | Sets the ServiceAssemblyStatsPS attribute of the ShowBean object
Parameters: aPropertySheet - The new ServiceAssemblyStatsPS value |
setTargetNames | public void setTargetNames(String[] aTargetNames)(Code) | | Sets the TargetNames attribute of the ShowBean object
Parameters: aTargetNames - The new TargetNames value |
setTargetsList | public void setTargetsList(List aTargetsList)(Code) | | set the targets list
Parameters: aTargetsList - a List of zero or more targets for thiscomponent/deployment. An empty list implies installed/deployed to'domain' only. |
setType | public void setType(String aType)(Code) | | set the "component" type
Parameters: aType - a "component" type (one of: binding-component,service-assembly, service-engine, shared-library) |
|
|