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.SPI
public void addWebapp(String contextPath, String docBasePath)
addWebapp
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public void destroy()
destroy
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public com.liferay.portal.kernel.resiliency.mpi.MPI getMPI()
getMPI
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public com.liferay.portal.kernel.nio.intraband.RegistrationReference getRegistrationReference()
getRegistrationReference
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public com.liferay.portal.kernel.resiliency.spi.agent.SPIAgent getSPIAgent()
getSPIAgent
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public com.liferay.portal.kernel.resiliency.spi.SPIConfiguration getSPIConfiguration()
getSPIConfiguration
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public String getSPIProviderName()
getSPIProviderName
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public void init()
init
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public boolean isAlive()
isAlive
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public void start()
start
in interface com.liferay.portal.kernel.resiliency.spi.SPI
public void stop()
stop
in interface com.liferay.portal.kernel.resiliency.spi.SPI