Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resiliency.spi
Class SPIRegistryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.resiliency.spi.SPIRegistryUtil

public class SPIRegistryUtil
extends Object


Constructor Summary
SPIRegistryUtil()
           
 
Method Summary
static void addExcludedPortletId(String portletId)
           
static SPI getErrorSPI()
           
static Set<String> getExcludedPortletIds()
           
static SPI getPortletSPI(String portletId)
           
static SPI getServletContextSPI(String servletContextName)
           
static SPIRegistry getSPIRegistry()
           
static void registerSPI(SPI spi)
           
static void removeExcludedPortletId(String portletId)
           
 void setSPIRegistry(SPIRegistry spiRegistry)
           
static void setSPIRegistryValidator(SPIRegistryValidator spiRegistryValidator)
           
static void unregisterSPI(SPI spi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPIRegistryUtil

public SPIRegistryUtil()
Method Detail

addExcludedPortletId

public static void addExcludedPortletId(String portletId)

getErrorSPI

public static SPI getErrorSPI()

getExcludedPortletIds

public static Set<String> getExcludedPortletIds()

getPortletSPI

public static SPI getPortletSPI(String portletId)
                         throws PortalResiliencyException
Throws:
PortalResiliencyException

getServletContextSPI

public static SPI getServletContextSPI(String servletContextName)
                                throws PortalResiliencyException
Throws:
PortalResiliencyException

getSPIRegistry

public static SPIRegistry getSPIRegistry()

registerSPI

public static void registerSPI(SPI spi)
                        throws RemoteException
Throws:
RemoteException

removeExcludedPortletId

public static void removeExcludedPortletId(String portletId)

setSPIRegistryValidator

public static void setSPIRegistryValidator(SPIRegistryValidator spiRegistryValidator)

unregisterSPI

public static void unregisterSPI(SPI spi)

setSPIRegistry

public void setSPIRegistry(SPIRegistry spiRegistry)

Liferay 6.2-ce-ga5