Java Doc for ShowBean.java in  » ESB » open-esb » com » sun » jbi » jsf » bean » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ESB » open esb » com.sun.jbi.jsf.bean 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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.



Constructor Summary
public  ShowBean()
    

Method Summary
public  Stringcheck(String aTarget)
    
public  TableDataProvidergetCompAppConfigNamesTableData()
     provides table data with list of application configuration names for the current component.
public  PropertySheetgetCompStatsPropertySheet()
    
public  PropertySheetgetCreateCompAppConfigPropertySheet()
    
public  PropertySheetgetCreateCompAppVarsPropertySheet()
    
public  StringgetDeploymentOrInstallationDescriptor()
    
public  StringgetDescription()
    
public  PropertySheetgetEditCompAppConfigPropertySheet()
    
public  PropertySheetgetEditCompAppVarsPropertySheet()
    
public  StringgetFilterTargetAssemblyState()
    
public  ArrayListgetFilterTargetAssemblyStates()
    
public  StringgetFilterTargetComponentState()
    
public  ArrayListgetFilterTargetComponentStates()
    
public  StringgetName()
    
public  String[]getOriginalTargetNames()
    
public  PropertySheetgetServiceAssemblyStatsPS()
    
public  TableDataProvidergetSharedTargetsTableData()
    
public  String[]getTargetNames()
    
public  ListgetTargetsList()
    
public  StringgetType()
    
public  voidinitTargetNames()
     initialize the member varible target name list, which is dynamic and also initialize the original target name list, which is static.
public  booleanisCompAppConfigSupported()
    
public  booleanisCompStartedOnInstance(String aCompName, String aCompType, String anInstanceName, Properties aStatus)
    
public  voidsaveCompAppConfigProps(String anAction, String aCompName, String anInstanceName, String anAppConfigName, Properties aToBeSaved, Properties aStatus)
    
public  voidsetCompAppConfigNamesTableData(String aCompName, String aCompType, String anInstanceName)
    
public  voidsetCompAppConfigProps(String aCompName, String anInstanceName, String anAppConfigName)
    
public  voidsetCompStatsPropertySheet(PropertySheet anIgnoredArg)
     Required but not used setter for read only property sheet.
public  voidsetCompStatsProps(String aCompName, String anInstanceName)
    
public  voidsetCreateCompAppConfigPropertySheet(PropertySheet aPropertySheet)
    
public  voidsetCreateCompAppVarsPropertySheet(PropertySheet aPropertySheet)
    
public  voidsetDeploymentOrInstallationDescriptor(String ignored)
    
public  voidsetDescription(String ignored)
    
public  voidsetEditCompAppConfigPropertySheet(PropertySheet aPropertySheet)
    
public  voidsetEditCompAppVarsPropertySheet(PropertySheet aPropertySheet)
    
public  voidsetFilterTargetAssemblyState(String filterState)
    
public  voidsetFilterTargetAssemblyState(String filterState, String filterStates)
    
public  voidsetFilterTargetComponentState(String filterState)
    
public  voidsetFilterTargetComponentState(String filterState, String filterStates)
    
public  voidsetName(String aName)
    
public  voidsetNewCompAppConfigProps(String aCompName, String anInstanceName)
    
public  voidsetSaStatsProps(String anSaName, String anInstanceName)
    
public  voidsetServiceAssemblyStatsPS(PropertySheet aPropertySheet)
    
public  voidsetTargetNames(String[] aTargetNames)
    
public  voidsetTargetsList(List aTargetsList)
     set the targets list
Parameters:
  aTargetsList - a List of zero or more targets for thiscomponent/deployment.
public  voidsetType(String aType)
    


Constructor Detail
ShowBean
public ShowBean()(Code)
Constructor for the ShowBean object




Method Detail
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)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.