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