|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.vmm.agent.jmx.JMXUtil
public class JMXUtil
Various JMX-related utility methods
| Constructor Summary | |
|---|---|
JMXUtil()
|
|
| Method Summary | ||
|---|---|---|
static
|
castProxy(java.lang.Object proxy,
java.lang.Class<E> c)
Cast a MBean proxy to a given type |
|
static javax.management.NotificationEmitter |
proxyToEmitter(java.lang.Object proxy)
Transforms a MBean proxy to a notification emitter |
|
static javax.management.ObjectName |
proxyToObjectName(java.lang.Object proxy)
Returns the object name of a the MBean represented by the given proxy |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMXUtil()
| Method Detail |
|---|
public static javax.management.ObjectName proxyToObjectName(java.lang.Object proxy)
proxy - MBean proxy
public static javax.management.NotificationEmitter proxyToEmitter(java.lang.Object proxy)
proxy - MBean proxy
public static <E> E castProxy(java.lang.Object proxy,
java.lang.Class<E> c)
E - type of the proxy to returnproxy - MBean proxyc -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||