Java Doc for JmxOperationImpl.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » console » server » 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 » cbesb 1.2 » com.bostechcorp.cbesb.console.server 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.bostechcorp.cbesb.console.server.ConsoleRemoteServiceServlet
   com.bostechcorp.cbesb.console.server.JmxServiceServlet
      com.bostechcorp.cbesb.console.server.JmxOperationImpl

JmxOperationImpl
public class JmxOperationImpl extends JmxServiceServlet implements JmxOperation(Code)


Field Summary
final public  StringDELIMITER
    
final public  String[]SEPRIORITYLIST
    


Method Summary
public  JmxComponentObjcycleEndpoint(String saName, String componentName, String endpointName)
    
public  BaseRPCResultInfodeleteAllEndpointStatistics()
    
public  BaseRPCResultInfodeleteEndpointStatistics(String saName)
    
public  BaseRPCResultInfodeletePropertyObjects(String saName, String suName, String endpointName, String type)
    
public  JmxAssemblyInfodeployServiceAssembly(String assemblyZipUrl)
    
public  JmxAssemblyObjgetAssemblyObjAndValues(String saName)
    
public  ConsoleVersiongetCCSLVersionInfo(String name)
    
public  JmxComponentObjgetComponentObj(String saName, String componentName)
    
public  JmxComponentInfogetCurrentComponentList()
    
public  JmxAssemblyInfogetCurrentServiceAssemblyList()
    
public  JmxComponentInfogetDependences(String componentName)
    
public  JmxAssemblyInfogetDeployServiceAssemblyList()
    
public  String[]getEndpointNameArray()
    
public  JmxComponentInfogetInstallComponentList()
    
public  ListgetInstallPriorityList()
    
public  JmxEndpointInfogetPropertyObjects(String saName, String componentName, String endpointName, String suName, String role)
    
public  JmxAssemblyExtObjgetSAListForEndpointStat(String saName)
    
public  JmxAssemblyExtObjgetSAListForEndpointStatus(String saName)
    
public  JmxEndpointInfogetSaList()
    
public  JmxEndpointInfogetSaStatList()
     get the endpoint statistics info for all SAs.
public  JmxAssemblyObjgetSaStatObj(String saName)
     get the endpoint statistics info for one SA.
public  ListgetStartPriorityList()
    
public  ConsoleVersiongetVersionInfo(String name)
    
public  JmxComponentInfoinstallAllComponents()
    
public  JmxComponentInfoinstallComponent(String componentName, String jarName)
    
public  JmxComponentInfoinstallSharedLibrary(String libName, String jarName)
    
public  voidinstallUserComponent(String fileName)
    
public  JmxComponentInfopollingCurrentComponentList()
    
public  JmxAssemblyInfopollingCurrentServiceAssemblyList()
    
public  JmxAssemblyInfopollingDeployServiceAssemblyList()
    
public  JmxComponentInfopollingInstallComponentList()
    
public  JmxEndpointInfosetPropertyObjects(String saName, String suName, String componentName, String endpointName, String type, String[][] propertyObjects)
    
public  JmxComponentInfoshutdownAllComponent()
    
public  JmxAssemblyInfoshutdownAllServiceAssembly()
    
public  JmxComponentInfoshutdownComponent(String componentName)
    
public  JmxAssemblyInfoshutdownServiceAssembly(String assemblyName)
    
public  JmxComponentInfostartAllComponent()
    
public  JmxAssemblyInfostartAllServiceAssembly()
    
public  JmxComponentInfostartComponent(String componentName)
    
public  JmxComponentObjstartEndpoint(String saName, String componentName, String endpointName)
    
public  JmxAssemblyInfostartServiceAssembly(String assemblyName)
    
public  JmxComponentInfostopComponent(String componentName)
    
public  JmxComponentObjstopEndpoint(String saName, String componentName, String endpointName)
    
public  voidstopPollingNotification()
    
public  JmxAssemblyInfostopServiceAssembly(String assemblyName)
    
public  JmxAssemblyInfoundeployServiceAssembly(String assemblyName)
    
public  JmxComponentInfouninstallAllComponents()
    
public  JmxComponentInfouninstallComponent(String componentName)
    
public  JmxComponentInfouninstallSharedLibrary(String libName)
    

Field Detail
DELIMITER
final public String DELIMITER(Code)



SEPRIORITYLIST
final public String[] SEPRIORITYLIST(Code)





Method Detail
cycleEndpoint
public JmxComponentObj cycleEndpoint(String saName, String componentName, String endpointName)(Code)



deleteAllEndpointStatistics
public BaseRPCResultInfo deleteAllEndpointStatistics()(Code)



deleteEndpointStatistics
public BaseRPCResultInfo deleteEndpointStatistics(String saName)(Code)



deletePropertyObjects
public BaseRPCResultInfo deletePropertyObjects(String saName, String suName, String endpointName, String type)(Code)



deployServiceAssembly
public JmxAssemblyInfo deployServiceAssembly(String assemblyZipUrl)(Code)



getAssemblyObjAndValues
public JmxAssemblyObj getAssemblyObjAndValues(String saName)(Code)
It is for endpoint status, only show one assembly



getCCSLVersionInfo
public ConsoleVersion getCCSLVersionInfo(String name)(Code)



getComponentObj
public JmxComponentObj getComponentObj(String saName, String componentName)(Code)



getCurrentComponentList
public JmxComponentInfo getCurrentComponentList()(Code)



getCurrentServiceAssemblyList
public JmxAssemblyInfo getCurrentServiceAssemblyList()(Code)



getDependences
public JmxComponentInfo getDependences(String componentName)(Code)



getDeployServiceAssemblyList
public JmxAssemblyInfo getDeployServiceAssemblyList()(Code)



getEndpointNameArray
public String[] getEndpointNameArray() throws ServerSideException(Code)



getInstallComponentList
public JmxComponentInfo getInstallComponentList()(Code)



getInstallPriorityList
public List getInstallPriorityList()(Code)



getPropertyObjects
public JmxEndpointInfo getPropertyObjects(String saName, String componentName, String endpointName, String suName, String role)(Code)



getSAListForEndpointStat
public JmxAssemblyExtObj getSAListForEndpointStat(String saName)(Code)
get AssemblyList and AssemblyObj at noe time for endpoint statistic view
Parameters:
  saName -



getSAListForEndpointStatus
public JmxAssemblyExtObj getSAListForEndpointStatus(String saName)(Code)
get AssemblyList and AssemblyObj at one time for endpoint status view
Parameters:
  saName -



getSaList
public JmxEndpointInfo getSaList()(Code)
It is for endpoint status view that show all assemblies



getSaStatList
public JmxEndpointInfo getSaStatList()(Code)
get the endpoint statistics info for all SAs.



getSaStatObj
public JmxAssemblyObj getSaStatObj(String saName)(Code)
get the endpoint statistics info for one SA.



getStartPriorityList
public List getStartPriorityList()(Code)



getVersionInfo
public ConsoleVersion getVersionInfo(String name)(Code)



installAllComponents
public JmxComponentInfo installAllComponents()(Code)



installComponent
public JmxComponentInfo installComponent(String componentName, String jarName)(Code)



installSharedLibrary
public JmxComponentInfo installSharedLibrary(String libName, String jarName)(Code)



installUserComponent
public void installUserComponent(String fileName)(Code)



pollingCurrentComponentList
public JmxComponentInfo pollingCurrentComponentList()(Code)



pollingCurrentServiceAssemblyList
public JmxAssemblyInfo pollingCurrentServiceAssemblyList()(Code)



pollingDeployServiceAssemblyList
public JmxAssemblyInfo pollingDeployServiceAssemblyList()(Code)



pollingInstallComponentList
public JmxComponentInfo pollingInstallComponentList()(Code)



setPropertyObjects
public JmxEndpointInfo setPropertyObjects(String saName, String suName, String componentName, String endpointName, String type, String[][] propertyObjects)(Code)



shutdownAllComponent
public JmxComponentInfo shutdownAllComponent()(Code)



shutdownAllServiceAssembly
public JmxAssemblyInfo shutdownAllServiceAssembly()(Code)



shutdownComponent
public JmxComponentInfo shutdownComponent(String componentName)(Code)



shutdownServiceAssembly
public JmxAssemblyInfo shutdownServiceAssembly(String assemblyName)(Code)



startAllComponent
public JmxComponentInfo startAllComponent()(Code)



startAllServiceAssembly
public JmxAssemblyInfo startAllServiceAssembly()(Code)



startComponent
public JmxComponentInfo startComponent(String componentName)(Code)



startEndpoint
public JmxComponentObj startEndpoint(String saName, String componentName, String endpointName)(Code)



startServiceAssembly
public JmxAssemblyInfo startServiceAssembly(String assemblyName)(Code)



stopComponent
public JmxComponentInfo stopComponent(String componentName)(Code)



stopEndpoint
public JmxComponentObj stopEndpoint(String saName, String componentName, String endpointName)(Code)



stopPollingNotification
public void stopPollingNotification() throws ServerSideException(Code)



stopServiceAssembly
public JmxAssemblyInfo stopServiceAssembly(String assemblyName)(Code)



undeployServiceAssembly
public JmxAssemblyInfo undeployServiceAssembly(String assemblyName)(Code)



uninstallAllComponents
public JmxComponentInfo uninstallAllComponents()(Code)



uninstallComponent
public JmxComponentInfo uninstallComponent(String componentName)(Code)



uninstallSharedLibrary
public JmxComponentInfo uninstallSharedLibrary(String libName)(Code)



Methods inherited from com.bostechcorp.cbesb.console.server.JmxServiceServlet
protected JmxClient getClientFromSession() throws ServerSideException(Code)(Java Doc)
public JmxConnectInfo jmxConnect()(Code)(Java Doc)

Methods inherited from com.bostechcorp.cbesb.console.server.ConsoleRemoteServiceServlet
protected String getCurrentUserId() throws ServerSideException(Code)(Java Doc)
public static String invokeAndEncodeResponse(Object target, Method serviceMethod, Object[] args, SerializationPolicy serializationPolicy) throws SerializationException(Code)(Java Doc)
public String processCall(String payload) throws SerializationException(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.