xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.admin.extern.JmxMBeanHandle

Packages that use JmxMBeanHandle
org.xmlBlaster.authentication   
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.runlevel   
org.xmlBlaster.protocol.http.ajax   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.admin.extern   
 

Uses of JmxMBeanHandle in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as JmxMBeanHandle
private  JmxMBeanHandle SessionInfo.mbeanHandle
          My JMX registration
private  JmxMBeanHandle SubjectInfo.mbeanHandle
          My JMX registration
 

Uses of JmxMBeanHandle in org.xmlBlaster.client
 

Fields in org.xmlBlaster.client declared as JmxMBeanHandle
private  JmxMBeanHandle XmlBlasterAccess.mbeanHandle
          My JMX registration
 

Uses of JmxMBeanHandle in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as JmxMBeanHandle
private  JmxMBeanHandle SubscriptionInfo.mbeanHandle
          My JMX registration
private  JmxMBeanHandle TopicHandler.mbeanHandle
          My JMX registration
private  JmxMBeanHandle RequestBroker.mbeanHandle
          My JMX registration
 

Uses of JmxMBeanHandle in org.xmlBlaster.engine.runlevel
 

Fields in org.xmlBlaster.engine.runlevel declared as JmxMBeanHandle
private  JmxMBeanHandle RunlevelManager.mbeanHandle
          My JMX registration
private  JmxMBeanHandle PluginConfig.mbeanHandle
          My JMX registration
 

Uses of JmxMBeanHandle in org.xmlBlaster.protocol.http.ajax
 

Fields in org.xmlBlaster.protocol.http.ajax declared as JmxMBeanHandle
private  JmxMBeanHandle AjaxServlet.mbeanHandle
          My JMX registration
private  JmxMBeanHandle BlasterInstance.mbeanHandle
          My JMX registration
 

Uses of JmxMBeanHandle in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return JmxMBeanHandle
 JmxMBeanHandle Global.registerMBean(ContextNode contextNode, java.lang.Object mbean)
          JMX support.
 

Uses of JmxMBeanHandle in org.xmlBlaster.util.admin.extern
 

Fields in org.xmlBlaster.util.admin.extern declared as JmxMBeanHandle
private  JmxMBeanHandle JmxWrapper.jmxLogLevelHandle
           
private  JmxMBeanHandle JmxWrapper.jmxPropertiesHandle
           
 

Methods in org.xmlBlaster.util.admin.extern that return JmxMBeanHandle
 JmxMBeanHandle JmxWrapper.registerMBean(ContextNode contextNode, java.lang.Object mbean)
          Registers the specified mbean into the mbean server.
private  JmxMBeanHandle JmxWrapper.registerMBean(ContextNode contextNode, java.lang.Object mbean, JmxMBeanHandle mbeanHandle, boolean isRename)
           
 

Methods in org.xmlBlaster.util.admin.extern with parameters of type JmxMBeanHandle
private  JmxMBeanHandle JmxWrapper.registerMBean(ContextNode contextNode, java.lang.Object mbean, JmxMBeanHandle mbeanHandle, boolean isRename)
           
 void JmxWrapper.unregisterMBean(JmxMBeanHandle jmxMBeanHandle)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.