Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.resiliency.spi
Class SPIRegistryImpl

java.lang.Object
  extended by com.liferay.portal.resiliency.spi.SPIRegistryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.resiliency.spi.SPIRegistry

public class SPIRegistryImpl
extends Object
implements com.liferay.portal.kernel.resiliency.spi.SPIRegistry


Constructor Summary
SPIRegistryImpl()
           
 
Method Summary
 void addExcludedPortletId(String portletId)
           
 com.liferay.portal.kernel.resiliency.spi.SPI getErrorSPI()
           
 Set<String> getExcludedPortletIds()
           
 com.liferay.portal.kernel.resiliency.spi.SPI getPortletSPI(String portletId)
           
 com.liferay.portal.kernel.resiliency.spi.SPI getServletContextSPI(String servletContextName)
           
 void registerSPI(com.liferay.portal.kernel.resiliency.spi.SPI spi)
           
 void removeExcludedPortletId(String portletId)
           
 void setErrorSPI(com.liferay.portal.kernel.resiliency.spi.SPI errorSPI)
           
 void setSPIRegistryValidator(com.liferay.portal.kernel.resiliency.spi.SPIRegistryValidator spiRegistryValidator)
           
 void unregisterSPI(com.liferay.portal.kernel.resiliency.spi.SPI spi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPIRegistryImpl

public SPIRegistryImpl()
Method Detail

addExcludedPortletId

public void addExcludedPortletId(String portletId)
Specified by:
addExcludedPortletId in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry

getErrorSPI

public com.liferay.portal.kernel.resiliency.spi.SPI getErrorSPI()
Specified by:
getErrorSPI in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry

getExcludedPortletIds

public Set<String> getExcludedPortletIds()
Specified by:
getExcludedPortletIds in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry

getPortletSPI

public com.liferay.portal.kernel.resiliency.spi.SPI getPortletSPI(String portletId)
Specified by:
getPortletSPI in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry

getServletContextSPI

public com.liferay.portal.kernel.resiliency.spi.SPI getServletContextSPI(String servletContextName)
Specified by:
getServletContextSPI in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry

registerSPI

public void registerSPI(com.liferay.portal.kernel.resiliency.spi.SPI spi)
                 throws RemoteException
Specified by:
registerSPI in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
Throws:
RemoteException

removeExcludedPortletId

public void removeExcludedPortletId(String portletId)
Specified by:
removeExcludedPortletId in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry

setErrorSPI

public void setErrorSPI(com.liferay.portal.kernel.resiliency.spi.SPI errorSPI)

setSPIRegistryValidator

public void setSPIRegistryValidator(com.liferay.portal.kernel.resiliency.spi.SPIRegistryValidator spiRegistryValidator)
Specified by:
setSPIRegistryValidator in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry

unregisterSPI

public void unregisterSPI(com.liferay.portal.kernel.resiliency.spi.SPI spi)
Specified by:
unregisterSPI in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry

Liferay 7.0-ce-b8 portal-impl