org.ow2.petals.communication.jmx
Interface JMXService

All Known Implementing Classes:
PlatformJMXServiceImpl, StandaloneJMXServiceImpl

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 - eBMWebsourcing

Method Summary
 javax.management.MBeanServer getLocalJMXServer()
          Get the local jmx server
 RemoteJMXServer getRemoteJMXServer(java.lang.String remoteContainerName)
          Create a connection to the remote container JMX server.
 

Method Detail

getRemoteJMXServer

RemoteJMXServer getRemoteJMXServer(java.lang.String remoteContainerName)
                                   throws org.ow2.petals.kernel.api.server.PetalsException
Create a connection to the remote container JMX server.

Parameters:
remoteContainerName - The remote container name
Returns:
DistributedJMXServer
Throws:
org.ow2.petals.kernel.api.server.PetalsException

getLocalJMXServer

javax.management.MBeanServer getLocalJMXServer()
Get the local jmx server

Returns:
the local jmx server


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.