public class EngineConfig extends Object implements LifecycleListener
| Modifier and Type | Field and Description |
|---|---|
protected Engine |
engine
The Engine we are associated with.
|
| 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
public void lifecycleEvent(LifecycleEvent event)
lifecycleEvent in interface LifecycleListenerevent - The lifecycle event that has occurredprotected void start()
protected void stop()
Copyright © 2016 JBoss by Red Hat. All rights reserved.