public class EngineConfig extends java.lang.Object implements LifecycleListener
Modifier and Type | Field and Description |
---|---|
protected Engine |
engine
The Engine we are associated with.
|
protected static StringManager |
sm
The string resources for this package.
|
Constructor and Description |
---|
EngineConfig() |
Modifier and Type | Method and 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 LifecycleListener
event
- The lifecycle event that has occurredprotected void start()
protected void stop()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.