|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glassfish.external.amx.MBeanListener.CallbackImpl
org.glassfish.external.amx.AMXGlassfish.BootAMXCallback
public static class AMXGlassfish.BootAMXCallback
Callback for MBeanListener
that waits for the BootAMXMBean to appear;
it always will load early in server startup. Once it has loaded, AMX can be booted
via AMXGlassfish.bootAMX(javax.management.MBeanServerConnection)
. A client should normally just call AMXGlassfish.bootAMX(javax.management.MBeanServerConnection)
, but
this callback may be suclassed if desired, and used as a trigger to
boot AMX and then take other dependent actions.
Field Summary |
---|
Fields inherited from class org.glassfish.external.amx.MBeanListener.CallbackImpl |
---|
mLatch |
Constructor Summary | |
---|---|
AMXGlassfish.BootAMXCallback(javax.management.MBeanServerConnection conn)
|
Method Summary | |
---|---|
void |
mbeanRegistered(javax.management.ObjectName objectName,
MBeanListener listener)
|
Methods inherited from class org.glassfish.external.amx.MBeanListener.CallbackImpl |
---|
await, getRegistered, getUnregistered, mbeanUnregistered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AMXGlassfish.BootAMXCallback(javax.management.MBeanServerConnection conn)
Method Detail |
---|
public void mbeanRegistered(javax.management.ObjectName objectName, MBeanListener listener)
mbeanRegistered
in interface MBeanListener.Callback
mbeanRegistered
in class MBeanListener.CallbackImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |