com.liferay.portal.resiliency.spi
Class ErrorSPI
java.lang.Object
com.liferay.portal.resiliency.spi.ErrorSPI
- All Implemented Interfaces:
- SPI, Serializable, Remote
public class ErrorSPI
- extends Object
- implements SPI
- See Also:
- Serialized Form
| 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 SPI
addWebapp
public void addWebapp(String contextPath,
String docBasePath)
- Specified by:
addWebapp in interface SPI
destroy
public void destroy()
- Specified by:
destroy in interface SPI
getMPI
public MPI getMPI()
- Specified by:
getMPI in interface SPI
getRegistrationReference
public RegistrationReference getRegistrationReference()
- Specified by:
getRegistrationReference in interface SPI
getSPIAgent
public SPIAgent getSPIAgent()
- Specified by:
getSPIAgent in interface SPI
getSPIConfiguration
public SPIConfiguration getSPIConfiguration()
- Specified by:
getSPIConfiguration in interface SPI
getSPIProviderName
public String getSPIProviderName()
- Specified by:
getSPIProviderName in interface SPI
init
public void init()
- Specified by:
init in interface SPI
isAlive
public boolean isAlive()
- Specified by:
isAlive in interface SPI
start
public void start()
- Specified by:
start in interface SPI
stop
public void stop()
- Specified by:
stop in interface SPI