public interface LifeCycleHook
Modifier and Type | Interface and Description |
---|---|
static class |
LifeCycleHook.Context
Contains objects from the server that might be useful to scripting during the startup and shutdown process.
|
Modifier and Type | Method and Description |
---|---|
void |
onShutDown(LifeCycleHook.Context c)
Called when the server is shutdown.
|
void |
onStartUp(LifeCycleHook.Context c)
Called when the server starts up.
|
void onStartUp(LifeCycleHook.Context c)
void onShutDown(LifeCycleHook.Context c)
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.