public final class ParticipantService extends AbstractRTSService implements org.jboss.msc.service.Service<ParticipantService>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_PATH |
| Constructor and Description |
|---|
ParticipantService() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<SocketBinding> |
getInjectedSocketBinding() |
ParticipantService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
deployServlet, getDeploymentInfo, getInjectedHost, undeployServletpublic static final String CONTEXT_PATH
public ParticipantService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<ParticipantService>IllegalStateExceptionIllegalArgumentExceptionpublic void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<ParticipantService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<ParticipantService>public org.jboss.msc.value.InjectedValue<SocketBinding> getInjectedSocketBinding()
Copyright © 2013 JBoss by Red Hat. All rights reserved.