Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resiliency.spi
Interface SPIRegistry

All Known Implementing Classes:
SPIRegistryImpl

public interface SPIRegistry


Method Summary
 void addExcludedPortletId(String portletId)
           
 SPI getErrorSPI()
           
 Set<String> getExcludedPortletIds()
           
 SPI getPortletSPI(String portletId)
           
 SPI getServletContextSPI(String servletContextName)
           
 void registerSPI(SPI spi)
           
 void removeExcludedPortletId(String portletId)
           
 void setSPIRegistryValidator(SPIRegistryValidator spiRegistryValidator)
           
 void unregisterSPI(SPI spi)
           
 

Method Detail

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)

Liferay 6.2-ce-ga5