com.liferay.portal.kernel.nio.intraband.welder.fifo
Class FIFOWelder
java.lang.Object
com.liferay.portal.kernel.nio.intraband.welder.BaseWelder
com.liferay.portal.kernel.nio.intraband.welder.fifo.FIFOWelder
- All Implemented Interfaces:
- Welder, java.io.Serializable
public class FIFOWelder
- extends BaseWelder
- Author:
- Shuyang Zhou
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idCounter
protected static final java.util.concurrent.atomic.AtomicLong idCounter
inputFIFOFile
protected final java.io.File inputFIFOFile
outputFIFOFile
protected final java.io.File outputFIFOFile
readFileChannel
protected transient java.nio.channels.FileChannel readFileChannel
writeFileChannel
protected transient java.nio.channels.FileChannel writeFileChannel
FIFOWelder
public FIFOWelder()
throws java.io.IOException
- Throws:
java.io.IOException
doDestroy
protected void doDestroy()
throws java.io.IOException
- Specified by:
doDestroy in class BaseWelder
- Throws:
java.io.IOException
weldClient
protected RegistrationReference weldClient(Intraband intraband)
throws java.io.IOException
- Specified by:
weldClient in class BaseWelder
- Throws:
java.io.IOException
weldServer
protected RegistrationReference weldServer(Intraband intraband)
throws java.io.IOException
- Specified by:
weldServer in class BaseWelder
- Throws:
java.io.IOException