Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resiliency.spi.provider
Class SPISynchronousQueueUtil

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

public class SPISynchronousQueueUtil
extends Object


Constructor Summary
SPISynchronousQueueUtil()
           
 
Method Summary
static SynchronousQueue<SPI> createSynchronousQueue(String spiUUID)
           
static void destroySynchronousQueue(String spiUUID)
           
static void notifySynchronousQueue(String spiUUID, SPI spi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPISynchronousQueueUtil

public SPISynchronousQueueUtil()
Method Detail

createSynchronousQueue

public static SynchronousQueue<SPI> createSynchronousQueue(String spiUUID)

destroySynchronousQueue

public static void destroySynchronousQueue(String spiUUID)

notifySynchronousQueue

public static void notifySynchronousQueue(String spiUUID,
                                          SPI spi)
                                   throws InterruptedException
Throws:
InterruptedException

Liferay 6.2-ce-ga5