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
FieldsFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionParticipantService(Supplier<Host> hostSupplier, Supplier<org.jboss.as.network.SocketBinding> socketBindingSupplier) -
Method Summary
Methods inherited from class org.wildfly.extension.rts.service.AbstractRTSService
deployServlet, getBaseUrl, getDeploymentInfo, undeployServlet
-
Field Details
-
CONTEXT_PATH
- See Also:
-
-
Constructor Details
-
ParticipantService
-
-
Method Details
-
getValue
- 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- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-