com.bankframe.ei.txnhandler.destinationejbmap
Interface DestinationEjbMap

All Known Subinterfaces:
DestinationEjbMap

public interface DestinationEjbMap

This interface defines the remote interface of the DestinationEjbMap Entity.


Method Summary
 String getAlwaysOnline()
          This method returns the alwaysOnline attribute.
 String getDestinationId()
          This method returns the destinationId attribute.
 String getEjbName()
          This method returns the ejbName attribute.
 String getEjbOperation()
          This method returns the ejbOperation attribute.
 String getOperationType()
          This method returns the operationType attribute.
 String getStoreable()
          This method returns the storeable attribute.
 

Method Detail

getDestinationId

String getDestinationId()
                        throws RemoteException
This method returns the destinationId attribute.

Returns:
the destinationId attribute
Throws:
RemoteException

getEjbName

String getEjbName()
                  throws RemoteException
This method returns the ejbName attribute.

Returns:
the ejbName attribute
Throws:
RemoteException

getEjbOperation

String getEjbOperation()
                       throws RemoteException
This method returns the ejbOperation attribute.

Returns:
the ejbOperation attribute
Throws:
RemoteException

getOperationType

String getOperationType()
                        throws RemoteException
This method returns the operationType attribute.

Returns:
the operationType attribute
Throws:
RemoteException

getAlwaysOnline

String getAlwaysOnline()
                       throws RemoteException
This method returns the alwaysOnline attribute.

Returns:
the alwaysOnline attribute
Throws:
RemoteException

getStoreable

String getStoreable()
                    throws RemoteException
This method returns the storeable attribute.

Returns:
the storeable attribute
Throws:
RemoteException


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