Java Doc for OperationHandlers.java in  » ESB » open-esb » com » sun » jbi » jsf » handlers » 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.handlers 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jbi.jsf.handlers.OperationHandlers

OperationHandlers
public class OperationHandlers (Code)
Provides jsftemplating handlers for table actions on selected rows, such as JBI LifeCycle operations (start, stop, shut down), undeployment, or uninstallation.




Method Summary
public static  voidfilterTableType(HandlerContext handlerCtx)
     Returns a list of component or deployment names and types for the selected rows.
public static  voidjbiFilterTableAssemblyState(HandlerContext handlerCtx)
    

Will set the filter type in the ListBean.

public static  voidjbiFilterTableComponentState(HandlerContext handlerCtx)
    

Will set the filter type in the ListBean.

public static  voidjbiFilterTargetTableAssemblyState(HandlerContext handlerCtx)
    

Will set the filter type in the ListBean.

public static  voidjbiFilterTargetTableComponentState(HandlerContext handlerCtx)
    

Will set the filter type in the ListBean.

public static  voidjbiGetDeployedServiceAssemblyCount(HandlerContext handlerCtx)
     Returns a the total count of installed binding components.
public static  voidjbiGetInstalledBindingCount(HandlerContext handlerCtx)
     Returns a the total count of installed binding components.
public static  voidjbiGetInstalledComponentCount(HandlerContext handlerCtx)
     Returns a the total count of installed binding components.
public static  voidjbiGetInstalledEngineCount(HandlerContext handlerCtx)
     Returns a the total count of installed binding components.
public static  voidjbiGetInstalledSharedLibraryCount(HandlerContext handlerCtx)
     Returns a the total count of installed binding components.
public static  voidjbiGetRuntimeConfigurationDefaultParameters(HandlerContext handlerCtx)
     Will retrieve the runtime configuration values for a given target.
public static  voidjbiGetRuntimeConfigurationParameters(HandlerContext handlerCtx)
     Will retrieve the runtime configuration values for a given target.
public static  voidjbiGetSystemProperty(HandlerContext handlerCtx)
     Returns a the total count of installed binding components.
public static  voidjbiInitUpdateList(HandlerContext handlerCtx)
     Returns a list of component or deployment names and types for the selected rows.
public static  voidjbiOperateSelectedComponentOrDeploymentRows(HandlerContext handlerCtx)
    

Delegates JBI LifeCycle operation requests (start, stop, or shut down) for each selected Component or Deployment row.

public static  voidjbiOperateSelectedSingleTargetRows(HandlerContext handlerCtx)
    

Delegates JBI LifeCycle operation requests (start, stop, or shut down) for each selected Target row.

public static  voidjbiOperateSelectedTargetRows(HandlerContext handlerCtx)
    

Delegates JBI LifeCycle operation requests (start, stop, or shut down) for each selected Target row.

public static  voidjbiPresetValidationAlert(HandlerContext handlerCtx)
     Presets a validation alert summary and clears details before a save.
public static  voidjbiSaveComponentLogLevels(HandlerContext handlerCtx)
    
public static  voidjbiSaveInstancesLogLevels(HandlerContext handlerCtx)
     Saves the log levels for the specified instance.
public static  voidjbiSaveJBIRuntimeLogLevels(HandlerContext handlerCtx)
     Saves the log levels for the specified instance.
public static  voidjbiSetComponentConfigurationParameter(HandlerContext handlerCtx)
     Returns a list of component or deployment names and types for the selected rows.
public static  voidjbiSetEnablementForSelectectedRows(HandlerContext handlerCtx)
    

Enables (starts) or Disables (stops, then shuts down) each selected Component or Deployment row.

public static  voidjbiSetFieldValidator(HandlerContext handlerCtx)
    
public static  voidjbiSetRuntimeConfigurationParameters(HandlerContext handlerCtx)
     Will set the runtime configuration values for the specified target.
public static  voidjbiSetValidationAlert(HandlerContext handlerCtx)
     Sets a validaiton alert type and summary.



Method Detail
filterTableType
public static void filterTableType(HandlerContext handlerCtx)(Code)
Returns a list of component or deployment names and types for the selected rows.

Will set the filter type in the ListBean.

Input value: "operation" -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiFilterTableAssemblyState
public static void jbiFilterTableAssemblyState(HandlerContext handlerCtx)(Code)

Will set the filter type in the ListBean.

Input value: "operation" -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiFilterTableComponentState
public static void jbiFilterTableComponentState(HandlerContext handlerCtx)(Code)

Will set the filter type in the ListBean.

Input value: "operation" -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiFilterTargetTableAssemblyState
public static void jbiFilterTargetTableAssemblyState(HandlerContext handlerCtx)(Code)

Will set the filter type in the ListBean.

Input value: "operation" -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiFilterTargetTableComponentState
public static void jbiFilterTargetTableComponentState(HandlerContext handlerCtx)(Code)

Will set the filter type in the ListBean.

Input value: "operation" -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiGetDeployedServiceAssemblyCount
public static void jbiGetDeployedServiceAssemblyCount(HandlerContext handlerCtx)(Code)
Returns a the total count of installed binding components.
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.



jbiGetInstalledBindingCount
public static void jbiGetInstalledBindingCount(HandlerContext handlerCtx)(Code)
Returns a the total count of installed binding components.
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.



jbiGetInstalledComponentCount
public static void jbiGetInstalledComponentCount(HandlerContext handlerCtx)(Code)
Returns a the total count of installed binding components.
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.



jbiGetInstalledEngineCount
public static void jbiGetInstalledEngineCount(HandlerContext handlerCtx)(Code)
Returns a the total count of installed binding components.
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.



jbiGetInstalledSharedLibraryCount
public static void jbiGetInstalledSharedLibraryCount(HandlerContext handlerCtx)(Code)
Returns a the total count of installed binding components.
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.



jbiGetRuntimeConfigurationDefaultParameters
public static void jbiGetRuntimeConfigurationDefaultParameters(HandlerContext handlerCtx)(Code)
Will retrieve the runtime configuration values for a given target.

Input target: -- Type: java.lang.String

Output msgSvcTimingStatisticsEnabled: -- Type: java.lang.Boolean

Output heartBeatInterval: -- Type: java.lang.String

Output jbiHome: -- Type: java.lang.String

Output autoInstallEnabled: -- Type: java.lang.Boolean

Output autoInstallDir: -- Type: java.lang.String

Output startOnVerify: -- Type: java.lang.String

Output startOnDeploy: -- Type: java.lang.String

Output installationTimeout: -- Type: java.lang.String

Output componentTimeout: -- Type: java.lang.String

Output serviceUnitTimeout: -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiGetRuntimeConfigurationParameters
public static void jbiGetRuntimeConfigurationParameters(HandlerContext handlerCtx)(Code)
Will retrieve the runtime configuration values for a given target.

Input target: -- Type: java.lang.String

Output msgSvcTimingStatisticsEnabled: -- Type: java.lang.Boolean

Output heartBeatInterval: -- Type: java.lang.String

Output jbiHome: -- Type: java.lang.String

Output autoInstallEnabled: -- Type: java.lang.Boolean

Output autoInstallDir: -- Type: java.lang.String

Output startOnVerify: -- Type: java.lang.String

Output startOnDeploy: -- Type: java.lang.String

Output installationTimeout: -- Type: java.lang.String

Output componentTimeout: -- Type: java.lang.String

Output serviceUnitTimeout: -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiGetSystemProperty
public static void jbiGetSystemProperty(HandlerContext handlerCtx)(Code)
Returns a the total count of installed binding components.
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.



jbiInitUpdateList
public static void jbiInitUpdateList(HandlerContext handlerCtx)(Code)
Returns a list of component or deployment names and types for the selected rows.

Will set the filter type in the ListBean.

Input instanceName: -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiOperateSelectedComponentOrDeploymentRows
public static void jbiOperateSelectedComponentOrDeploymentRows(HandlerContext handlerCtx)(Code)

Delegates JBI LifeCycle operation requests (start, stop, or shut down) for each selected Component or Deployment row.

Input value: "tableRowGroup" -- Type: com.sun.webui.jsf.component.TableRowGroup

Input value: "tableType" -- Type: java.lang.String Valid types: 'deployments' or 'bindingsEngines' (Note: 'libraries' do not have LifeCycles)

Input value: "operation" -- Type: java.lang.String Valid operations: 'start,' 'stop,' or 'shutDown.'
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiOperateSelectedSingleTargetRows
public static void jbiOperateSelectedSingleTargetRows(HandlerContext handlerCtx)(Code)

Delegates JBI LifeCycle operation requests (start, stop, or shut down) for each selected Target row.

Input value: "tableRowGroup" -- Type: com.sun.webui.jsf.component.TableRowGroup

Input value: "targetName" -- Type: java.lang.String

Input value: "operation" -- Type: java.lang.String Valid operations: 'start,' 'stop,' or 'shutDown.'
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiOperateSelectedTargetRows
public static void jbiOperateSelectedTargetRows(HandlerContext handlerCtx)(Code)

Delegates JBI LifeCycle operation requests (start, stop, or shut down) for each selected Target row.

Input value: "tableRowGroup" -- Type: com.sun.webui.jsf.component.TableRowGroup

Input value: "componentOrDeploymentType" -- Type: java.lang.String Valid types: 'deployments' or 'bindingsEngines' (Note: 'libraries' do not have LifeCycles)

Input value: "componentOrDeploymentName" -- Type: java.lang.String

Input value: "operation" -- Type: java.lang.String Valid operations: 'start,' 'stop,' or 'shutDown.'
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiPresetValidationAlert
public static void jbiPresetValidationAlert(HandlerContext handlerCtx)(Code)
Presets a validation alert summary and clears details before a save.
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.



jbiSaveComponentLogLevels
public static void jbiSaveComponentLogLevels(HandlerContext handlerCtx)(Code)

This handler saves the values for all the attributes in the Server Logging Levels Page.

Input value: "propertySheetParentId" -- Type: java.lang.String

Input value: "propertySheetId" -- Type: java.lang.String

Input value: "propertySheetSectionIdTag" -- Type: java.lang.String

Input value: "propertySheetIdTag" -- Type: java.lang.String

Input value: "propertyIdTag" -- Type: java.lang.String

Input value: "hiddenFieldIdTag" -- Type: java.lang.String

Input value: "componentName" -- Type: java.lang.String

Input value: "targetName" -- Type: java.lang.String

Input value: "instanceName" -- Type: java.lang.String


Parameters:
  context - The HandlerContext.



jbiSaveInstancesLogLevels
public static void jbiSaveInstancesLogLevels(HandlerContext handlerCtx)(Code)
Saves the log levels for the specified instance. Called from cluster profile.

Will set the filter type in the ListBean.

Input value: "operation" -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiSaveJBIRuntimeLogLevels
public static void jbiSaveJBIRuntimeLogLevels(HandlerContext handlerCtx)(Code)
Saves the log levels for the specified instance. Called from cluster profile.

Will set the filter type in the ListBean.

Input value: "operation" -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiSetComponentConfigurationParameter
public static void jbiSetComponentConfigurationParameter(HandlerContext handlerCtx)(Code)
Returns a list of component or deployment names and types for the selected rows.

Will set the filter type in the ListBean.

Input key: -- Type: java.lang.String

Input value: -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiSetEnablementForSelectectedRows
public static void jbiSetEnablementForSelectectedRows(HandlerContext handlerCtx)(Code)

Enables (starts) or Disables (stops, then shuts down) each selected Component or Deployment row.

Input value: "tableRowGroup" -- Type: com.sun.webui.jsf.component.TableRowGroup

Input value: "tableType" -- Type: java.lang.String Valid types: 'deployments' or 'bindingsEngines' (Note: 'libraries' do not have LifeCycles)

Input value: "isEnabled" -- Type: java.lang.Boolean
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiSetFieldValidator
public static void jbiSetFieldValidator(HandlerContext handlerCtx)(Code)
Sets a field validator for a textField and its JBI RT configuration property

Input textField: -- Type: com.sun.webui.jsf.component.TextField

Input propertyName: -- Type: String

Input label: -- Type: String
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiSetRuntimeConfigurationParameters
public static void jbiSetRuntimeConfigurationParameters(HandlerContext handlerCtx)(Code)
Will set the runtime configuration values for the specified target.

Input target: -- Type: java.lang.String

Input msgSvcTimingStatisticsEnabled: -- Type: java.lang.String

Input heartBeatInterval: -- Type: java.lang.String

Input autoInstallEnabled: -- Type: java.lang.String

Input autoInstallDir: -- Type: java.lang.String

Input startOnVerify: -- Type: java.lang.String

Input startOnDeploy: -- Type: java.lang.String

Input installationTimeout: -- Type: java.lang.String

Input componentTimeout: -- Type: java.lang.String

Input serviceUnitTimeout: -- Type: java.lang.String Valid operations: The filter type
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




jbiSetValidationAlert
public static void jbiSetValidationAlert(HandlerContext handlerCtx)(Code)
Sets a validaiton alert type and summary.

Input alertType: -- Type: String

Input alertSummary: -- Type: String
Parameters:
  handlerCtx - HandlerContext provides inputs and outputs.




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.