xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.client.jmx.AsyncMBeanServer

Packages that use AsyncMBeanServer
org.xmlBlaster.client.jmx   
org.xmlBlaster.jmxgui   
org.xmlBlaster.jmxgui.plugins   
org.xmlBlaster.jmxgui.plugins.logPlugin   
org.xmlBlaster.test.jmx   
 

Uses of AsyncMBeanServer in org.xmlBlaster.client.jmx
 

Fields in org.xmlBlaster.client.jmx declared as AsyncMBeanServer
private  AsyncMBeanServer NotificationHandler.server
           
 

Methods in org.xmlBlaster.client.jmx that return AsyncMBeanServer
private  AsyncMBeanServer ConnectorFactory.addAsyncConnector(java.lang.String transport, java.lang.String serverName)
          Creates an instance of an AsyncMBeanServer.
private  AsyncMBeanServer ConnectorFactory.getExistingAsyncConnector(java.lang.String serverName)
          returns the async mbean server within this child global.
 AsyncMBeanServer ConnectorFactory.getMBeanServer(java.lang.String serverName)
          Gets the async mbean server specified with the given name.
 

Constructors in org.xmlBlaster.client.jmx with parameters of type AsyncMBeanServer
NotificationHandler(java.lang.String strObjectName, java.lang.String className, JmxPlugin panel, AsyncMBeanServer server)
           
 

Uses of AsyncMBeanServer in org.xmlBlaster.jmxgui
 

Fields in org.xmlBlaster.jmxgui declared as AsyncMBeanServer
private static AsyncMBeanServer ConnectorClient.aServer
           
 

Methods in org.xmlBlaster.jmxgui that return AsyncMBeanServer
 AsyncMBeanServer ConnectorClient.getServer()
          Returns AsyncMBeanServer Object.
 

Uses of AsyncMBeanServer in org.xmlBlaster.jmxgui.plugins
 

Fields in org.xmlBlaster.jmxgui.plugins declared as AsyncMBeanServer
protected  AsyncMBeanServer GenericJmxModel.aServer
           
 

Uses of AsyncMBeanServer in org.xmlBlaster.jmxgui.plugins.logPlugin
 

Fields in org.xmlBlaster.jmxgui.plugins.logPlugin declared as AsyncMBeanServer
(package private)  AsyncMBeanServer LogPlugin.server
           
 

Uses of AsyncMBeanServer in org.xmlBlaster.test.jmx
 

Fields in org.xmlBlaster.test.jmx declared as AsyncMBeanServer
protected  AsyncMBeanServer TestRemoteMBeanServer.server
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.