LifecycleListenerpublic class EngineConfig extends java.lang.Object implements LifecycleListener
| Modifier and Type | Field | Description |
|---|---|---|
protected Engine |
engine |
The Engine we are associated with.
|
protected static StringManager |
sm |
The string resources for this package.
|
| Constructor | Description |
|---|---|
EngineConfig() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
lifecycleEvent(LifecycleEvent event) |
Process the START event for an associated Engine.
|
protected void |
start() |
Process a "start" event for this Engine.
|
protected void |
stop() |
Process a "stop" event for this Engine.
|
protected Engine engine
protected static final StringManager sm
public void lifecycleEvent(LifecycleEvent event)
lifecycleEvent in interface LifecycleListenerevent - The lifecycle event that has occurredprotected void start()
protected void stop()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.