|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreTransaction
The StoreTransaction interface.
Method Summary | |
---|---|
void |
amend(int sequenceNo,
long addTimestamp,
String requestTransaction,
String batchedForForward)
This method amends the details of a given stored transaction |
long |
getAddTimestamp()
This method returns the time that this transaction was added to the queue |
String |
getBatchedForForward()
This method gets the sequence number that was assigned to this transaction |
String |
getRequestTransaction()
This method gets the string representation (XML) of the client request. |
int |
getSequenceNo()
This method gets the sequence number that was assigned to this transaction |
Method Detail |
---|
long getAddTimestamp() throws RemoteException
RemoteException
String getRequestTransaction() throws RemoteException
RemoteException
int getSequenceNo() throws RemoteException
RemoteException
void amend(int sequenceNo, long addTimestamp, String requestTransaction, String batchedForForward) throws RemoteException
sequenceNo
- the new sequence numberaddTimestamp
- the new stored timestamprequestTransaction
- the new transaction data
RemoteException
String getBatchedForForward() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |