Uses of Interface
org.glassfish.external.amx.MBeanListener.Callback
Packages that use MBeanListener.Callback
-
Uses of MBeanListener.Callback in org.glassfish.external.amx
Classes in org.glassfish.external.amx with type parameters of type MBeanListener.CallbackModifier and TypeClassDescriptionclassMBeanListener<T extends MBeanListener.Callback>Listens for registration of MBeans of various types.Classes in org.glassfish.external.amx that implement MBeanListener.CallbackModifier and TypeClassDescriptionstatic classCallback forMBeanListenerthat waits for the BootAMXMBean to appear; it always will load early in server startup.static classDefault 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.CallbackModifier and TypeMethodDescription<T extends MBeanListener.Callback>
MBeanListener<T>AMXGlassfish.listenForBootAMX(MBeanServerConnection server, T callback) Listen for the registration of theBootAMXMBean.<T extends MBeanListener.Callback>
MBeanListener<T>AMXGlassfish.listenForDomainRoot(MBeanServerConnection server, T callback) Listen for the registration of AMX DomainRoot Listening starts automatically.