com.bankframe.ei.txnhandler.broker
Class HostTransactionObjectFactoryImpl

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.broker.HostTransactionObjectFactoryImpl
All Implemented Interfaces:
HostTransactionObjectFactory

public class HostTransactionObjectFactoryImpl
extends java.lang.Object
implements HostTransactionObjectFactory

This class is the default implementor of HostTransactionObjectFactory. It is intended for use with TxnHandlerBroker to create a HostTransactionObject.


Constructor Summary
HostTransactionObjectFactoryImpl()
          Constructor for HostTransactionObjectFactoryImpl.
 
Method Summary
 HostTransactionObject getHostTransactionObject(java.lang.String ejbName, java.lang.String amendName, java.util.HashMap amendData)
          This interface method describes how to call a HostTransactionFactory implementation to get a HostTransactionObject for use in the TxnHandlerBroker
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostTransactionObjectFactoryImpl

public HostTransactionObjectFactoryImpl()
Constructor for HostTransactionObjectFactoryImpl.

Method Detail

getHostTransactionObject

public HostTransactionObject getHostTransactionObject(java.lang.String ejbName,
                                                      java.lang.String amendName,
                                                      java.util.HashMap amendData)
                                               throws ProcessingErrorException
Description copied from interface: HostTransactionObjectFactory
This interface method describes how to call a HostTransactionFactory implementation to get a HostTransactionObject for use in the TxnHandlerBroker

Specified by:
getHostTransactionObject in interface HostTransactionObjectFactory
Returns:
HostTransactionObject instance
Throws:
ProcessingErrorException
See Also:
com.bankframe.ei.txnhandler.amend.HostTransactionObjectFactory#getHostTransactionObject(String, String, HashMap)


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