Uses of Interface
com.bankframe.ejb.EEntity

Packages that use EEntity
com.bankframe.bo   
com.bankframe.ei.txnhandler.impl.destination   
com.bankframe.ei.txnhandler.impl.destinationejbmap   
com.bankframe.ei.txnhandler.impl.eabtransactionfield   
com.bankframe.ei.txnhandler.impl.persistertxnmap   
com.bankframe.ei.txnhandler.impl.tierfield   
com.bankframe.ei.txnhandler.impl.transactionidentifier   
com.bankframe.ei.txnhandler.impl.transactionroute   
com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.errortransaction   
com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction   
com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction   
com.bankframe.ejb.bmp   
com.bankframe.examples.bo.impl.account   
com.bankframe.examples.bo.impl.address   
com.bankframe.examples.bo.impl.customer   
com.bankframe.services.impl.audit.auditrecord   
com.bankframe.services.impl.audit.auditroute   
com.bankframe.services.impl.sequencegenerator   
com.bankframe.services.notification.impl.registeredaddress   
 

Uses of EEntity in com.bankframe.bo
 

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

Uses of EEntity in com.bankframe.ei.txnhandler.impl.destination
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.impl.destination
 interface Destination
          This interface is the remote interface of the DestinationBean Entity
 

Classes in com.bankframe.ei.txnhandler.impl.destination that implement EEntity
 class DestinationBean
          This class specifies the parameters needed to connect to the host for a specific connector
 class DestinationCMPBean
          This class specifies the parameters needed to connect to the host for a specific connector
 class DestinationImplt
          This class serves as a lightweight proxy representation of a Destination EJB for caching purposes.
 

Uses of EEntity in com.bankframe.ei.txnhandler.impl.destinationejbmap
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.impl.destinationejbmap
 interface DestinationEjbMap
          This interface defines the remote interface for the DestinationEjbMap entity EJB.
 

Uses of EEntity in com.bankframe.ei.txnhandler.impl.eabtransactionfield
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.impl.eabtransactionfield
 interface EABTransactionField
          This interface defines the remote interface of the EABTransactionField Entity.
 

Classes in com.bankframe.ei.txnhandler.impl.eabtransactionfield that implement EEntity
 class EABTransactionFieldBean
          This class defines the attributes of the EABTransactionField Entity and the accessor methods for those attributes.
 class EABTransactionFieldCMPBean
          This class defines the attributes of the EABTransactionField Entity and the accessor methods for those attributes.
 class EABTransactionFieldImplt
          This class serves as a lightweight proxy representation of a Destination EJB for caching purposes.
 

Uses of EEntity in com.bankframe.ei.txnhandler.impl.persistertxnmap
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.impl.persistertxnmap
 interface PersisterTxnMap
          This class is the remote interface of the PersisterTxnMapbean
 

Classes in com.bankframe.ei.txnhandler.impl.persistertxnmap that implement EEntity
 class PersisterTxnMapBean
          This class maps an entity and a method to a Host transaction.
 class PersisterTxnMapCMPBean
          This class maps an entity and a method to a Host transaction.
 class PersisterTxnMapImplt
          This class serves as a lightweight proxy representation of a Destination EJB for caching purposes.
 

Uses of EEntity in com.bankframe.ei.txnhandler.impl.tierfield
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.impl.tierfield
 interface TierField
          This interface defines the remote interface of the TierField Entity.
 

Classes in com.bankframe.ei.txnhandler.impl.tierfield that implement EEntity
 class TierFieldBean
          This class defines the attributes of the TierField Entity and the accessor methods for those attributes.
 class TierFieldCMPBean
          This class defines the attributes of the TierField Entity and the accessor methods for those attributes.
 class TierFieldImplt
          This class serves as a lightweight proxy representation of a TierField EJB for caching purposes.
 

Uses of EEntity in com.bankframe.ei.txnhandler.impl.transactionidentifier
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.impl.transactionidentifier
 interface TransactionIdentifier
          This interface is the remote interface of the DestinationBean Entity
 

Classes in com.bankframe.ei.txnhandler.impl.transactionidentifier that implement EEntity
 class TransactionIdentifierBean
          This class specifies the parameters needed to connect to the host for a specific connector
 class TransactionIdentifierCMPBean
          This class specifies the parameters needed to connect to the host for a specific connector
 

Uses of EEntity in com.bankframe.ei.txnhandler.impl.transactionroute
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.impl.transactionroute
 interface TransactionRoute
          The remote interface of the TransactionRouteBean Entity Bean
 

Classes in com.bankframe.ei.txnhandler.impl.transactionroute that implement EEntity
 class TransactionRouteBean
          This class is the TransactionRouteBean Entity Bean which maintains information on the type of Connector and DataFormat class to use for a specific transaction type
 class TransactionRouteCMPBean
          This class is the TransactionRouteBean Entity Bean which maintains information on the type of Connector and DataFormat class to use for a specific transaction type
 class TransactionRouteImplt
          This class serves as a lightweight proxy representation of a TransactionRoute EJB for caching purposes.
 

Uses of EEntity in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.errortransaction
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.errortransaction
 interface ErrorTransaction
          This interface defines the remote interface for the ErrorTransaction entity EJB.
 

Uses of EEntity in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction
 interface SuccessfulTransaction
          This interface defines the remote interface for the SuccessfulTransaction entity EJB.
 

Uses of EEntity in com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction
 

Subinterfaces of EEntity in com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction
 interface StoreTransaction
          The StoreTransaction interface.
 

Classes in com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction that implement EEntity
 class StoreTransactionBean
          The StoreTransactionBean class.
 class StoreTransactionCMPBean
          The StoreTransactionCMPBean class.
 

Uses of EEntity in com.bankframe.ejb.bmp
 

Subinterfaces of EEntity in com.bankframe.ejb.bmp
 interface EBMPEntity
          This interface defines the methods that all Eontec Bean Managed Persistence Entity beans must implement.
 interface EBMPMasterEntity
          This interface defines the methods that Master Entities must define
 

Uses of EEntity in com.bankframe.examples.bo.impl.account
 

Subinterfaces of EEntity in com.bankframe.examples.bo.impl.account
 interface Account
          This interface defines the remote interface for the Account entity EJB.
 

Classes in com.bankframe.examples.bo.impl.account that implement EEntity
 class AccountBean
          This class defines the basis of the Account Entity EJB implementation
 class AccountBMPBean
          This class is the implementation of the Account Entity EJB using bean managed persistence
 

Uses of EEntity in com.bankframe.examples.bo.impl.address
 

Subinterfaces of EEntity in com.bankframe.examples.bo.impl.address
 interface Address
          This interface defines the remote interface for the Address entity EJB.
 

Classes in com.bankframe.examples.bo.impl.address that implement EEntity
 class AddressBean
          This class defines the basis of the Address Entity EJB implementation.
 class AddressBMPBean
          This class is the implementation of the Address Entity EJB using bean managed persistence
 

Uses of EEntity in com.bankframe.examples.bo.impl.customer
 

Subinterfaces of EEntity in com.bankframe.examples.bo.impl.customer
 interface Customer
          This interface defines the remote interface for the Customer Entity EJB.
 

Classes in com.bankframe.examples.bo.impl.customer that implement EEntity
 class CustomerBean
          This class defines the basis of the Customer entity EJB implementation.
 class CustomerBMPBean
          This class is the implementation of the Customer Entity EJB using bean managed persistence.
 

Uses of EEntity in com.bankframe.services.impl.audit.auditrecord
 

Subinterfaces of EEntity in com.bankframe.services.impl.audit.auditrecord
 interface AuditRecord
          The AuditRecord interface.
 

Uses of EEntity in com.bankframe.services.impl.audit.auditroute
 

Subinterfaces of EEntity in com.bankframe.services.impl.audit.auditroute
 interface AuditRoute
          The AuditRoute interface.
 

Classes in com.bankframe.services.impl.audit.auditroute that implement EEntity
 class AuditRouteBean
          The AuditRouteBean class.
 class AuditRouteCMPBean
          The AuditRouteCMPBean CMP entity EJB bean implementation class.
 

Uses of EEntity in com.bankframe.services.impl.sequencegenerator
 

Subinterfaces of EEntity in com.bankframe.services.impl.sequencegenerator
 interface SequenceGenerator
          The SequenceGenerator interface.
 

Uses of EEntity in com.bankframe.services.notification.impl.registeredaddress
 

Subinterfaces of EEntity in com.bankframe.services.notification.impl.registeredaddress
 interface RegisteredAddress
          The RegisteredAddress remote interface
 

Classes in com.bankframe.services.notification.impl.registeredaddress that implement EEntity
 class RegisteredAddressBean
          The RegisteredAddressBean class
 class RegisteredAddressCMPBean
          The RegisteredAddress Entity
 



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