Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.resiliency.spi.SPI

Packages that use SPI
com.liferay.portal.kernel.nio.intraband.messaging   
com.liferay.portal.kernel.resiliency.mpi   
com.liferay.portal.kernel.resiliency.spi   
com.liferay.portal.kernel.resiliency.spi.agent   
com.liferay.portal.kernel.resiliency.spi.provider   
com.liferay.portal.kernel.resiliency.spi.remote   
 

Uses of SPI in com.liferay.portal.kernel.nio.intraband.messaging
 

Methods in com.liferay.portal.kernel.nio.intraband.messaging with parameters of type SPI
protected  String IntrabandBridgeDestination.toRoutingId(SPI spi)
           
 

Uses of SPI in com.liferay.portal.kernel.resiliency.mpi
 

Methods in com.liferay.portal.kernel.resiliency.mpi that return SPI
static SPI MPIHelperUtil.getSPI(String spiProviderName, String spiId)
           
 

Methods in com.liferay.portal.kernel.resiliency.mpi that return types with arguments of type SPI
static List<SPI> MPIHelperUtil.getSPIs()
           
static List<SPI> MPIHelperUtil.getSPIs(String spiProviderName)
           
 

Methods in com.liferay.portal.kernel.resiliency.mpi with parameters of type SPI
static boolean MPIHelperUtil.registerSPI(SPI spi)
           
static boolean MPIHelperUtil.unregisterSPI(SPI spi)
           
 

Uses of SPI in com.liferay.portal.kernel.resiliency.spi
 

Methods in com.liferay.portal.kernel.resiliency.spi that return SPI
 SPI SPIRegistry.getErrorSPI()
           
static SPI SPIRegistryUtil.getErrorSPI()
           
 SPI SPIRegistry.getPortletSPI(String portletId)
           
static SPI SPIRegistryUtil.getPortletSPI(String portletId)
           
 SPI SPIRegistry.getServletContextSPI(String servletContextName)
           
static SPI SPIRegistryUtil.getServletContextSPI(String servletContextName)
           
static SPI SPIUtil.getSPI()
           
 SPI SPIRegistryValidator.validatePortletSPI(String portletId, SPI spi)
           
 SPI SPIRegistryValidator.validateServletContextSPI(String servletContextName, SPI spi)
           
 

Methods in com.liferay.portal.kernel.resiliency.spi with parameters of type SPI
 void SPIRegistry.registerSPI(SPI spi)
           
static void SPIRegistryUtil.registerSPI(SPI spi)
           
 void SPIRegistry.unregisterSPI(SPI spi)
           
static void SPIRegistryUtil.unregisterSPI(SPI spi)
           
 SPI SPIRegistryValidator.validatePortletSPI(String portletId, SPI spi)
           
 SPI SPIRegistryValidator.validateServletContextSPI(String servletContextName, SPI spi)
           
 

Uses of SPI in com.liferay.portal.kernel.resiliency.spi.agent
 

Methods in com.liferay.portal.kernel.resiliency.spi.agent with parameters of type SPI
 void SPIAgent.init(SPI spi)
           
 

Uses of SPI in com.liferay.portal.kernel.resiliency.spi.provider
 

Methods in com.liferay.portal.kernel.resiliency.spi.provider that return SPI
 SPI SPIProvider.createSPI(SPIConfiguration spiConfiguration)
           
 SPI BaseSPIProvider.createSPI(SPIConfiguration spiConfiguration)
           
 

Methods in com.liferay.portal.kernel.resiliency.spi.provider that return types with arguments of type SPI
static SynchronousQueue<SPI> SPISynchronousQueueUtil.createSynchronousQueue(String spiUUID)
           
 

Methods in com.liferay.portal.kernel.resiliency.spi.provider with parameters of type SPI
static void SPISynchronousQueueUtil.notifySynchronousQueue(String spiUUID, SPI spi)
           
 

Uses of SPI in com.liferay.portal.kernel.resiliency.spi.remote
 

Classes in com.liferay.portal.kernel.resiliency.spi.remote that implement SPI
 class RemoteSPI
           
 class RemoteSPIProxy
           
 

Methods in com.liferay.portal.kernel.resiliency.spi.remote that return SPI
 SPI RemoteSPI.call()
           
 SPI RemoteSPI.RegisterCallback.call()
           
 

Constructors in com.liferay.portal.kernel.resiliency.spi.remote with parameters of type SPI
RemoteSPI.RegisterCallback(String spiUUID, SPI spi)
           
RemoteSPIProxy(SPI spi, SPIConfiguration spiConfiguration, String spiProviderName, Future<SPI> cancelHandlerFuture, RegistrationReference registrationReference)
           
 

Constructor parameters in com.liferay.portal.kernel.resiliency.spi.remote with type arguments of type SPI
RemoteSPIProxy(SPI spi, SPIConfiguration spiConfiguration, String spiProviderName, Future<SPI> cancelHandlerFuture, RegistrationReference registrationReference)
           
 


Liferay 6.2-ce-ga5