Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resiliency.mpi
Class MPIHelperUtil

java.lang.Object
  extended by com.liferay.portal.kernel.resiliency.mpi.MPIHelperUtil

public class MPIHelperUtil
extends Object


Constructor Summary
MPIHelperUtil()
           
 
Method Summary
static Intraband getIntraband()
           
static MPI getMPI()
           
static SPI getSPI(String spiProviderName, String spiId)
           
static SPIProvider getSPIProvider(String spiProviderName)
           
static List<SPIProvider> getSPIProviders()
           
static List<SPI> getSPIs()
           
static List<SPI> getSPIs(String spiProviderName)
           
static boolean registerSPI(SPI spi)
           
static boolean registerSPIProvider(SPIProvider spiProvider)
           
static void shutdown()
           
static boolean unregisterSPI(SPI spi)
           
static boolean unregisterSPIProvider(SPIProvider spiProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPIHelperUtil

public MPIHelperUtil()
Method Detail

getIntraband

public static Intraband getIntraband()

getMPI

public static MPI getMPI()

getSPI

public static SPI getSPI(String spiProviderName,
                         String spiId)

getSPIProvider

public static SPIProvider getSPIProvider(String spiProviderName)

getSPIProviders

public static List<SPIProvider> getSPIProviders()

getSPIs

public static List<SPI> getSPIs()

getSPIs

public static List<SPI> getSPIs(String spiProviderName)

registerSPI

public static boolean registerSPI(SPI spi)

registerSPIProvider

public static boolean registerSPIProvider(SPIProvider spiProvider)

shutdown

public static void shutdown()

unregisterSPI

public static boolean unregisterSPI(SPI spi)

unregisterSPIProvider

public static boolean unregisterSPIProvider(SPIProvider spiProvider)

Liferay 6.2-ce-ga5