Class CoordinatorService
- java.lang.Object
-
- org.wildfly.extension.rts.service.AbstractRTSService
-
- org.wildfly.extension.rts.service.CoordinatorService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<CoordinatorService>,org.jboss.msc.value.Value<CoordinatorService>
public final class CoordinatorService extends AbstractRTSService implements org.jboss.msc.service.Service<CoordinatorService>
- Author:
- Gytis Trikleris
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_PATH
-
Constructor Summary
Constructors Constructor Description CoordinatorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinatorServicegetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)-
Methods inherited from class org.wildfly.extension.rts.service.AbstractRTSService
deployServlet, getBaseUrl, getDeploymentInfo, getInjectedHost, getInjectedSocketBinding, undeployServlet
-
-
-
-
Field Detail
-
CONTEXT_PATH
public static final String CONTEXT_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
public CoordinatorService getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<CoordinatorService>- Throws:
IllegalStateExceptionIllegalArgumentException
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Specified by:
startin interfaceorg.jboss.msc.service.Service<CoordinatorService>- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service- Specified by:
stopin interfaceorg.jboss.msc.service.Service<CoordinatorService>
-
-