public final class EngineService extends Object implements Serializable
EngineService
instance is a JBoss service object for a ModeShapeEngine
.Constructor and Description |
---|
EngineService(ModeShapeEngine engine)
Set the engine instance for this service
|
Modifier and Type | Method and Description |
---|---|
ModeShapeEngine |
getValue() |
void |
start(StartContext context) |
void |
stop(StopContext arg0) |
public EngineService(ModeShapeEngine engine)
engine
- the engine (never null
)public ModeShapeEngine getValue() throws IllegalStateException, IllegalArgumentException
public void start(StartContext context)
public void stop(StopContext arg0)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.