|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JmxEventListener | |
|---|---|
| org.glassfish.grizzly.http.server | |
| Uses of JmxEventListener in org.glassfish.grizzly.http.server |
|---|
| Classes in org.glassfish.grizzly.http.server that implement JmxEventListener | |
|---|---|
class |
HttpHandlerChain
The HttpHandlerChain class allows the invocation of multiple HttpHandlers
every time a new HTTP request is ready to be handled. |
| Methods in org.glassfish.grizzly.http.server that return types with arguments of type JmxEventListener | |
|---|---|
java.util.Set<JmxEventListener> |
ServerConfiguration.getJmxEventListeners()
|
| Methods in org.glassfish.grizzly.http.server with parameters of type JmxEventListener | |
|---|---|
void |
ServerConfiguration.addJmxEventListener(JmxEventListener listener)
Add a JmxEventListener which will be notified when the
HttpServer is started and JMX was enabled prior to starting
or if the HttpServer was started with JMX disabled, but
JMX was enabled at a later point in time. |
void |
ServerConfiguration.removeJmxEventListener(JmxEventListener listener)
Removes the specified JmxEventListener. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||