|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
AMXGlassfish.listenForBootAMX(MBeanServerConnection server,
T callback)
Listen for the registration of the BootAMXMBean. |
|
|
AMXGlassfish.listenForDomainRoot(MBeanServerConnection server,
T callback)
Listen for the registration of AMX DomainRoot Listening starts automatically. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||