com.bankframe.ei.txnhandler.broker
Class HostTransactionObjectImpl

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.broker.HostTransactionObjectImpl
All Implemented Interfaces:
HostTransactionObject

public class HostTransactionObjectImpl
extends java.lang.Object
implements HostTransactionObject


Constructor Summary
HostTransactionObjectImpl()
          Constructor for HostTransactionObjectImpl.
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostTransactionObjectImpl

public HostTransactionObjectImpl()
Constructor for HostTransactionObjectImpl.

Method Detail

toDataPacket

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

Specified by:
toDataPacket in interface HostTransactionObject
Returns:
DataPacket representing host request data
Throws:
ProcessingErrorException
See Also:
com.bankframe.ei.txnhandler.amend.HostTransactionObject#toDataPacket()

getPrimaryKeys

public java.util.Vector getPrimaryKeys()
                                throws ProcessingErrorException
Description copied from interface: HostTransactionObject
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

Specified by:
getPrimaryKeys in interface HostTransactionObject
Returns:
Vector with primary keys of entities affected by the action
Throws:
ProcessingErrorException
See Also:
com.bankframe.ei.txnhandler.amend.HostTransactionObject#getPrimaryKeys()


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