public class EngineConfig extends Object implements LifecycleListener
| Modifier and Type | Field and Description | 
|---|---|
| protected Engine | engineThe Engine we are associated with. | 
| protected static StringManager | smThe 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 LifecycleListenerevent - The lifecycle event that has occurredprotected void start()
protected void stop()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.