Uses of Interface
com.bankframe.ejb.EEntityRemote

Packages that use EEntityRemote
com.bankframe.bo   
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.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   
com.bankframe.services.sessionmgmt.ejb.session   
com.bankframe.services.sessionmgmt.ldap.session   
 

Uses of EEntityRemote in com.bankframe.bo
 

Methods in com.bankframe.bo with parameters of type EEntityRemote
static java.util.Vector DataPacketUtils.convertToDataPackets(EEntityRemote object)
          This method converts a object to a vector of DataPackets.
 

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

Subinterfaces of EEntityRemote in com.bankframe.ei.txnhandler.transactionlayout
 interface TransactionField
          This class is the remote interface of Transaction Field Entity Bean
 

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

Subinterfaces of EEntityRemote in com.bankframe.ei.txnhandler.transactionlayout.impl.request
 interface RequestTransactionField
          This class is the remote interface of Transaction Field Entity Bean
 

Classes in com.bankframe.ei.txnhandler.transactionlayout.impl.request that implement EEntityRemote
 class RequestTransactionFieldImplt
          This class serves as a lightweight proxy representation of a RequestTransactionField entity for caching purposes.
 

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

Subinterfaces of EEntityRemote in com.bankframe.ei.txnhandler.transactionlayout.impl.response
 interface ResponseTransactionField
          This class is the remote interface of Transaction Field Entity Bean
 

Classes in com.bankframe.ei.txnhandler.transactionlayout.impl.response that implement EEntityRemote
 class ResponseTransactionFieldImplt
          This class serves as a lightweight proxy representation of a ResponseTransactionField entity for caching purposes.
 

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

Subinterfaces of EEntityRemote in com.bankframe.ei.txnhandler.transactionresponse.errorcondition
 interface TransactionErrorCondition
          This is the remote interface of the TransactionErrorConditionBean Entity Bean
 

Classes in com.bankframe.ei.txnhandler.transactionresponse.errorcondition that implement EEntityRemote
 class TransactionErrorConditionImplt
          This class serves as a lightweight proxy representation of a TransactionErrorCondition EJB for caching purposes.
 

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

Subinterfaces of EEntityRemote in com.bankframe.ei.txnhandler.transactionresponse.metadata
 interface MetaData
          The remote interface of the MetaDataBean Entity Bean
 

Classes in com.bankframe.ei.txnhandler.transactionresponse.metadata that implement EEntityRemote
 class MetaDataImplt
          This class serves as a lightweight proxy representation of a Transaction Response MetaData for caching purposes.
 

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

Subinterfaces of EEntityRemote in com.bankframe.services.accesscontrol.ejb.group
 interface EJBGroup
          This interface is an extension of javax.ejb.EJBHome
 

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

Subinterfaces of EEntityRemote in com.bankframe.services.accesscontrol.ejb.groupmembers
 interface EJBGroupMember
          This interface is an extension of javax.ejb.EJBHome
 

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

Subinterfaces of EEntityRemote in com.bankframe.services.accesscontrol.ejb.grouppermission
 interface EJBGroupPermission
          This interface is the EJBGroup interface extension to javax.ejb.EJBHome.
 

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

Subinterfaces of EEntityRemote in com.bankframe.services.accesscontrol.ejb.userpermission
 interface EJBUserPermission
          The EJBUserPermission Interface extension to javax.ejb.EJBHome
 

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

Subinterfaces of EEntityRemote in com.bankframe.services.authentication.ejb.user
 interface EJBUser
          This interface is the remote interface for the EJBUser class.
 

Uses of EEntityRemote in com.bankframe.services.route
 

Subinterfaces of EEntityRemote in com.bankframe.services.route
 interface Route
           
 

Classes in com.bankframe.services.route that implement EEntityRemote
 class CachedRoute
          This class represents route objects to be cached on the server.
 

Uses of EEntityRemote in com.bankframe.services.sessionmgmt
 

Subinterfaces of EEntityRemote in com.bankframe.services.sessionmgmt
 interface BankFrameSession
          Remote interface of a BankFrame session.
 

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

Subinterfaces of EEntityRemote in com.bankframe.services.sessionmgmt.ejb.session
 interface EJBBankFrameSession
          This is an CMP EJB based implementation of the com.bankframe.service.sessionmgmt.BankFrameSession interface.
 

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

Subinterfaces of EEntityRemote in com.bankframe.services.sessionmgmt.ldap.session
 interface LDAPBankFrameSession
          Remote Interface to LDAPBankFrameSession bean.
 



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