Class ParticipantService
- java.lang.Object
-
- org.wildfly.extension.rts.service.AbstractRTSService
-
- org.wildfly.extension.rts.service.ParticipantService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<ParticipantService>,org.jboss.msc.value.Value<ParticipantService>
public final class ParticipantService extends AbstractRTSService implements org.jboss.msc.service.Service<ParticipantService>
- Author:
- Gytis Trikleris
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_PATH
-
Constructor Summary
Constructors Constructor Description ParticipantService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticipantServicegetValue()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 ParticipantService getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<ParticipantService>- 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<ParticipantService>- 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<ParticipantService>
-
-