|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanServerService | |
org.sape.carbon.services.jmx.server.mx4j | Contains the classes for an MX4J MBean Server and adapters to access it. |
org.sape.carbon.services.jmx.server.weblogic | Contains the classes for connecting to Weblogic 7.0's MBean server. |
Uses of MBeanServerService in org.sape.carbon.services.jmx.server.mx4j |
Classes in org.sape.carbon.services.jmx.server.mx4j that implement MBeanServerService | |
class |
DefaultHttpAdaptorServiceImpl
This component implementation configures and sets up the MX4J HTTP adaptor to create a web interface to JMX. |
class |
DefaultJrmpRemotingImpl
This is the default and very simple implementation of a JRMP admin server built via the functionality in the MX4J JMX implementation. |
class |
Mx4jMBeanServerService
Creates a MX4J JMX MBean Server |
Fields in org.sape.carbon.services.jmx.server.mx4j declared as MBeanServerService | |
private MBeanServerService |
DefaultJrmpRemotingImpl.mbeanServerService
MBeanServerService being exposed remotely. |
Methods in org.sape.carbon.services.jmx.server.mx4j that return MBeanServerService | |
MBeanServerService |
JrmpRemotingConfiguration.getMBeanServerService()
Gets the MBeanServer to expose through the adaptor. |
MBeanServerService |
HttpAdaptorConfiguration.getMBeanServerService()
Gets the MBeanServer to expose through the adaptor. |
Methods in org.sape.carbon.services.jmx.server.mx4j with parameters of type MBeanServerService | |
void |
JrmpRemotingConfiguration.setMBeanServerService(MBeanServerService mbeanServerService)
Sets the MBeanServer to expose through the adaptor. |
void |
HttpAdaptorConfiguration.setMBeanServerService(MBeanServerService mbeanServerService)
Sets the MBeanServer to expose through the adaptor. |
Uses of MBeanServerService in org.sape.carbon.services.jmx.server.weblogic |
Classes in org.sape.carbon.services.jmx.server.weblogic that implement MBeanServerService | |
class |
WebLogicMBeanServerServiceImpl
Weblogic specific implementation of the MBeanServerProvider interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |