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