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(Supplier<Host> hostSupplier, Supplier<org.jboss.as.network.SocketBinding> socketBindingSupplier)
-
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)protected voidundeployServlet()
-
-
-
Method Detail
-
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()
-
-