public abstract class GrizzlyJmxManager extends Object
| Constructor and Description |
|---|
GrizzlyJmxManager() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
deregister(Object object)
Unregister Grizzly JMX
Object. |
static GrizzlyJmxManager |
instance()
Return the GrizzlyJmxManager instance.
|
abstract Object |
register(Object parent,
Object object)
Register Grizzly JMX
Object as child of the passed parent object. |
abstract Object |
register(Object parent,
Object object,
String name)
Register Grizzly JMX
Object as child of the passed parent object
with the specific name. |
abstract Object |
registerAtRoot(Object object)
Register Grizzly JMX
Object at the root. |
abstract Object |
registerAtRoot(Object object,
String name)
Register Grizzly JMX
Object at the root with the passed name. |
public static GrizzlyJmxManager instance()
public abstract Object registerAtRoot(Object object)
Object at the root.object - JMX Object to register.public abstract Object registerAtRoot(Object object, String name)
Object at the root with the passed name.object - JMX Object to register.name - public abstract Object register(Object parent, Object object)
Object as child of the passed parent object.parent - parentobject - JMX Object to register.public abstract Object register(Object parent, Object object, String name)
Object as child of the passed parent object
with the specific name.parent - parentobject - JMX Object to register.name - Copyright © 2013 Oracle Corporation. All Rights Reserved.