com.bankframe.ei.txnhandler.broker
Interface HostTransactionObjectFactory

All Known Implementing Classes:
HostTransactionObjectFactoryImpl

public interface HostTransactionObjectFactory


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

Method Detail

getHostTransactionObject

public HostTransactionObject getHostTransactionObject(java.lang.String ejbName,
                                                      java.lang.String methodName,
                                                      java.util.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.