|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.communication.jmx.RemoteJMXServer
public class RemoteJMXServer
This object is a connection to a JMX server
| Field Summary | |
|---|---|
static java.lang.String |
GET_SERVICE_DESCRITION
Name of the method getServiceDescription |
static java.lang.String |
IS_OK_WITH_CONS
Name of the method isExchangeWithConsumerOkayForComponent |
static java.lang.String |
IS_OK_WITH_PROV
Name of the method isExchangeWithProviderOkayForComponent |
static java.lang.String |
PETALS_DOMAIN
The Petals JMX Domain |
static java.lang.String |
UPDATE_NEW_ENDPOINTS
Name of the method updateNewEndpoints |
| Constructor Summary | |
|---|---|
RemoteJMXServer(javax.management.MBeanServer localServer)
Creates a new instance of RemoteJMXServer |
|
RemoteJMXServer(javax.management.MBeanServerConnection connection)
Creates a new instance of RemoteJMXServer |
|
| Method Summary | |
|---|---|
javax.management.ObjectName |
getAdminServiceMBeanName()
Retrieve the object name of the admin service |
javax.management.ObjectName |
getPetalsAdminServiceMBeanName()
Retrieve the object name of the Petals admin service |
java.lang.Object |
invoke(javax.management.ObjectName name,
java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
|
java.util.Set<javax.management.ObjectName> |
queryNames(javax.management.ObjectName name,
javax.management.QueryExp queryExp)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PETALS_DOMAIN
public static final java.lang.String GET_SERVICE_DESCRITION
public static final java.lang.String IS_OK_WITH_CONS
public static final java.lang.String IS_OK_WITH_PROV
public static final java.lang.String UPDATE_NEW_ENDPOINTS
| Constructor Detail |
|---|
public RemoteJMXServer(javax.management.MBeanServerConnection connection)
RemoteJMXServer
connector - public RemoteJMXServer(javax.management.MBeanServer localServer)
RemoteJMXServer
localServer - | Method Detail |
|---|
public javax.management.ObjectName getAdminServiceMBeanName()
throws java.io.IOException,
javax.management.MalformedObjectNameException,
java.lang.NullPointerException
java.io.IOException
java.lang.NullPointerException
javax.management.MalformedObjectNameException
public javax.management.ObjectName getPetalsAdminServiceMBeanName()
throws java.io.IOException,
javax.management.MalformedObjectNameException,
java.lang.NullPointerException
java.io.IOException
java.lang.NullPointerException
javax.management.MalformedObjectNameException
public java.lang.Object invoke(javax.management.ObjectName name,
java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
throws javax.management.InstanceNotFoundException,
javax.management.MBeanException,
javax.management.ReflectionException,
java.io.IOException
name - operationName - params - signature -
javax.management.InstanceNotFoundException
javax.management.MBeanException
javax.management.ReflectionException
java.io.IOException
public java.util.Set<javax.management.ObjectName> queryNames(javax.management.ObjectName name,
javax.management.QueryExp queryExp)
throws javax.management.InstanceNotFoundException,
javax.management.MBeanException,
javax.management.ReflectionException,
java.io.IOException
name - queryExp -
javax.management.InstanceNotFoundException
javax.management.MBeanException
javax.management.ReflectionException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||