public abstract class AbstractInProcess<T> extends AbstractProcess implements InProcess<T>
| Constructor and Description |
|---|
AbstractInProcess() |
AbstractInProcess(Channel<T> in) |
AbstractInProcess(int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroy() |
Channel<T> |
getIn() |
int |
getInBufferSize() |
protected void |
init() |
void |
run() |
protected abstract void |
run(Channel<T> in) |
void |
setIn(Channel<T> in) |
void |
setInBufferSize(int inBufferSize) |
getBeanName, getProcessNetwork, setBeanName, setProcessNetwork, stop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBeanName, getProcessNetwork, setProcessNetworkpublic AbstractInProcess()
public AbstractInProcess(int bufferSize)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.