|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DumpHandlesCallback
Interface used to define objects that want to receive the streamed results from DumpHandlesResponse messages.
Method Summary | |
---|---|
void |
addHandle(byte[] handle,
HandleValue[] values)
Process the given transaction which was received via the stream in the DumpHandlesResponse message. |
void |
addHomedPrefix(byte[] naHandle)
Process the given prefix which was received via the stream in the DumpHandlesResponse message. |
void |
processOtherSiteReplicationInfo(net.cnri.util.StreamTable replicationConfig)
|
void |
processThisServerReplicationInfo(long retrievalDate,
long currentTxnId)
|
void |
setLastCreateOrDeleteDate(byte[] handle,
long date,
int priority)
|
void |
setLastHomeOrUnhomeDate(byte[] handle,
long date,
int priority)
|
Method Detail |
---|
void addHandle(byte[] handle, HandleValue[] values) throws java.lang.Exception
java.lang.Exception
void addHomedPrefix(byte[] naHandle) throws java.lang.Exception
java.lang.Exception
void processThisServerReplicationInfo(long retrievalDate, long currentTxnId)
void processOtherSiteReplicationInfo(net.cnri.util.StreamTable replicationConfig) throws HandleException
HandleException
void setLastCreateOrDeleteDate(byte[] handle, long date, int priority) throws java.lang.Exception
java.lang.Exception
void setLastHomeOrUnhomeDate(byte[] handle, long date, int priority) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |