com.bankframe.ei.txnhandler.broker
Class HostTransactionObjectFactoryImpl
java.lang.Object
com.bankframe.ei.txnhandler.broker.HostTransactionObjectFactoryImpl
- All Implemented Interfaces:
- HostTransactionObjectFactory
public class HostTransactionObjectFactoryImpl
- extends Object
- implements HostTransactionObjectFactory
This class is the default implementor of HostTransactionObjectFactory. It is intended for use with TxnHandlerBroker to
create a HostTransactionObject.
HostTransactionObjectFactoryImpl
public HostTransactionObjectFactoryImpl()
- Constructor for HostTransactionObjectFactoryImpl.
getHostTransactionObject
public HostTransactionObject getHostTransactionObject(String ejbName,
String amendName,
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:
HostTransactionObjectFactory.getHostTransactionObject(String, String, HashMap)
Copyright © 2005, 2007, Oracle. All rights reserved.