Class AbstractRTSService
- java.lang.Object
-
- org.wildfly.extension.rts.service.AbstractRTSService
-
- Direct Known Subclasses:
CoordinatorService,ParticipantService,VolatileParticipantService
public class AbstractRTSService extends Object
- Author:
- Gytis Trikleris
-
-
Constructor Summary
Constructors Constructor Description AbstractRTSService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeployServlet(io.undertow.servlet.api.DeploymentInfo deploymentInfo)protected StringgetBaseUrl()protected io.undertow.servlet.api.DeploymentInfogetDeploymentInfo(String name, String contextPath, Map<String,String> initialParameters)org.jboss.msc.value.InjectedValue<Host>getInjectedHost()org.jboss.msc.value.InjectedValue<org.jboss.as.network.SocketBinding>getInjectedSocketBinding()protected voidundeployServlet()
-
-
-
Method Detail
-
getInjectedHost
public org.jboss.msc.value.InjectedValue<Host> getInjectedHost()
-
getInjectedSocketBinding
public org.jboss.msc.value.InjectedValue<org.jboss.as.network.SocketBinding> getInjectedSocketBinding()
-
getDeploymentInfo
protected io.undertow.servlet.api.DeploymentInfo getDeploymentInfo(String name, String contextPath, Map<String,String> initialParameters)
-
deployServlet
protected void deployServlet(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
-
undeployServlet
protected void undeployServlet()
-
getBaseUrl
protected String getBaseUrl()
-
-