public class FIFOWelder extends BaseWelder
BaseWelder.State| Modifier and Type | Field and Description |
|---|---|
protected static AtomicLong |
idCounter |
protected File |
inputFIFOFile |
protected File |
outputFIFOFile |
protected FileChannel |
readFileChannel |
protected 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 AtomicLong idCounter
protected final File inputFIFOFile
protected final File outputFIFOFile
protected transient FileChannel readFileChannel
protected transient FileChannel writeFileChannel
protected void doDestroy()
throws IOException
doDestroy in class BaseWelderIOExceptionprotected RegistrationReference weldClient(Intraband intraband) throws IOException
weldClient in class BaseWelderIOExceptionprotected RegistrationReference weldServer(Intraband intraband) throws IOException
weldServer in class BaseWelderIOException