com.liferay.portal.kernel.resiliency.spi
Interface SPIRegistry
public interface SPIRegistry
- Author:
- Shuyang Zhou
addExcludedPortletId
void addExcludedPortletId(java.lang.String portletId)
getErrorSPI
SPI getErrorSPI()
getExcludedPortletIds
java.util.Set<java.lang.String> getExcludedPortletIds()
getPortletSPI
SPI getPortletSPI(java.lang.String portletId)
throws PortalResiliencyException
- Throws:
PortalResiliencyException
getServletContextSPI
SPI getServletContextSPI(java.lang.String servletContextName)
throws PortalResiliencyException
- Throws:
PortalResiliencyException
registerSPI
void registerSPI(SPI spi)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
removeExcludedPortletId
void removeExcludedPortletId(java.lang.String portletId)
setSPIRegistryValidator
void setSPIRegistryValidator(SPIRegistryValidator spiRegistryValidator)
unregisterSPI
void unregisterSPI(SPI spi)