public class ErrorSPI
extends Object
implements com.liferay.portal.kernel.resiliency.spi.SPI
| Constructor and Description |
|---|
ErrorSPI() |
| Modifier and Type | Method and Description |
|---|---|
void |
addServlet(String contextPath,
String docBasePath,
String mappingPattern,
String servletClassName) |
void |
addWebapp(String contextPath,
String docBasePath) |
void |
destroy() |
com.liferay.portal.kernel.resiliency.mpi.MPI |
getMPI() |
com.liferay.portal.kernel.nio.intraband.RegistrationReference |
getRegistrationReference() |
com.liferay.portal.kernel.resiliency.spi.agent.SPIAgent |
getSPIAgent() |
com.liferay.portal.kernel.resiliency.spi.SPIConfiguration |
getSPIConfiguration() |
String |
getSPIProviderName() |
void |
init() |
boolean |
isAlive() |
void |
start() |
void |
stop() |
public void addServlet(String contextPath,
String docBasePath,
String mappingPattern,
String servletClassName)
addServlet in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic void addWebapp(String contextPath,
String docBasePath)
addWebapp in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic void destroy()
destroy in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic com.liferay.portal.kernel.resiliency.mpi.MPI getMPI()
getMPI in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic com.liferay.portal.kernel.nio.intraband.RegistrationReference getRegistrationReference()
getRegistrationReference in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic com.liferay.portal.kernel.resiliency.spi.agent.SPIAgent getSPIAgent()
getSPIAgent in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic com.liferay.portal.kernel.resiliency.spi.SPIConfiguration getSPIConfiguration()
getSPIConfiguration in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic String getSPIProviderName()
getSPIProviderName in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic void init()
init in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic boolean isAlive()
isAlive in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic void start()
start in interface com.liferay.portal.kernel.resiliency.spi.SPIpublic void stop()
stop in interface com.liferay.portal.kernel.resiliency.spi.SPI