public boolean | registrationHook(javax.management.MBeanServer server, javax.management.ObjectName objectName)Called when an MBean is not registered. If desired, the MBean may be registered.
Note that nothing precludes another thread from registering the specified MBean at any time,
and thus registrationHook() could be called with the MBean already registered.
|