|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmxSelfNaming | |
---|---|
com.j256.simplejmx.common | Common classes for both client and server sides. |
com.j256.simplejmx.server | Server code. |
Uses of JmxSelfNaming in com.j256.simplejmx.common |
---|
Classes in com.j256.simplejmx.common that implement JmxSelfNaming | |
---|---|
class |
BaseJmxSelfNaming
Base class which has default implementations of all of the JmxSelfNaming methods. |
Methods in com.j256.simplejmx.common with parameters of type JmxSelfNaming | |
---|---|
static ObjectName |
ObjectNameUtil.makeObjectName(JmxResource jmxResource,
JmxSelfNaming selfNamingObj)
Constructs an object-name from a jmx-resource and a self naming object. |
static ObjectName |
ObjectNameUtil.makeObjectName(JmxSelfNaming selfNamingObj)
Constructs an object-name from a self naming object only. |
Uses of JmxSelfNaming in com.j256.simplejmx.server |
---|
Methods in com.j256.simplejmx.server with parameters of type JmxSelfNaming | |
---|---|
void |
JmxServer.register(JmxSelfNaming selfNaming)
Register the object parameter for exposure with JMX that implements self-naming. |
Constructors in com.j256.simplejmx.server with parameters of type JmxSelfNaming | |
---|---|
ReflectionMbean(JmxSelfNaming delegate)
Create a mbean associated with a delegate object that implements self-naming. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |