org.ow2.petals.microkernel.api.communication
Interface JMXService


public interface JMXService

This class is a manager of JMX server.

It is used to get a connection of a remote or the local JMX server.

Author:
ddesjardins - EBM WebSourcing

Field Summary
static String COMPONENT_LOGGER_NAME
           
 
Method Summary
 org.ow2.petals.jmx.api.api.JMXClient getJMXClient(String remoteContainerName)
          Create a connection to the remote container JMX server.
 MBeanServer getLocalJMXServer()
          Get the local jmx server
 

Field Detail

COMPONENT_LOGGER_NAME

static final String COMPONENT_LOGGER_NAME
See Also:
Constant Field Values
Method Detail

getJMXClient

org.ow2.petals.jmx.api.api.JMXClient getJMXClient(String remoteContainerName)
                                                  throws org.ow2.petals.basisapi.exception.PetalsException
Create a connection to the remote container JMX server.

Parameters:
remoteContainerName - The remote container name
Returns:
DistributedJMXServer
Throws:
org.ow2.petals.basisapi.exception.PetalsException

getLocalJMXServer

MBeanServer getLocalJMXServer()
Get the local jmx server

Returns:
the local jmx server


Copyright © 2005-2015 Linagora. All Rights Reserved.