Uses of Interface
com.bankframe.ejb.ESession

Packages that use ESession
com.bankframe.ei.impl.txnhandler   
com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations   
com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction   
com.bankframe.ei.txnhandler.storeandforward.impl.storequeue   
com.bankframe.ejb   
com.bankframe.examples.bp.impl.accountsearch   
com.bankframe.examples.bp.impl.customersearch   
com.bankframe.examples.passthrough   
com.bankframe.services.accesscontrol   
com.bankframe.services.accesscontrol.administration.group   
com.bankframe.services.accesscontrol.administration.user   
com.bankframe.services.accesscontrol.ejb   
com.bankframe.services.accesscontrol.ldap   
com.bankframe.services.authentication   
com.bankframe.services.authentication.ejb   
com.bankframe.services.authentication.ldap   
com.bankframe.services.impl.audit   
com.bankframe.services.impl.print   
com.bankframe.services.mail   
com.bankframe.services.notification.impl.notificationserver   
com.bankframe.services.ping   
com.bankframe.services.requestrouter   
com.bankframe.services.route.administration   
com.bankframe.services.sessionmgmt   
com.bankframe.services.sessionmgmt.ejb   
com.bankframe.services.sessionmgmt.ldap   
 

Uses of ESession in com.bankframe.ei.impl.txnhandler
 

Subinterfaces of ESession in com.bankframe.ei.impl.txnhandler
 interface TransactionHandler
          This is an EJB Session that supports the interface to the Transaction Handler.
 

Classes in com.bankframe.ei.impl.txnhandler that implement ESession
 class TransactionHandlerBean
          The TransactionHandlerBean class.
 class TransactionHandlerSessionBean
          The TransactionHandlerSessionBean class.
 

Uses of ESession in com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations
 

Subinterfaces of ESession in com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations
 interface ForwardOperations
          The ForwardOperations interface.
 

Classes in com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations that implement ESession
 class ForwardOperationsBean
          The ForwardOperationsBean class.
 class ForwardOperationsSessionBean
          The ForwardOperationsSessionBean class.
 

Uses of ESession in com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction
 

Subinterfaces of ESession in com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction
 interface ForwardTransaction
          The ForwardTransaction interface.
 

Classes in com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction that implement ESession
 class ForwardTransactionBean
          The ForwardTransactionBean class.
 class ForwardTransactionSessionBean
          The ForwardTransactionSessionBean class.
 

Uses of ESession in com.bankframe.ei.txnhandler.storeandforward.impl.storequeue
 

Subinterfaces of ESession in com.bankframe.ei.txnhandler.storeandforward.impl.storequeue
 interface StoreQueue
          The StoreQueue remote interface.
 

Classes in com.bankframe.ei.txnhandler.storeandforward.impl.storequeue that implement ESession
 class StoreQueueBean
          The StoreQueueBean class.
 class StoreQueueSessionBean
          The StoreQueueSessionBean class.
 

Uses of ESession in com.bankframe.ejb
 

Classes in com.bankframe.ejb that implement ESession
 class ESessionBean
          This class is the superclass to all BankFrame session EJBs
 

Uses of ESession in com.bankframe.examples.bp.impl.accountsearch
 

Subinterfaces of ESession in com.bankframe.examples.bp.impl.accountsearch
 interface AccountSearch
          This interface defines the remote interface of the AccountSearch Session EJB
 

Classes in com.bankframe.examples.bp.impl.accountsearch that implement ESession
 class AccountSearchBean
          This class marshalls methods calls and responses to/from DataPackets.
 class AccountSearchSessionBean
          This class provides the implementation of the AccountSearch session EJB.
 

Uses of ESession in com.bankframe.examples.bp.impl.customersearch
 

Subinterfaces of ESession in com.bankframe.examples.bp.impl.customersearch
 interface CustomerSearch
          This interface defines the remote interface of the CustomerSearch Session EJB.
 

Classes in com.bankframe.examples.bp.impl.customersearch that implement ESession
 class CustomerSearchBean
          This class marshalls methods calls and responses to/from DataPackets.
 class CustomerSearchSessionBean
          This class provides the implementation of the CustomerSearch Session EJB
 

Uses of ESession in com.bankframe.examples.passthrough
 

Classes in com.bankframe.examples.passthrough that implement ESession
 class PassThroughBean
           
 

Uses of ESession in com.bankframe.services.accesscontrol
 

Classes in com.bankframe.services.accesscontrol that implement ESession
 class AccessControlBean
          This class defines the methods that must be implemented by all access control session beans
 

Uses of ESession in com.bankframe.services.accesscontrol.administration.group
 

Classes in com.bankframe.services.accesscontrol.administration.group that implement ESession
 class GroupAdministrationBean
          This class is responsible for the administration of groups in BankFrame MCA.
 

Uses of ESession in com.bankframe.services.accesscontrol.administration.user
 

Classes in com.bankframe.services.accesscontrol.administration.user that implement ESession
 class UserAdministrationBean
          This class is responsible for the administration of users in BankFrame MCA.
 

Uses of ESession in com.bankframe.services.accesscontrol.ejb
 

Classes in com.bankframe.services.accesscontrol.ejb that implement ESession
 class EJBAccessControlBean
          This class controls access to EJBs for users.
 

Uses of ESession in com.bankframe.services.accesscontrol.ldap
 

Classes in com.bankframe.services.accesscontrol.ldap that implement ESession
 class LDAPAccessControlBean
          This class is the LDAP based implementation of bankframe access control
 

Uses of ESession in com.bankframe.services.authentication
 

Classes in com.bankframe.services.authentication that implement ESession
 class AuthenticationBean
          This class is the base class for all authentication session beans.
 

Uses of ESession in com.bankframe.services.authentication.ejb
 

Classes in com.bankframe.services.authentication.ejb that implement ESession
 class EJBUserAuthenticationBean
          This class is used to validate users against passwords and to process user logon and logoff requests.
 

Uses of ESession in com.bankframe.services.authentication.ldap
 

Classes in com.bankframe.services.authentication.ldap that implement ESession
 class LDAPAuthenticationBean
          This class authenticates a user against an LDAP repository.

It expects the following fields in the incoming DataPacket: LDAPAuthentication.USER_ID - The userId of the user to authenticate.
 

Uses of ESession in com.bankframe.services.impl.audit
 

Subinterfaces of ESession in com.bankframe.services.impl.audit
 interface Audit
          The Audit interface.
 

Classes in com.bankframe.services.impl.audit that implement ESession
 class AuditBean
          The Audit class.
 class AuditSessionBean
          The AuditSessionBean class.
 

Uses of ESession in com.bankframe.services.impl.print
 

Subinterfaces of ESession in com.bankframe.services.impl.print
 interface Print
           
 

Uses of ESession in com.bankframe.services.mail
 

Classes in com.bankframe.services.mail that implement ESession
 class SendMailBean
          The Mail service allows a BankFrame MCA based system to send e-mail messages to a specified user over the Internet or an Intranet.
 

Uses of ESession in com.bankframe.services.notification.impl.notificationserver
 

Subinterfaces of ESession in com.bankframe.services.notification.impl.notificationserver
 interface NotificationServer
          The NotificationServer Interface.
 

Classes in com.bankframe.services.notification.impl.notificationserver that implement ESession
 class NotificationServerBean
          The Bean class for NotificationServerBean Session
 class NotificationServerSessionBean
          The NotificationServerSessionBean Class
 

Uses of ESession in com.bankframe.services.ping
 

Classes in com.bankframe.services.ping that implement ESession
 class PingBean
          The Ping utility is used to confirm that a BankFrame MCA Installation is working, and that the servlets on the web server are communicating with the BankFrame MCA EJB container.
 

Uses of ESession in com.bankframe.services.requestrouter
 

Classes in com.bankframe.services.requestrouter that implement ESession
 class RequestRouterBean
          This class contains all BankFrame MCA's logic for routing requests to EJBs.
 

Uses of ESession in com.bankframe.services.route.administration
 

Classes in com.bankframe.services.route.administration that implement ESession
 class RouteAdministrationBean
          This class is responsible for the administration of routes in BankFrame MCA.
 

Uses of ESession in com.bankframe.services.sessionmgmt
 

Classes in com.bankframe.services.sessionmgmt that implement ESession
 class SessionManagementBean
          Defines the generic interface for BankFrame MCA session management.
 

Uses of ESession in com.bankframe.services.sessionmgmt.ejb
 

Classes in com.bankframe.services.sessionmgmt.ejb that implement ESession
 class EJBSessionManagementBean
          EJB based implementation of Session Management mechanism
 

Uses of ESession in com.bankframe.services.sessionmgmt.ldap
 

Classes in com.bankframe.services.sessionmgmt.ldap that implement ESession
 class LDAPSessionManagementBean
          LDAP based implementation of Session Management mechanism.
 



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