API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanRegistration View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 MBeanRegistration
Subinterfaces
Description
public interface MBeanRegistration
  Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
See also:   
Methods
Hide/Show inherited methods
public void postDeregister ()
Allows the MBean to perform any operations needed after having been unregistered in the MBean server.
public void postRegister (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 () throws Exception
  Allows the MBean to perform any operations it needs before being unregistered by the MBean server.
public ObjectName preRegister (MBeanServer server, ObjectName name) throws Exception
  Allows the MBean to perform any operations it needs before being registered in the MBean server.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar