|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.mxbean.MXBeanFactory
public class MXBeanFactory
MXBeanFactory.
Constructor Summary | |
---|---|
MXBeanFactory()
|
Method Summary | ||
---|---|---|
static
|
makeProxy(MBeanServerConnection mbeanServerConnection,
ObjectName objectName,
Class<T> mxbeanInterface)
Create a proxy |
|
static DynamicMBean |
newMXBean(Object resource)
Create a new MXBean |
|
static
|
newMXBean(T resource,
Class<T> mxbeanInterface)
Create a new MXBean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MXBeanFactory()
Method Detail |
---|
public static <T> T makeProxy(MBeanServerConnection mbeanServerConnection, ObjectName objectName, Class<T> mxbeanInterface)
T
- the interface typembeanServerConnection
- the connectionobjectName
- the object namemxbeanInterface
- the interface
public static DynamicMBean newMXBean(Object resource)
resource
- the resource
public static <T> DynamicMBean newMXBean(T resource, Class<T> mxbeanInterface)
T
- the interface typeresource
- the resourcemxbeanInterface
- the interface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |