| Package | Description |
|---|---|
| org.glassfish.external.amx |
| Modifier and Type | Class and Description |
|---|---|
class |
MBeanListener<T extends MBeanListener.Callback>
Listens for registration of MBeans of various types.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AMXGlassfish.BootAMXCallback
Callback for
MBeanListener 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.
|
| Modifier and Type | Field and Description |
|---|---|
private T |
MBeanListener.mCallback |
| Modifier and Type | Method and Description |
|---|---|
<T extends MBeanListener.Callback> |
AMXGlassfish.listenForBootAMX(javax.management.MBeanServerConnection server,
T callback)
Listen for the registration of the
BootAMXMBean. |
<T extends MBeanListener.Callback> |
AMXGlassfish.listenForDomainRoot(javax.management.MBeanServerConnection server,
T callback)
Listen for the registration of AMX DomainRoot
Listening starts automatically.
|