net.handle.hdllib
Interface ReplicationDaemonInterface
public interface ReplicationDaemonInterface
replicationStatus
net.cnri.util.StreamTable replicationStatus()
throws HandleException
- Throws:
HandleException
pauseReplication
void pauseReplication()
unpauseReplication
void unpauseReplication()
handleIterator
java.util.Iterator handleIterator()
throws HandleException
- Throws:
HandleException
naIterator
java.util.Iterator naIterator()
throws HandleException
- Throws:
HandleException
handleIteratorFrom
java.util.Iterator handleIteratorFrom(byte[] startingPoint,
boolean inclusive)
throws HandleException
- Throws:
HandleException
naIteratorFrom
java.util.Iterator naIteratorFrom(byte[] startingPoint,
boolean inclusive)
throws HandleException
- Throws:
HandleException
addQueueListener
void addQueueListener(TransactionQueueListener l)
removeQueueListener
void removeQueueListener(TransactionQueueListener l)