public class FIFOWelder extends BaseWelder
BaseWelder.State| Modifier and Type | Field and Description |
|---|---|
protected static java.util.concurrent.atomic.AtomicLong |
idCounter |
protected java.io.File |
inputFIFOFile |
protected java.io.File |
outputFIFOFile |
protected java.nio.channels.FileChannel |
readFileChannel |
protected java.nio.channels.FileChannel |
writeFileChannel |
registrationReference, server, state| Constructor and Description |
|---|
FIFOWelder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDestroy() |
protected RegistrationReference |
weldClient(Intraband intraband) |
protected RegistrationReference |
weldServer(Intraband intraband) |
destroy, weldprotected static final java.util.concurrent.atomic.AtomicLong idCounter
protected final java.io.File inputFIFOFile
protected final java.io.File outputFIFOFile
protected transient java.nio.channels.FileChannel readFileChannel
protected transient java.nio.channels.FileChannel writeFileChannel
public FIFOWelder()
throws java.io.IOException
java.io.IOExceptionprotected void doDestroy()
throws java.io.IOException
doDestroy in class BaseWelderjava.io.IOExceptionprotected RegistrationReference weldClient(Intraband intraband) throws java.io.IOException
weldClient in class BaseWelderjava.io.IOExceptionprotected RegistrationReference weldServer(Intraband intraband) throws java.io.IOException
weldServer in class BaseWelderjava.io.IOException