|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.communication.jmx.PlatformJMXServiceImpl
public class PlatformJMXServiceImpl
This class is a manager of JMX server. It is used to get a connection to a JMX Server on a distant container.
| Field Summary | |
|---|---|
protected org.objectweb.fractal.jmx.agent.AdminAttributes |
adminAttributes
Admin Attributes Fractal component |
protected ConfigurationService |
configurationService
Configuration service fractal component |
protected org.ow2.petals.util.LoggingUtil |
log
Logger |
protected TopologyService |
topologyService
Topology service Fractal component |
| Constructor Summary | |
|---|---|
PlatformJMXServiceImpl()
|
|
| 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. |
protected void |
start()
|
protected void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.ow2.petals.util.LoggingUtil log
protected org.objectweb.fractal.jmx.agent.AdminAttributes adminAttributes
protected TopologyService topologyService
protected ConfigurationService configurationService
| Constructor Detail |
|---|
public PlatformJMXServiceImpl()
| Method Detail |
|---|
public RemoteJMXServer getRemoteJMXServer(java.lang.String remoteContainerName)
throws org.ow2.petals.kernel.api.server.PetalsException
JMXService
getRemoteJMXServer in interface JMXServiceremoteContainerName - The remote container name
org.ow2.petals.kernel.api.server.PetalsExceptionpublic javax.management.MBeanServer getLocalJMXServer()
JMXService
getLocalJMXServer in interface JMXService
protected void start()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
org.objectweb.fractal.api.control.IllegalLifeCycleException
protected void stop()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
org.objectweb.fractal.api.control.IllegalLifeCycleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||