protected abstract static class ForwarderModule.Abstract.AbstractInputOutput extends Object implements ForwarderModule.Abstract.ModuleInputOutput
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInputOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
commit()
Confirms the processing of the messages.
|
boolean |
isReliable()
Asks if this module is reliable.
|
boolean |
setUp(KeyedGroups moduleProperties)
Sets up this module.
|
void |
tearDown()
Tears down what has been set up.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getDisplayName, isClosed, openpublic boolean commit()
commit in interface ForwarderModule.Abstract.ModuleInputOutputpublic boolean isReliable()
isReliable in interface ForwarderModule.Abstract.ModuleInputOutputpublic boolean setUp(KeyedGroups moduleProperties)
setUp in interface ForwarderModule.Abstract.ModuleInputOutputmoduleProperties - The module properties.public void tearDown()
tearDown in interface ForwarderModule.Abstract.ModuleInputOutputCopyright © 2003-2019 Serge Brisson. All Rights Reserved.