public final class EngineService extends Object implements org.jboss.msc.service.Service<ModeShapeEngine>, 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(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext arg0) |
public EngineService(ModeShapeEngine engine)
engine - the engine (never null)public ModeShapeEngine getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<ModeShapeEngine>IllegalStateExceptionIllegalArgumentExceptionpublic void start(org.jboss.msc.service.StartContext context)
start in interface org.jboss.msc.service.Service<ModeShapeEngine>public void stop(org.jboss.msc.service.StopContext arg0)
stop in interface org.jboss.msc.service.Service<ModeShapeEngine>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.