com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction
Interface CompletedForwardTransaction

All Known Subinterfaces:
ErrorTransaction, SuccessfulTransaction

public interface CompletedForwardTransaction

The CompletedTransaction interface.


Method Summary
 long getCompletedTimestamp()
          This method returns the completed timestamp
 long getSequenceNumber()
          This method gets the sequence number of the transaction
 long getStoredTimestamp()
          This method returns the stored timestamp
 java.lang.String getTransaction()
          This method returns the transaction data.
 

Method Detail

getCompletedTimestamp

public long getCompletedTimestamp()
                           throws java.rmi.RemoteException
This method returns the completed timestamp

Returns:
the competed time stamp in milliseconds from 1/1/1970
Throws:
java.rmi.RemoteException

getSequenceNumber

public long getSequenceNumber()
                       throws java.rmi.RemoteException
This method gets the sequence number of the transaction

Returns:
the sequence number
Throws:
java.rmi.RemoteException

getStoredTimestamp

public long getStoredTimestamp()
                        throws java.rmi.RemoteException
This method returns the stored timestamp

Returns:
the stored time stamp in milliseconds from 1/1/1970
Throws:
java.rmi.RemoteException

getTransaction

public java.lang.String getTransaction()
                                throws java.rmi.RemoteException
This method returns the transaction data.

Returns:
the data string for this transaction
Throws:
java.rmi.RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.