com.liferay.portal.resiliency.spi
Class SPIRegistryImpl
java.lang.Object
com.liferay.portal.resiliency.spi.SPIRegistryImpl
- All Implemented Interfaces:
- SPIRegistry
public class SPIRegistryImpl
- extends Object
- implements SPIRegistry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPIRegistryImpl
public SPIRegistryImpl()
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