Uses of Class
com.bankframe.ejb.EEntityBean

Packages that use EEntityBean
com.bankframe.ei.ldap   
com.bankframe.ei.txnhandler.transactionlayout   
com.bankframe.ei.txnhandler.transactionlayout.impl.request   
com.bankframe.ei.txnhandler.transactionlayout.impl.response   
com.bankframe.ei.txnhandler.transactionresponse.errorcondition   
com.bankframe.ei.txnhandler.transactionresponse.metadata   
com.bankframe.ejb   
com.bankframe.services.accesscontrol.ejb.group   
com.bankframe.services.accesscontrol.ejb.groupmembers   
com.bankframe.services.accesscontrol.ejb.grouppermission   
com.bankframe.services.accesscontrol.ejb.userpermission   
com.bankframe.services.authentication.ejb.user   
com.bankframe.services.route   
com.bankframe.services.sessionmgmt.ejb.session   
com.bankframe.services.sessionmgmt.ldap.session   
 

Uses of EEntityBean in com.bankframe.ei.ldap
 

Subclasses of EEntityBean in com.bankframe.ei.ldap
 class LDAPEntityBean
          This class is the base class for Bean Managed EJB's that persist to/from an LDAP data source All bankframe entities that need to access LDAP data should derive from this class.
 

Uses of EEntityBean in com.bankframe.ei.txnhandler.transactionlayout
 

Subclasses of EEntityBean in com.bankframe.ei.txnhandler.transactionlayout
 class TransactionFieldBean
          This class is a base class for the Transaction Field Entity Beans.
 

Uses of EEntityBean in com.bankframe.ei.txnhandler.transactionlayout.impl.request
 

Subclasses of EEntityBean in com.bankframe.ei.txnhandler.transactionlayout.impl.request
 class RequestTransactionFieldBean
          This class is an implementation of the Transaction Field Entity BMP Bean for Transaction Requests.
 

Uses of EEntityBean in com.bankframe.ei.txnhandler.transactionlayout.impl.response
 

Subclasses of EEntityBean in com.bankframe.ei.txnhandler.transactionlayout.impl.response
 class ResponseTransactionFieldBean
          This class is an implementation of the Transaction Field Entity BMP Bean for Transaction Response.
 

Uses of EEntityBean in com.bankframe.ei.txnhandler.transactionresponse.errorcondition
 

Subclasses of EEntityBean in com.bankframe.ei.txnhandler.transactionresponse.errorcondition
 class TransactionErrorConditionBean
          This class is the Transaction Error-Conditions Entity Bean which maintains error condition tests for transactions.
 

Uses of EEntityBean in com.bankframe.ei.txnhandler.transactionresponse.metadata
 

Subclasses of EEntityBean in com.bankframe.ei.txnhandler.transactionresponse.metadata
 class MetaDataBean
          This class is the MetaData Entity Bean which maintains mapping information for Transaction DataPacket entities to Host system Transaction fields.
 

Uses of EEntityBean in com.bankframe.ejb
 

Subclasses of EEntityBean in com.bankframe.ejb
 class EBeanManagedEntityBean
          This class is the Bankframe Entity Bean
 

Uses of EEntityBean in com.bankframe.services.accesscontrol.ejb.group
 

Subclasses of EEntityBean in com.bankframe.services.accesscontrol.ejb.group
 class EJBGroupBean
           
 

Uses of EEntityBean in com.bankframe.services.accesscontrol.ejb.groupmembers
 

Subclasses of EEntityBean in com.bankframe.services.accesscontrol.ejb.groupmembers
 class EJBGroupMemberBean
          This class refers to the EJBGROUP_MEMBERS table in the database.
 

Uses of EEntityBean in com.bankframe.services.accesscontrol.ejb.grouppermission
 

Subclasses of EEntityBean in com.bankframe.services.accesscontrol.ejb.grouppermission
 class EJBGroupPermissionBean
          This class refers to the EJBGROUP_PERMISSIONS table in the database.
 

Uses of EEntityBean in com.bankframe.services.accesscontrol.ejb.userpermission
 

Subclasses of EEntityBean in com.bankframe.services.accesscontrol.ejb.userpermission
 class EJBUserPermissionBean
          This class refers to the EJBUSER_PERMISSIONS table in the database.
 

Uses of EEntityBean in com.bankframe.services.authentication.ejb.user
 

Subclasses of EEntityBean in com.bankframe.services.authentication.ejb.user
 class EJBUserBean
          This class holds information about a bankframe user.
 

Uses of EEntityBean in com.bankframe.services.route
 

Subclasses of EEntityBean in com.bankframe.services.route
 class RouteBean
          The RouteBean handles all route of client requests (that arrive in the form of a DataPacket with a specified REQUEST_ID) to the appropriate EJB Services that are deployed within BankFrame on an EJB Server.
 

Uses of EEntityBean in com.bankframe.services.sessionmgmt.ejb.session
 

Subclasses of EEntityBean in com.bankframe.services.sessionmgmt.ejb.session
 class EJBBankFrameSessionBean
          This is an CMP EJB based implementation of the com.bankframe.service.sessionmgmt.BankFrameSession interface.
 

Uses of EEntityBean in com.bankframe.services.sessionmgmt.ldap.session
 

Subclasses of EEntityBean in com.bankframe.services.sessionmgmt.ldap.session
 class LDAPBankFrameSessionBean
          Implementation class used to encapsulate BankFrame session data stored on an ldap server.
 



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