com.liferay.portal.kernel.resiliency.spi
Interface SPIRegistry
- All Known Implementing Classes:
- SPIRegistryImpl
public interface SPIRegistry
addExcludedPortletId
void addExcludedPortletId(String portletId)
getErrorSPI
SPI getErrorSPI()
getExcludedPortletIds
Set<String> getExcludedPortletIds()
getPortletSPI
SPI getPortletSPI(String portletId)
throws PortalResiliencyException
- Throws:
PortalResiliencyException
getServletContextSPI
SPI getServletContextSPI(String servletContextName)
throws PortalResiliencyException
- Throws:
PortalResiliencyException
registerSPI
void registerSPI(SPI spi)
throws RemoteException
- Throws:
RemoteException
removeExcludedPortletId
void removeExcludedPortletId(String portletId)
setSPIRegistryValidator
void setSPIRegistryValidator(SPIRegistryValidator spiRegistryValidator)
unregisterSPI
void unregisterSPI(SPI spi)