com.bankframe.ei.txnhandler.broker
Interface HostTransactionObject

All Known Implementing Classes:
HostTransactionObjectImpl

public interface HostTransactionObject


Method Summary
 java.util.Vector getPrimaryKeys()
          This interface method describes how to get the vector of primary keys for entities affected by this host request from HTO for use in the TxnHandlerBroker
 DataPacket toDataPacket()
          This interface method describes how to get the DataPacket representation of request from HTO for use in the TxnHandlerBroker
 

Method Detail

toDataPacket

public DataPacket toDataPacket()
                        throws ProcessingErrorException
This interface method describes how to get the DataPacket representation of request from HTO for use in the TxnHandlerBroker

Returns:
DataPacket representing host request data
Throws:
ProcessingErrorException

getPrimaryKeys

public java.util.Vector getPrimaryKeys()
                                throws ProcessingErrorException
This interface method describes how to get the vector of primary keys for entities affected by this host request from HTO for use in the TxnHandlerBroker

Returns:
Vector with primary keys of entities affected by the action
Throws:
ProcessingErrorException


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