com.bankframe.ei.txnhandler.broker
Interface HostTransactionObjectFactory

All Known Implementing Classes:
HostTransactionObjectFactoryImpl

public interface HostTransactionObjectFactory


Method Summary
 HostTransactionObject getHostTransactionObject(String ejbName, String methodName, HashMap data)
          This interface method describes how to call a HostTransactionFactory implementation to get a HostTransactionObject for use in the TxnHandlerBroker
 

Method Detail

getHostTransactionObject

HostTransactionObject getHostTransactionObject(String ejbName,
                                               String methodName,
                                               HashMap data)
                                               throws ProcessingErrorException
This interface method describes how to call a HostTransactionFactory implementation to get a HostTransactionObject for use in the TxnHandlerBroker

Returns:
HostTransactionObject instance
Throws:
ProcessingErrorException


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