Uses of Interface
org.glassfish.external.amx.MBeanListener.Callback

Packages that use MBeanListener.Callback
org.glassfish.external.amx   
 

Uses of MBeanListener.Callback in org.glassfish.external.amx
 

Classes in org.glassfish.external.amx with type parameters of type MBeanListener.Callback
 class MBeanListener<T extends MBeanListener.Callback>
          Listens for registration of MBeans of various types.
 

Classes in org.glassfish.external.amx that implement MBeanListener.Callback
static class AMXGlassfish.BootAMXCallback
          Callback for MBeanListener that waits for the BootAMXMBean to appear; it always will load early in server startup.
static class MBeanListener.CallbackImpl
          Default callback implementation, can be subclassed if needed Remembers only the last MBean that was seen.
 

Methods in org.glassfish.external.amx with type parameters of type MBeanListener.Callback
<T extends MBeanListener.Callback>
MBeanListener<T>
AMXGlassfish.listenForBootAMX(MBeanServerConnection server, T callback)
          Listen for the registration of the BootAMXMBean.
<T extends MBeanListener.Callback>
MBeanListener<T>
AMXGlassfish.listenForDomainRoot(MBeanServerConnection server, T callback)
          Listen for the registration of AMX DomainRoot Listening starts automatically.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.