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
 java.lang.String getIsAsynchronous()
          This method gets the Host Status
 java.lang.String getTxnCode()
          This method gets this destination's Id
 java.lang.String getTxnIdentifierField()
          This method gets the Connector properties
 java.lang.String getTxnType()
          This method gets this connector JNDI Name
 

Method Detail

getTxnCode

public java.lang.String getTxnCode()
                            throws java.rmi.RemoteException
This method gets this destination's Id

Returns:
String destination Id
Throws:
java.rmi.RemoteException

getTxnType

public java.lang.String getTxnType()
                            throws java.rmi.RemoteException
This method gets this connector JNDI Name

Returns:
String JNDI Name
Throws:
java.rmi.RemoteException

getTxnIdentifierField

public java.lang.String getTxnIdentifierField()
                                       throws java.rmi.RemoteException
This method gets the Connector properties

Returns:
String containing this Connector properties
Throws:
java.rmi.RemoteException

getIsAsynchronous

public java.lang.String getIsAsynchronous()
                                   throws java.rmi.RemoteException
This method gets the Host Status

Returns:
String containing the Host Status
Throws:
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.