com.bankframe.ei.txnhandler.broker
Interface HostTransactionObjectFactory

All Known Implementing Classes:
HostTransactionObjectFactoryImpl

public interface HostTransactionObjectFactory

Author:
pobrien Interface for a HTO Factory to produce HTO objects for a TxnHandlerBroker call

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 © 2004 Siebel Systems, Inc. All rights reserved.