|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
public abstract class AbstractContainerLifecycleListener
Convenience class to allow implementing only a subset of container liefecycle listener
callback method(s).
| Constructor Summary | |
|---|---|
AbstractContainerLifecycleListener()
|
|
| Method Summary | |
|---|---|
void |
onReload(Container container)
Invoked when the container has been reloaded. |
void |
onShutdown(Container container)
Invoke at the container shut-down. |
void |
onStartup(Container container)
Invoked at the container start-up. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractContainerLifecycleListener()
| Method Detail |
|---|
public void onStartup(Container container)
ContainerLifecycleListenercontainer start-up.
onStartup in interface ContainerLifecycleListenercontainer - container that has been started.public void onReload(Container container)
ContainerLifecycleListenercontainer has been reloaded.
onReload in interface ContainerLifecycleListenercontainer - container that has been reloaded.public void onShutdown(Container container)
ContainerLifecycleListenercontainer shut-down.
onShutdown in interface ContainerLifecycleListenercontainer - container that has been shut down.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||