Liferay 6.2-ce-ga5

com.liferay.portal.resiliency.spi
Class SPIRegistryImpl

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

public class SPIRegistryImpl
extends Object
implements SPIRegistry


Constructor Summary
SPIRegistryImpl()
           
 
Method Summary
 void addExcludedPortletId(String portletId)
           
 SPI getErrorSPI()
           
 Set<String> getExcludedPortletIds()
           
 SPI getPortletSPI(String portletId)
           
 SPI getServletContextSPI(String servletContextName)
           
 void registerSPI(SPI spi)
           
 void removeExcludedPortletId(String portletId)
           
 void setErrorSPI(SPI errorSPI)
           
 void setSPIRegistryValidator(SPIRegistryValidator spiRegistryValidator)
           
 void unregisterSPI(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 SPIRegistry

getErrorSPI

public SPI getErrorSPI()
Specified by:
getErrorSPI in interface SPIRegistry

getExcludedPortletIds

public Set<String> getExcludedPortletIds()
Specified by:
getExcludedPortletIds in interface SPIRegistry

getPortletSPI

public SPI getPortletSPI(String portletId)
Specified by:
getPortletSPI in interface SPIRegistry

getServletContextSPI

public SPI getServletContextSPI(String servletContextName)
Specified by:
getServletContextSPI in interface SPIRegistry

registerSPI

public void registerSPI(SPI spi)
                 throws RemoteException
Specified by:
registerSPI in interface SPIRegistry
Throws:
RemoteException

removeExcludedPortletId

public void removeExcludedPortletId(String portletId)
Specified by:
removeExcludedPortletId in interface SPIRegistry

setErrorSPI

public void setErrorSPI(SPI errorSPI)

setSPIRegistryValidator

public void setSPIRegistryValidator(SPIRegistryValidator spiRegistryValidator)
Specified by:
setSPIRegistryValidator in interface SPIRegistry

unregisterSPI

public void unregisterSPI(SPI spi)
Specified by:
unregisterSPI in interface SPIRegistry

Liferay 6.2-ce-ga5