Liferay 6.2-ce-ga5

com.liferay.portal.resiliency.spi
Class ErrorSPI

java.lang.Object
  extended by com.liferay.portal.resiliency.spi.ErrorSPI
All Implemented Interfaces:
SPI, Serializable, Remote

public class ErrorSPI
extends Object
implements SPI

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.resiliency.spi.SPI
SPI_INSTANCE_PUBLICATION_KEY
 
Constructor Summary
ErrorSPI()
           
 
Method Summary
 void addServlet(String contextPath, String docBasePath, String mappingPattern, String servletClassName)
           
 void addWebapp(String contextPath, String docBasePath)
           
 void destroy()
           
 MPI getMPI()
           
 RegistrationReference getRegistrationReference()
           
 SPIAgent getSPIAgent()
           
 SPIConfiguration getSPIConfiguration()
           
 String getSPIProviderName()
           
 void init()
           
 boolean isAlive()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorSPI

public ErrorSPI()
Method Detail

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

Liferay 6.2-ce-ga5