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


com.bostechcorp.cbesb.console.rpc.JmxOperationAsync

JmxOperationAsync
public interface JmxOperationAsync (Code)




Method Summary
public  voidcycleEndpoint(String saName, String componentName, String endpointName, AsyncCallback callback)
    
public  voiddeleteAllEndpointStatistics(AsyncCallback callback)
    
public  voiddeleteEndpointStatistics(String saName, AsyncCallback callback)
    
public  voiddeletePropertyObjects(String saName, String suName, String endpointName, String type, AsyncCallback callback)
    
public  voiddeployServiceAssembly(String assemblyZipUrl, AsyncCallback callback)
    
public  voidgetAssemblyObjAndValues(String saName, AsyncCallback callback)
     Get current Service Assembly object.
public  voidgetCCSLVersionInfo(String name, AsyncCallback callback)
    
public  voidgetComponentObj(String saName, String componentName, AsyncCallback callback)
    
public  voidgetCurrentComponentList(AsyncCallback callback)
    
public  voidgetCurrentServiceAssemblyList(AsyncCallback callback)
    
public  voidgetDependences(String componentName, AsyncCallback callback)
    
public  voidgetDeployServiceAssemblyList(AsyncCallback callback)
    
public  voidgetEndpointNameArray(AsyncCallback callback)
    
public  voidgetInstallComponentList(AsyncCallback callback)
    
public  voidgetPropertyObjects(String saName, String componentName, String endpointName, String suName, String role, AsyncCallback callback)
    
public  voidgetSAListForEndpointStat(String saName, AsyncCallback callback)
    
public  voidgetSAListForEndpointStatus(String saName, AsyncCallback callback)
    
public  voidgetSaList(AsyncCallback callback)
    
public  voidgetSaStatList(AsyncCallback callback)
     get the endpoint statistics info for all SAs.
public  voidgetSaStatObj(String saName, AsyncCallback callback)
    
public  voidgetVersionInfo(String name, AsyncCallback callback)
    
public  voidinstallAllComponents(AsyncCallback callback)
    
public  voidinstallComponent(String componentName, String jarName, AsyncCallback callback)
    
public  voidinstallSharedLibrary(String libName, String jarName, AsyncCallback callback)
    
public  voidpollingCurrentComponentList(AsyncCallback callback)
    
public  voidpollingCurrentServiceAssemblyList(AsyncCallback callback)
    
public  voidpollingDeployServiceAssemblyList(AsyncCallback callback)
    
public  voidpollingInstallComponentList(AsyncCallback callback)
    
public  voidsetPropertyObjects(String saName, String suName, String componentName, String endpointName, String type, String[][] propertyObjects, AsyncCallback callback)
    
public  voidshutdownAllComponent(AsyncCallback callback)
    
public  voidshutdownAllServiceAssembly(AsyncCallback callback)
    
public  voidshutdownComponent(String componentName, AsyncCallback callback)
    
public  voidshutdownServiceAssembly(String assemblyName, AsyncCallback callback)
    
public  voidstartAllComponent(AsyncCallback callback)
    
public  voidstartAllServiceAssembly(AsyncCallback callback)
    
public  voidstartComponent(String componentName, AsyncCallback callback)
    
public  voidstartEndpoint(String saName, String componentName, String endpointName, AsyncCallback callback)
    
public  voidstartServiceAssembly(String assemblyName, AsyncCallback callback)
    
public  voidstopEndpoint(String saName, String componentName, String endpointName, AsyncCallback callback)
    
public  voidstopPollingNotification(AsyncCallback callback)
    
public  voidstopServiceAssembly(String assemblyName, AsyncCallback callback)
    
public  voidundeployServiceAssembly(String assemblyName, AsyncCallback callback)
    
public  voiduninstallAllComponents(AsyncCallback callback)
    
public  voiduninstallComponent(String componentName, AsyncCallback callback)
    
public  voiduninstallSharedLibrary(String libName, AsyncCallback callback)
    



Method Detail
cycleEndpoint
public void cycleEndpoint(String saName, String componentName, String endpointName, AsyncCallback callback)(Code)



deleteAllEndpointStatistics
public void deleteAllEndpointStatistics(AsyncCallback callback)(Code)



deleteEndpointStatistics
public void deleteEndpointStatistics(String saName, AsyncCallback callback)(Code)



deletePropertyObjects
public void deletePropertyObjects(String saName, String suName, String endpointName, String type, AsyncCallback callback)(Code)



deployServiceAssembly
public void deployServiceAssembly(String assemblyZipUrl, AsyncCallback callback)(Code)



getAssemblyObjAndValues
public void getAssemblyObjAndValues(String saName, AsyncCallback callback)(Code)
Get current Service Assembly object.
Parameters:
  saName -
Parameters:
  callback - the callback to return JmxAssemblyObj
throws:
  Exception -



getCCSLVersionInfo
public void getCCSLVersionInfo(String name, AsyncCallback callback)(Code)



getComponentObj
public void getComponentObj(String saName, String componentName, AsyncCallback callback)(Code)



getCurrentComponentList
public void getCurrentComponentList(AsyncCallback callback)(Code)
It is very import for RPC method, if you want to throw an Exception, you must throw a ServerSideException, otherwise you need to return a object extends BaseRpcResultInfo



getCurrentServiceAssemblyList
public void getCurrentServiceAssemblyList(AsyncCallback callback)(Code)



getDependences
public void getDependences(String componentName, AsyncCallback callback)(Code)



getDeployServiceAssemblyList
public void getDeployServiceAssemblyList(AsyncCallback callback)(Code)



getEndpointNameArray
public void getEndpointNameArray(AsyncCallback callback)(Code)



getInstallComponentList
public void getInstallComponentList(AsyncCallback callback)(Code)



getPropertyObjects
public void getPropertyObjects(String saName, String componentName, String endpointName, String suName, String role, AsyncCallback callback)(Code)



getSAListForEndpointStat
public void getSAListForEndpointStat(String saName, AsyncCallback callback)(Code)
get AssemblyList and AssemblyObj for endpoint statistic view
Parameters:
  saName -
Parameters:
  callback - the callback to return



getSAListForEndpointStatus
public void getSAListForEndpointStatus(String saName, AsyncCallback callback)(Code)
get AssemblyList and AssemblyObj for endpoint view
Parameters:
  saName -
Parameters:
  callback - the callback to return



getSaList
public void getSaList(AsyncCallback callback)(Code)



getSaStatList
public void getSaStatList(AsyncCallback callback)(Code)
get the endpoint statistics info for all SAs.



getSaStatObj
public void getSaStatObj(String saName, AsyncCallback callback)(Code)



getVersionInfo
public void getVersionInfo(String name, AsyncCallback callback)(Code)



installAllComponents
public void installAllComponents(AsyncCallback callback)(Code)



installComponent
public void installComponent(String componentName, String jarName, AsyncCallback callback)(Code)



installSharedLibrary
public void installSharedLibrary(String libName, String jarName, AsyncCallback callback)(Code)



pollingCurrentComponentList
public void pollingCurrentComponentList(AsyncCallback callback)(Code)



pollingCurrentServiceAssemblyList
public void pollingCurrentServiceAssemblyList(AsyncCallback callback)(Code)



pollingDeployServiceAssemblyList
public void pollingDeployServiceAssemblyList(AsyncCallback callback)(Code)



pollingInstallComponentList
public void pollingInstallComponentList(AsyncCallback callback)(Code)



setPropertyObjects
public void setPropertyObjects(String saName, String suName, String componentName, String endpointName, String type, String[][] propertyObjects, AsyncCallback callback)(Code)



shutdownAllComponent
public void shutdownAllComponent(AsyncCallback callback)(Code)



shutdownAllServiceAssembly
public void shutdownAllServiceAssembly(AsyncCallback callback)(Code)



shutdownComponent
public void shutdownComponent(String componentName, AsyncCallback callback)(Code)



shutdownServiceAssembly
public void shutdownServiceAssembly(String assemblyName, AsyncCallback callback)(Code)



startAllComponent
public void startAllComponent(AsyncCallback callback)(Code)



startAllServiceAssembly
public void startAllServiceAssembly(AsyncCallback callback)(Code)



startComponent
public void startComponent(String componentName, AsyncCallback callback)(Code)



startEndpoint
public void startEndpoint(String saName, String componentName, String endpointName, AsyncCallback callback)(Code)



startServiceAssembly
public void startServiceAssembly(String assemblyName, AsyncCallback callback)(Code)



stopEndpoint
public void stopEndpoint(String saName, String componentName, String endpointName, AsyncCallback callback)(Code)



stopPollingNotification
public void stopPollingNotification(AsyncCallback callback)(Code)



stopServiceAssembly
public void stopServiceAssembly(String assemblyName, AsyncCallback callback)(Code)



undeployServiceAssembly
public void undeployServiceAssembly(String assemblyName, AsyncCallback callback)(Code)



uninstallAllComponents
public void uninstallAllComponents(AsyncCallback callback)(Code)



uninstallComponent
public void uninstallComponent(String componentName, AsyncCallback callback)(Code)



uninstallSharedLibrary
public void uninstallSharedLibrary(String libName, AsyncCallback callback)(Code)



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