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 ObjectInstanceinstanceprotected MBeanServerserver 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedRegistration() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StandbyCommand.Registrationregister()protected voidunregister()protected StandbyCommand.Registrationwith(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
 
 - 
 
 -