com.bankframe.ejb
Interface ESession
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- AccountSearch, Audit, CustomerSearch, ForwardOperations, ForwardTransaction, NotificationServer, Print, Print, StoreQueue, TransactionHandler
- All Known Implementing Classes:
- AccessControlBean, AccountSearchBean, AccountSearchSessionBean, AuditBean, AuditSessionBean, AuthenticationBean, CustomerSearchBean, CustomerSearchSessionBean, EJBAccessControlBean, EJBSessionManagementBean, EJBUserAuthenticationBean, ESessionBean, ForwardOperationsBean, ForwardOperationsSessionBean, ForwardTransactionBean, ForwardTransactionSessionBean, GroupAdministrationBean, LDAPAccessControlBean, LDAPAuthenticationBean, LDAPSessionManagementBean, NotificationServerBean, NotificationServerSessionBean, PassThroughBean, PingBean, RequestRouterBean, RouteAdministrationBean, SendMailBean, SessionManagementBean, StoreQueueBean, StoreQueueSessionBean, TransactionHandlerBean, TransactionHandlerSessionBean, UserAdministrationBean
public interface ESession
- extends Serializable
This interface defines the methods that all two-tier model BankFrame
Banking Processes must implement.
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
processDataPacket
Vector processDataPacket(DataPacket data)
throws ProcessingErrorException,
RemoteException
- This method processes a singe DataPacket request.
- Parameters:
data
- the request DataPacket
- Returns:
- a vector of one or more response DataPackets
- Throws:
ProcessingErrorException
- if the request cannot be processed
RemoteException
processDataPackets
Vector processDataPackets(Vector data)
throws ProcessingErrorException,
RemoteException
- This method processes a vector of DataPacket requests.
- Parameters:
data
- the request DataPackets
- Returns:
- a vector of one or more response DataPackets
- Throws:
ProcessingErrorException
- if the request cannot be processed
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.