Class StandbyCommand.Registration
- java.lang.Object
-
- org.nuxeo.ecm.core.management.standby.StandbyCommand.Registration
-
- Enclosing class:
- StandbyCommand
protected class StandbyCommand.Registration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectInstance
instance
protected MBeanServer
server
-
Constructor Summary
Constructors Modifier Constructor Description protected
Registration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StandbyCommand.Registration
register()
protected void
unregister()
protected StandbyCommand.Registration
with(MBeanServer server)
-
-
-
Field Detail
-
server
protected MBeanServer server
-
instance
protected ObjectInstance instance
-
-
Method Detail
-
with
protected StandbyCommand.Registration with(MBeanServer server)
-
register
protected StandbyCommand.Registration register() throws JMException
- Throws:
JMException
-
unregister
protected void unregister() throws JMException
- Throws:
JMException
-
-