public class SPIRegistryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.resiliency.spi.SPIRegistry
Constructor and Description |
---|
SPIRegistryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addExcludedPortletId(java.lang.String portletId) |
com.liferay.portal.kernel.resiliency.spi.SPI |
getErrorSPI() |
java.util.Set<java.lang.String> |
getExcludedPortletIds() |
com.liferay.portal.kernel.resiliency.spi.SPI |
getPortletSPI(java.lang.String portletId) |
com.liferay.portal.kernel.resiliency.spi.SPI |
getServletContextSPI(java.lang.String servletContextName) |
void |
registerSPI(com.liferay.portal.kernel.resiliency.spi.SPI spi) |
void |
removeExcludedPortletId(java.lang.String portletId) |
void |
setErrorSPI(com.liferay.portal.kernel.resiliency.spi.SPI errorSPI) |
void |
setSPIRegistryValidator(com.liferay.portal.kernel.resiliency.spi.SPIRegistryValidator spiRegistryValidator) |
void |
unregisterSPI(com.liferay.portal.kernel.resiliency.spi.SPI spi) |
public void addExcludedPortletId(java.lang.String portletId)
addExcludedPortletId
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
public com.liferay.portal.kernel.resiliency.spi.SPI getErrorSPI()
getErrorSPI
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
public java.util.Set<java.lang.String> getExcludedPortletIds()
getExcludedPortletIds
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
public com.liferay.portal.kernel.resiliency.spi.SPI getPortletSPI(java.lang.String portletId)
getPortletSPI
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
public com.liferay.portal.kernel.resiliency.spi.SPI getServletContextSPI(java.lang.String servletContextName)
getServletContextSPI
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
public void registerSPI(com.liferay.portal.kernel.resiliency.spi.SPI spi) throws java.rmi.RemoteException
registerSPI
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
java.rmi.RemoteException
public void removeExcludedPortletId(java.lang.String portletId)
removeExcludedPortletId
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
public void setErrorSPI(com.liferay.portal.kernel.resiliency.spi.SPI errorSPI)
public void setSPIRegistryValidator(com.liferay.portal.kernel.resiliency.spi.SPIRegistryValidator spiRegistryValidator)
setSPIRegistryValidator
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry
public void unregisterSPI(com.liferay.portal.kernel.resiliency.spi.SPI spi)
unregisterSPI
in interface com.liferay.portal.kernel.resiliency.spi.SPIRegistry