Uses of Interface
org.glassfish.external.amx.MBeanListener.Callback
-
Packages that use MBeanListener.Callback Package Description 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 Modifier and Type Class Description class
MBeanListener<T extends MBeanListener.Callback>
Listens for registration of MBeans of various types.Classes in org.glassfish.external.amx that implement MBeanListener.Callback Modifier and Type Class Description static class
AMXGlassfish.BootAMXCallback
Callback forMBeanListener
that waits for the BootAMXMBean to appear; it always will load early in server startup.private static class
AMXGlassfish.WaitForDomainRootListenerCallback
static class
MBeanListener.CallbackImpl
Default callback implementation, can be subclassed if needed Remembers only the last MBean that was seen.Fields in org.glassfish.external.amx declared as MBeanListener.Callback Modifier and Type Field Description private T
MBeanListener. mCallback
Methods in org.glassfish.external.amx with type parameters of type MBeanListener.Callback Modifier and Type Method Description <T extends MBeanListener.Callback>
MBeanListener<T>AMXGlassfish. listenForBootAMX(javax.management.MBeanServerConnection server, T callback)
Listen for the registration of theBootAMXMBean
.<T extends MBeanListener.Callback>
MBeanListener<T>AMXGlassfish. listenForDomainRoot(javax.management.MBeanServerConnection server, T callback)
Listen for the registration of AMX DomainRoot Listening starts automatically.
-