Methods Summary |
---|
public void | postDeregister()Allows the MBean to perform any operations needed after having been
unregistered in the MBean server.
|
public void | postRegister(java.lang.Boolean registrationDone)Allows the MBean to perform any operations needed after having been
registered in the MBean server or after the registration has failed.
|
public void | preDeregister()Allows the MBean to perform any operations it needs before
being unregistered by the MBean server.
|
public javax.management.ObjectName | preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)Allows the MBean to perform any operations it needs before
being registered in the MBean server. If the name of the MBean
is not specified, the MBean can provide a name for its
registration. If any exception is raised, the MBean will not be
registered in the MBean server.
|