Liferay 6.2-ce-ga5

com.liferay.portal.kernel.nio.intraband.welder.fifo
Class FIFOUtil

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.welder.fifo.FIFOUtil

public class FIFOUtil
extends Object


Constructor Summary
FIFOUtil()
           
 
Method Summary
static void createFIFO(File fifoFile)
           
static boolean isFIFOSupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIFOUtil

public FIFOUtil()
Method Detail

createFIFO

public static void createFIFO(File fifoFile)
                       throws Exception
Throws:
Exception

isFIFOSupported

public static boolean isFIFOSupported()

Liferay 6.2-ce-ga5