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 classMBeanListener<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 classAMXGlassfish.BootAMXCallbackCallback forMBeanListenerthat waits for the BootAMXMBean to appear; it always will load early in server startup.static classMBeanListener.CallbackImplDefault 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 Modifier and Type Method Description <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.
-