|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.remoting.MBeanServerRegistry
public class MBeanServerRegistry
MBeanServerRegistry is a registry for remote MBeanServer proxies that are registered in the local JVM.
Constructor Summary | |
---|---|
MBeanServerRegistry()
|
Method Summary | |
---|---|
static MBeanServer |
getMBeanServerFor(org.jboss.remoting.InvokerLocator locator)
return the MBeanServer proxy for a given InvokerLocator, or null if none registered |
static MBeanServer |
getMBeanServerFor(String id)
return the MBeanServer proxy for a given MBeanServer id, or null if none registered |
static boolean |
isMBeanServerRegistered(org.jboss.remoting.InvokerLocator locator)
returns true if the remote MBeanServer proxy is registered for the given locator |
static boolean |
isMBeanServerRegistered(String id)
return true if the remote MbeanServer is registered for the given MBeanServer ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBeanServerRegistry()
Method Detail |
---|
public static final boolean isMBeanServerRegistered(String id)
id
-
public static final MBeanServer getMBeanServerFor(String id)
id
-
public static final boolean isMBeanServerRegistered(org.jboss.remoting.InvokerLocator locator)
locator
-
public static final MBeanServer getMBeanServerFor(org.jboss.remoting.InvokerLocator locator)
locator
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |