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


java.lang.Object
   com.bostechcorp.cbesb.console.jmxclient.BaseJmxClient
      com.bostechcorp.cbesb.console.jmxclient.ServicemixJmxClient

ServicemixJmxClient
public class ServicemixJmxClient extends BaseJmxClient (Code)


Field Summary
final public static  StringJMX_PASSWORD
    
final public static  StringJMX_PROPERTY_FILE_NAME
    
final public static  StringJMX_SERVICE_URL
    
final public static  StringJMX_USER
    

Constructor Summary
public  ServicemixJmxClient()
    

Method Summary
protected  ObjectNamegetAdminServiceMbeanName()
    
protected  ObjectNamegetDeploymentServiceMbeanName()
    
protected  ObjectNamegetInstallationServiceMbeanName()
    
protected  ObjectNamegetInstallerMbeanName(String componentName)
    
public  JMXConnectorgetJmxConnector(JMXServiceURL url)
    
public static  PropertiesgetJmxPropertiesFromFile()
    
public  ObjectNamegetLifeCycleExtensionMbeanName(String componentName)
    
public  ObjectNamegetLifeCycleMbeanName(String componentName)
    
public  PropertiesgetProperties()
    
protected  ObjectNamegetRegistryMbeanName()
    
protected  ObjectNamegetServiceUnitLifeCycleMbeanName(String serviceUintName, String componentName)
    
public  JMXServiceURLgetServiceUrl()
    
protected  ObjectNamegetSharedLibraryInstallerMbeanName(String libName)
    
protected  ObjectNamegetSharedLibraryMbeanName(String libName)
    
public  String[]getSharedLibraryNames()
    
public  voidsetProperties(Properties properties)
    

Field Detail
JMX_PASSWORD
final public static String JMX_PASSWORD(Code)



JMX_PROPERTY_FILE_NAME
final public static String JMX_PROPERTY_FILE_NAME(Code)



JMX_SERVICE_URL
final public static String JMX_SERVICE_URL(Code)



JMX_USER
final public static String JMX_USER(Code)




Constructor Detail
ServicemixJmxClient
public ServicemixJmxClient() throws Exception(Code)




Method Detail
getAdminServiceMbeanName
protected ObjectName getAdminServiceMbeanName() throws MalformedObjectNameException(Code)



getDeploymentServiceMbeanName
protected ObjectName getDeploymentServiceMbeanName() throws MalformedObjectNameException(Code)



getInstallationServiceMbeanName
protected ObjectName getInstallationServiceMbeanName() throws MalformedObjectNameException(Code)



getInstallerMbeanName
protected ObjectName getInstallerMbeanName(String componentName) throws MalformedObjectNameException(Code)



getJmxConnector
public JMXConnector getJmxConnector(JMXServiceURL url) throws ServerSideException(Code)



getJmxPropertiesFromFile
public static Properties getJmxPropertiesFromFile() throws FileNotFoundException, IOException(Code)
Reads the JMX properties from jmx.properties File
throws:
  FileNotFoundException -
throws:
  IOException -



getLifeCycleExtensionMbeanName
public ObjectName getLifeCycleExtensionMbeanName(String componentName) throws MalformedObjectNameException(Code)



getLifeCycleMbeanName
public ObjectName getLifeCycleMbeanName(String componentName) throws MalformedObjectNameException(Code)



getProperties
public Properties getProperties()(Code)
the properties



getRegistryMbeanName
protected ObjectName getRegistryMbeanName() throws MalformedObjectNameException(Code)



getServiceUnitLifeCycleMbeanName
protected ObjectName getServiceUnitLifeCycleMbeanName(String serviceUintName, String componentName) throws MalformedObjectNameException(Code)



getServiceUrl
public JMXServiceURL getServiceUrl() throws MalformedURLException(Code)



getSharedLibraryInstallerMbeanName
protected ObjectName getSharedLibraryInstallerMbeanName(String libName) throws MalformedObjectNameException(Code)



getSharedLibraryMbeanName
protected ObjectName getSharedLibraryMbeanName(String libName) throws MalformedObjectNameException(Code)



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



setProperties
public void setProperties(Properties properties)(Code)

Parameters:
  properties - the properties to set



Fields inherited from com.bostechcorp.cbesb.console.jmxclient.BaseJmxClient
final public static String BOOTSTRAP_COMP(Code)(Java Doc)
final protected static String ENDPOINT_MBEAN_NAME(Code)(Java Doc)
final protected static String LIFE_CYCLE_EXTENSION_MBEAN_NAME(Code)(Java Doc)
protected static int SERVICEMIX_CONTAINER(Code)(Java Doc)
protected int containerType(Code)(Java Doc)
protected JMXConnector jmxConnector(Code)(Java Doc)
static ConcurrentHashMap<String, ClientListener> listenerStatisMap(Code)(Java Doc)
static ConcurrentHashMap<String, ClientListener> listenerStatusMap(Code)(Java Doc)
protected Log log(Code)(Java Doc)
protected String password(Code)(Java Doc)
protected int port(Code)(Java Doc)
static ConcurrentHashMap<String, SaClientListener> saListenerStatisMap(Code)(Java Doc)
static ConcurrentHashMap<String, SaClientListener> saListenerStatusMap(Code)(Java Doc)
protected String sessionId(Code)(Java Doc)
protected String user(Code)(Java Doc)

Methods inherited from com.bostechcorp.cbesb.console.jmxclient.BaseJmxClient
public void closeJmxConnection()(Code)(Java Doc)
public void deployServiceAssembly(String assemblyZipUrl) throws Exception(Code)(Java Doc)
abstract protected ObjectName getAdminServiceMbeanName() throws MalformedObjectNameException(Code)(Java Doc)
public void getAssemblyObj(JmxAssemblyObj sa) throws Exception(Code)(Java Doc)
public void getAssemblyObjAndValues(JmxAssemblyObj sa) throws Exception(Code)(Java Doc)
public void getCCSLVersionInfo(String name, ConsoleVersion consoleVersion) throws Exception(Code)(Java Doc)
public JmxComponentObj getComponentObj(String saName, String componentName) throws Exception(Code)(Java Doc)
public JmxComponentObj getComponentObjAndValues(String saName, String componentName) throws Exception(Code)(Java Doc)
public void getConnectInfo() throws ServerSideException(Code)(Java Doc)
public ObjectName[] getCurComponentObjectNames() throws Exception(Code)(Java Doc)
public void getCurrentComponentList(JmxComponentInfo info) throws Exception(Code)(Java Doc)
public void getCurrentServiceAssemblyList(JmxAssemblyInfo info) throws Exception(Code)(Java Doc)
public String getCurrentState(String componentName) throws Exception(Code)(Java Doc)
public void getDependences(String componentName, JmxComponentInfo info) throws Exception(Code)(Java Doc)
public void getDeployServiceAssemblyList(JmxAssemblyInfo info) throws Exception(Code)(Java Doc)
abstract protected ObjectName getDeploymentServiceMbeanName() throws MalformedObjectNameException(Code)(Java Doc)
public String[] getDisplayTitles(String componentName) throws Exception(Code)(Java Doc)
public String[] getEndpointNameArray() throws Exception(Code)(Java Doc)
public JmxEndpointObj getEndpointObj(String saName, String componentName, String endpointName) throws Exception(Code)(Java Doc)
public String[] getExtendedComponentByAssembly(String saName) throws Exception(Code)(Java Doc)
public void getInstallCompontentList(JmxComponentInfo info) throws Exception(Code)(Java Doc)
abstract protected ObjectName getInstallationServiceMbeanName() throws MalformedObjectNameException(Code)(Java Doc)
abstract protected ObjectName getInstallerMbeanName(String componentName) throws MalformedObjectNameException(Code)(Java Doc)
abstract protected JMXConnector getJmxConnector(JMXServiceURL url) throws ServerSideException(Code)(Java Doc)
protected LifeCycleExtensionMBean getLifeCycleExtensionMBean(String componentName) throws Exception(Code)(Java Doc)
abstract protected ObjectName getLifeCycleExtensionMbeanName(String componentName) throws MalformedObjectNameException(Code)(Java Doc)
abstract protected ObjectName getLifeCycleMbeanName(String componentName) throws MalformedObjectNameException(Code)(Java Doc)
public String getLogConfig() throws ServerSideException(Code)(Java Doc)
public void getPropertyObjects(String componentName, String endpointName, JmxEndpointObj obj) throws Exception(Code)(Java Doc)
protected Object getProxy(ObjectName name, Class type) throws ServerSideException(Code)(Java Doc)
abstract protected ObjectName getRegistryMbeanName() throws MalformedObjectNameException(Code)(Java Doc)
public void getRemoveComponentList(JmxComponentInfo info) throws Exception(Code)(Java Doc)
public void getRemoveServiceAssemblyList(JmxAssemblyInfo info) throws Exception(Code)(Java Doc)
public String[] getSANames() throws Exception(Code)(Java Doc)
public void getSaList(JmxEndpointInfo info) throws Exception(Code)(Java Doc)
public MBeanServerConnection getServerConnection() throws ServerSideException(Code)(Java Doc)
public String getServiceAssemblState(String assemblyName) throws Exception(Code)(Java Doc)
abstract protected ObjectName getServiceUnitLifeCycleMbeanName(String serviceUintName, String componentName) throws MalformedObjectNameException(Code)(Java Doc)
abstract protected JMXServiceURL getServiceUrl() throws MalformedURLException(Code)(Java Doc)
public String getSessionId()(Code)(Java Doc)
abstract protected ObjectName getSharedLibraryInstallerMbeanName(String libName) throws MalformedObjectNameException(Code)(Java Doc)
abstract protected ObjectName getSharedLibraryMbeanName(String libName) throws MalformedObjectNameException(Code)(Java Doc)
abstract protected String[] getSharedLibraryNames() throws ServerSideException(Code)(Java Doc)
public ConcurrentHashMap<String, EndpointStatVO> getStatisticInfo(long timeout) throws Exception(Code)(Java Doc)
public void getStatisticsChange(long timeout, JmxEndpointInfo info) throws Exception(Code)(Java Doc)
public void getStatisticsChangeBySA(long timeout, JmxAssemblyObj sa) throws Exception(Code)(Java Doc)
public void getStatusChange(long timeout, JmxEndpointInfo info) throws Exception(Code)(Java Doc)
public void getStatusChangeBySA(long timeout, JmxAssemblyObj info) throws Exception(Code)(Java Doc)
public JmxEndpointInfo getStatusChangeBySA(long timeout, String saName) throws Exception(Code)(Java Doc)
public void getVersionInfo(String name, ConsoleVersion consoleVersion) throws Exception(Code)(Java Doc)
protected void init(String port, String user, String password) throws ServerSideException(Code)(Java Doc)
public void installComponent(String componentName, String jarName) throws Exception(Code)(Java Doc)
public void installSharedLibrary(String libName, String jarName) throws Exception(Code)(Java Doc)
public void installUserComponent(String fileName) throws Exception(Code)(Java Doc)
public void removeComponent(String componentJarName) throws Exception(Code)(Java Doc)
public void removeServiceAssembly(String assemblyJarName) throws Exception(Code)(Java Doc)
public void removeSharedLibrary(String libName) throws Exception(Code)(Java Doc)
public void resetEndpointStatistics(String saName) throws Exception(Code)(Java Doc)
public void setLogConfig(String logConfig) throws ServerSideException(Code)(Java Doc)
public void setPropertyObjects(String componentName, String endpointName, String[][] propertyObjects, JmxEndpointInfo info) throws Exception(Code)(Java Doc)
public void setSessionId(String sessionId)(Code)(Java Doc)
public void shutdownComponent(String componentName) throws Exception(Code)(Java Doc)
public void shutdownServiceAssembly(String assemblyName) throws Exception(Code)(Java Doc)
public void startComponent(String componentName) throws Exception(Code)(Java Doc)
public void startEndpoint(String componentName, String endpointName) throws Exception(Code)(Java Doc)
public void startServiceAssembly(String assemblyName) throws Exception(Code)(Java Doc)
public void stopComponent(String componentName) throws Exception(Code)(Java Doc)
public void stopEndpoint(String componentName, String endpointName) throws Exception(Code)(Java Doc)
public void stopPollingNotification()(Code)(Java Doc)
public void stopServiceAssembly(String assemblyName) throws Exception(Code)(Java Doc)
public void undeployServiceAssembly(String assemblyName) throws Exception(Code)(Java Doc)
public void uninstallComponent(String componentName) throws Exception(Code)(Java Doc)
public void uninstallSharedLibrary(String libName) throws Exception(Code)(Java Doc)

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.