|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.handle.hdllib.AbstractMessage
net.handle.hdllib.AbstractRequest
net.handle.hdllib.RetrieveTxnRequest
public class RetrieveTxnRequest
Request used to retrieve any new transactions from a server. This request is used for server<->server (or replicator<->server) communication.
Field Summary | |
---|---|
long |
lastQueryDate
|
long |
lastTxnId
|
int |
numServers
|
byte |
rcvrHashType
|
int |
serverNum
|
Fields inherited from class net.handle.hdllib.AbstractRequest |
---|
authInfo, handle, isAdminRequest, requiresConnection, sessionInfo, sessionTracker, siteInfoSerial, streaming |
Constructor Summary | |
---|---|
RetrieveTxnRequest(long lastTxnId,
long lastQueryDate,
byte rcvrHashType,
int numServers,
int serverNum,
AuthenticationInfo authInfo)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class net.handle.hdllib.AbstractRequest |
---|
clearBuffers, getNamespace, setNamespace |
Methods inherited from class net.handle.hdllib.AbstractMessage |
---|
decryptMessage, encryptMessage, getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, signMessage, signMessage, signMessage, takeValuesFrom, verifyMessage, verifyMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long lastTxnId
public long lastQueryDate
public int serverNum
public byte rcvrHashType
public int numServers
Constructor Detail |
---|
public RetrieveTxnRequest(long lastTxnId, long lastQueryDate, byte rcvrHashType, int numServers, int serverNum, AuthenticationInfo authInfo)
Method Detail |
---|
public java.lang.String toString()
toString
in class AbstractRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |