com.bankframe.ei.txnhandler.transactionidentifier
Interface TransactionIdentifier

All Known Subinterfaces:
TransactionIdentifier

public interface TransactionIdentifier

This interface is the remote interface of the DestinationBean Entity


Method Summary
 String getIsAsynchronous()
          This method gets the Host Status
 String getTxnCode()
          This method gets this destination's Id
 String getTxnIdentifierField()
          This method gets the Connector properties
 String getTxnType()
          This method gets this connector JNDI Name
 

Method Detail

getTxnCode

String getTxnCode()
                  throws RemoteException
This method gets this destination's Id

Returns:
String destination Id
Throws:
RemoteException

getTxnType

String getTxnType()
                  throws RemoteException
This method gets this connector JNDI Name

Returns:
String JNDI Name
Throws:
RemoteException

getTxnIdentifierField

String getTxnIdentifierField()
                             throws RemoteException
This method gets the Connector properties

Returns:
String containing this Connector properties
Throws:
RemoteException

getIsAsynchronous

String getIsAsynchronous()
                         throws RemoteException
This method gets the Host Status

Returns:
String containing the Host Status
Throws:
RemoteException


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