com.bankframe.ei.txnhandler.broker
Class HostTransactionObjectImpl
java.lang.Object
com.bankframe.ei.txnhandler.broker.HostTransactionObjectImpl
- All Implemented Interfaces:
- HostTransactionObject
public class HostTransactionObjectImpl
- extends Object
- implements HostTransactionObject
Method Summary |
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 |
HostTransactionObjectImpl
public HostTransactionObjectImpl()
- Constructor for HostTransactionObjectImpl.
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:
HostTransactionObject.toDataPacket()
getPrimaryKeys
public 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:
HostTransactionObject.getPrimaryKeys()
Copyright © 2005, 2007, Oracle. All rights reserved.