com.liferay.portal.resiliency.spi
Class ErrorSPI
java.lang.Object
com.liferay.portal.resiliency.spi.ErrorSPI
- All Implemented Interfaces:
- com.liferay.portal.kernel.resiliency.spi.SPI, Serializable, Remote
public class ErrorSPI
- extends Object
- implements com.liferay.portal.kernel.resiliency.spi.SPI
- See Also:
- Serialized Form
| Fields inherited from interface com.liferay.portal.kernel.resiliency.spi.SPI |
SPI_INSTANCE_PUBLICATION_KEY |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorSPI
public ErrorSPI()
addServlet
public void addServlet(String contextPath,
String docBasePath,
String mappingPattern,
String servletClassName)
- Specified by:
addServlet in interface com.liferay.portal.kernel.resiliency.spi.SPI
addWebapp
public void addWebapp(String contextPath,
String docBasePath)
- Specified by:
addWebapp in interface com.liferay.portal.kernel.resiliency.spi.SPI
destroy
public void destroy()
- Specified by:
destroy in interface com.liferay.portal.kernel.resiliency.spi.SPI
getMPI
public com.liferay.portal.kernel.resiliency.mpi.MPI getMPI()
- Specified by:
getMPI in interface com.liferay.portal.kernel.resiliency.spi.SPI
getRegistrationReference
public com.liferay.portal.kernel.nio.intraband.RegistrationReference getRegistrationReference()
- Specified by:
getRegistrationReference in interface com.liferay.portal.kernel.resiliency.spi.SPI
getSPIAgent
public com.liferay.portal.kernel.resiliency.spi.agent.SPIAgent getSPIAgent()
- Specified by:
getSPIAgent in interface com.liferay.portal.kernel.resiliency.spi.SPI
getSPIConfiguration
public com.liferay.portal.kernel.resiliency.spi.SPIConfiguration getSPIConfiguration()
- Specified by:
getSPIConfiguration in interface com.liferay.portal.kernel.resiliency.spi.SPI
getSPIProviderName
public String getSPIProviderName()
- Specified by:
getSPIProviderName in interface com.liferay.portal.kernel.resiliency.spi.SPI
init
public void init()
- Specified by:
init in interface com.liferay.portal.kernel.resiliency.spi.SPI
isAlive
public boolean isAlive()
- Specified by:
isAlive in interface com.liferay.portal.kernel.resiliency.spi.SPI
start
public void start()
- Specified by:
start in interface com.liferay.portal.kernel.resiliency.spi.SPI
stop
public void stop()
- Specified by:
stop in interface com.liferay.portal.kernel.resiliency.spi.SPI