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. |
static class |
MBeanListener.CallbackImpl
Default callback implementation, can be subclassed if needed
Remembers only the last MBean that was seen.
|
Modifier and Type | Method and Description |
---|---|
<T extends MBeanListener.Callback> |
AMXGlassfish.listenForBootAMX(MBeanServerConnection server,
T callback)
Listen for the registration of the
BootAMXMBean . |
<T extends MBeanListener.Callback> |
AMXGlassfish.listenForDomainRoot(MBeanServerConnection server,
T callback)
Listen for the registration of AMX DomainRoot
Listening starts automatically.
|
Copyright © 2016 Oracle. All rights reserved.