public abstract class AbstractManager extends Object implements RecoveryManager
| Modifier and Type | Field and Description |
|---|---|
protected ChannelContext |
context |
protected com.epam.common.logging.Log |
log |
protected StreamTransport |
recoveryTransport |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractManager(ChannelContext context) |
| Modifier and Type | Method and Description |
|---|---|
Queue<com.epam.fastadaptor.util.queue.MessageHolder> |
getMessageQueue() |
boolean |
isRun() |
void |
setRun(boolean run) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetRecoveryListener, startRecovery, stop, stopRecoveryprotected final com.epam.common.logging.Log log
protected StreamTransport recoveryTransport
protected final ChannelContext context
protected AbstractManager(ChannelContext context)
public Queue<com.epam.fastadaptor.util.queue.MessageHolder> getMessageQueue()
public boolean isRun()
public void setRun(boolean run)
Copyright © 2000–2025 EPAM Systems. All rights reserved.