Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.resiliency.spi
Class ErrorSPI

java.lang.Object
  extended by 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

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()
           
 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()
           
 
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 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

Liferay 7.0-ce-b8 portal-impl