Uses of Class
com.bankframe.bo.DataPacket

Packages that use DataPacket
com.bankframe   
com.bankframe.bo   
com.bankframe.ei.channel.client   
com.bankframe.ei.comms   
com.bankframe.ei.impl.txnhandler   
com.bankframe.ei.ldap   
com.bankframe.ei.txnhandler   
com.bankframe.ei.txnhandler.amend   
com.bankframe.ei.txnhandler.broker   
com.bankframe.ei.txnhandler.dataformat   
com.bankframe.ei.txnhandler.dataformat.basic   
com.bankframe.ei.txnhandler.dataformat.jdbc   
com.bankframe.ei.txnhandler.dataformat.xml   
com.bankframe.ei.txnhandler.hostcache   
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.responseindex   
com.bankframe.ei.txnhandler.impl.tierfield   
com.bankframe.ei.txnhandler.impl.transactionidentifier   
com.bankframe.ei.txnhandler.impl.transactionroute   
com.bankframe.ei.txnhandler.oldpersister   
com.bankframe.ei.txnhandler.persister   
com.bankframe.ei.txnhandler.sessionamendpersister   
com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.errortransaction   
com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction   
com.bankframe.ei.txnhandler.storeandforward.forwardtransaction   
com.bankframe.ei.txnhandler.storeandforward.impl   
com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations   
com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction   
com.bankframe.ei.txnhandler.storeandforward.impl.storequeue   
com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction   
com.bankframe.ei.txnhandler.storeandforward.storequeue   
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.ei.xml   
com.bankframe.ejb   
com.bankframe.ejb.bmp   
com.bankframe.ejb.extension   
com.bankframe.examples.bo.impl.account   
com.bankframe.examples.bo.impl.address   
com.bankframe.examples.bo.impl.customer   
com.bankframe.examples.bp.impl.accountsearch   
com.bankframe.examples.bp.impl.customersearch   
com.bankframe.examples.passthrough   
com.bankframe.fe.statemachine.ext.apploaders.bean   
com.bankframe.fe.ui   
com.bankframe.localization   
com.bankframe.services.accesscontrol   
com.bankframe.services.accesscontrol.administration.group   
com.bankframe.services.accesscontrol.administration.user   
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   
com.bankframe.services.authentication.ejb   
com.bankframe.services.authentication.ejb.user   
com.bankframe.services.authentication.ldap   
com.bankframe.services.cache   
com.bankframe.services.cache.indexmetadata.impl   
com.bankframe.services.devices   
com.bankframe.services.impl.audit   
com.bankframe.services.impl.audit.auditrecord   
com.bankframe.services.impl.audit.auditroute   
com.bankframe.services.impl.print   
com.bankframe.services.impl.sequencegenerator   
com.bankframe.services.mail   
com.bankframe.services.notification   
com.bankframe.services.notification.impl.notificationserver   
com.bankframe.services.notification.impl.registeredaddress   
com.bankframe.services.ping   
com.bankframe.services.requestrouter   
com.bankframe.services.route   
com.bankframe.services.route.administration   
com.bankframe.services.sessionmgmt   
com.bankframe.services.sessionmgmt.ejb.session   
com.bankframe.services.trace   
com.bankframe.util.text   
com.bankframe.validation   
 

Uses of DataPacket in com.bankframe
 

Methods in com.bankframe that return DataPacket
 DataPacket EonException.toDataPacket()
          This method returns a data packet that represents this exception.
abstract  DataPacket Constant.getConstants()
          This is the interface for all constants classes.
 

Uses of DataPacket in com.bankframe.bo
 

Subclasses of DataPacket in com.bankframe.bo
 class StructuredDataPacket
          Structured DataPacket, allows DataPackets to be nested within each other
 

Methods in com.bankframe.bo that return DataPacket
static DataPacket DataPacketUtils.createDataPacket(java.lang.String dataPacketName, java.lang.Object value)
          This method creates a DataPacket for returning single values.
static DataPacket DataPacket.append(DataPacket data, DataPacket dataToAppend)
          This method adds a datapacket's contents to another datapacket.
 

Methods in com.bankframe.bo with parameters of type DataPacket
static DataPacket DataPacket.append(DataPacket data, DataPacket dataToAppend)
          This method adds a datapacket's contents to another datapacket.
static DataPacket DataPacket.append(DataPacket data, DataPacket dataToAppend)
          This method adds a datapacket's contents to another datapacket.
 

Uses of DataPacket in com.bankframe.ei.channel.client
 

Methods in com.bankframe.ei.channel.client with parameters of type DataPacket
 java.util.Vector HttpClient.send(DataPacket dp)
          This is a convenience method to send a single DataPacket without having to wrap it in a Vector.
 

Uses of DataPacket in com.bankframe.ei.comms
 

Methods in com.bankframe.ei.comms that return DataPacket
static DataPacket ECommsManager.convertVectorPairsToDataPacket(java.util.Vector values)
          Deprecated. This method puts vector contents into a DataPacket It assumes every even element is a key and every odd element is a value.
 

Methods in com.bankframe.ei.comms with parameters of type DataPacket
 java.util.Vector ECommsManager.sendDataPacket(DataPacket data)
          Deprecated. This method processes the transaction sent to the comms Manager.
 java.util.Vector EXMLServletCommsManager.sendDataPacket(DataPacket data)
          Deprecated. This is a wrapper method for sending an XML Document to a client.
 java.util.Vector EHTTPServletCommsManager.sendDataPacket(DataPacket data)
          Deprecated. This method is reimplemented in this class because the response does not need to be unformatted
 

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

Methods in com.bankframe.ei.impl.txnhandler with parameters of type DataPacket
 java.util.Vector TransactionHandlerBean.processDataPacket(DataPacket data)
           
 

Uses of DataPacket in com.bankframe.ei.ldap
 

Methods in com.bankframe.ei.ldap that return DataPacket
 DataPacket LDAPEntityBean.toDataPacket()
          This method provides a default implementation of toDataPacket() by copying the values of each of the attributes to the dataPacket
 

Uses of DataPacket in com.bankframe.ei.txnhandler
 

Methods in com.bankframe.ei.txnhandler that return DataPacket
 DataPacket HostOfflineException.toDataPacket()
          This method returns a data packet that represents this exception.
 DataPacket HostProcessingErrorException.toDataPacket()
          This method returns a data packet that represents this exception.
 DataPacket TransactionDetails.getTxnData()
           
 DataPacket HostConnectivityException.toDataPacket()
          This method returns a data packet that represents this exception.
 

Methods in com.bankframe.ei.txnhandler with parameters of type DataPacket
 java.util.Map TransactionHandlerBean.processFindRequest(DataPacket txnData)
          This method is called for find operations only
 java.util.Vector TransactionHandlerBean.processRequest(DataPacket txnData)
          This method is called for all operations except finds
 java.util.Map TransactionHandlerBean.processSingleHostFindRequest(DataPacket txnData, java.lang.String txnCode, java.lang.String txnType, java.util.Vector allRoutes)
          This method will handle the processing of a single find request (i.e.
 java.util.Vector TransactionHandlerBean.processSingleHostRequest(DataPacket txnData, java.lang.String txnCode, java.lang.String txnType, java.util.Vector allRoutes)
          This method will handle the processing of a single non-find request (i.e.
 java.util.Map TransactionHandler.processFindRequest(DataPacket txnData)
          This method is called for find operations only
 java.util.Vector TransactionHandler.processRequest(DataPacket txnData)
          This method is called for all operations except finds.
 

Constructors in com.bankframe.ei.txnhandler with parameters of type DataPacket
TransactionDetails(DataPacket txnData, java.lang.String txnCode, java.lang.String txnType, DataFormat dataformat, java.lang.Object connection, boolean isAsync)
           
 

Uses of DataPacket in com.bankframe.ei.txnhandler.amend
 

Methods in com.bankframe.ei.txnhandler.amend with parameters of type DataPacket
static java.util.Vector SessionAmendHelper.amend(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData, java.util.Vector amendedPrimaryKeys)
          Deprecated. This method carries out the specified amend operation
 

Uses of DataPacket in com.bankframe.ei.txnhandler.broker
 

Methods in com.bankframe.ei.txnhandler.broker that return DataPacket
 DataPacket HostTransactionObject.toDataPacket()
          This interface method describes how to get the DataPacket representation of request from HTO for use in the TxnHandlerBroker
 DataPacket HostTransactionObjectImpl.toDataPacket()
           
 

Methods in com.bankframe.ei.txnhandler.broker with parameters of type DataPacket
static java.util.Vector TxnHandlerBroker.amend(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData, java.util.Vector amendedPrimaryKeys)
          This method carries out the specified amend operation
static java.util.Vector TxnHandlerBroker.find(java.lang.String ejbName, java.lang.String methodName, DataPacket data)
          This method carries out the specified find operation
 java.util.Vector TxnHandlerBrokerPersister.amend(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData, java.util.Vector amendedPrimaryKeys, boolean removeOperation)
          This method is used to update some or all attributes in the data store.
 java.util.Vector TxnHandlerBrokerPersister.find(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData)
          This method is used to find data in the data store.
 

Uses of DataPacket in com.bankframe.ei.txnhandler.dataformat
 

Methods in com.bankframe.ei.txnhandler.dataformat with parameters of type DataPacket
 java.lang.Object DataFormat.buildRequestTxn(DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
          This method converts a Data Packet request to a Host System format using a List of Transaction Fields.
 void DataFormat.toDataPacketsMap(java.lang.Object txnData, java.util.Map responseEntitiesMap, DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
          This method converts the Vector of Host System Txn Fields byte-array elements into a Map of Data Packets, this method is called by the txn handler method processFindRequest( )
 void DataFormat.toDataPacketsVector(java.lang.Object txnData, java.util.Vector responseEntitiesVector, DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
          This method converts the Vector of Host System Txn Fields byte-array elements into a Vector of result Data Packets, this method is called by the txn handler method processRequest( )
 

Uses of DataPacket in com.bankframe.ei.txnhandler.dataformat.basic
 

Methods in com.bankframe.ei.txnhandler.dataformat.basic with parameters of type DataPacket
 java.lang.Object BasicDataFormat.buildRequestTxn(DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
          This method converts a Data Packet request to a Host System format using a List of Transaction Fields.
 void BasicDataFormat.toDataPacketsMap(java.lang.Object txnData, java.util.Map entitiesMap, DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
          This method converts the Vector of Host System Txn Fields data elements into a Map of DataPackets, this method is called by the txn handler method processFindRequest( )
 void BasicDataFormat.toDataPacketsVector(java.lang.Object txnData, java.util.Vector responseEntitiesVector, DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
          This method converts the Vector of Host System Response into a Vector of result DataPackets, this method is called by the txn handler method processRequest( )
 

Uses of DataPacket in com.bankframe.ei.txnhandler.dataformat.jdbc
 

Methods in com.bankframe.ei.txnhandler.dataformat.jdbc with parameters of type DataPacket
 java.lang.Object JDBCDataFormat.buildRequestTxn(DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
           
 void JDBCDataFormat.toDataPacketsMap(java.lang.Object txnData, java.util.Map entitiesMap, DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
           
 void JDBCDataFormat.toDataPacketsVector(java.lang.Object txnData, java.util.Vector responseEntitiesVector, DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
          This method converts the Vector of Host System Response into a Vector of result DataPackets, this method is called by the txn handler method processRequest( )
 

Uses of DataPacket in com.bankframe.ei.txnhandler.dataformat.xml
 

Methods in com.bankframe.ei.txnhandler.dataformat.xml with parameters of type DataPacket
 java.lang.Object XMLDataFormat.buildRequestTxn(DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType)
          This method converts a Data Packet request to a Host System format using an XSL Stylesheet.
 

Uses of DataPacket in com.bankframe.ei.txnhandler.hostcache
 

Fields in com.bankframe.ei.txnhandler.hostcache declared as DataPacket
 DataPacket CacheStruct.dp
          Deprecated.  
 

Methods in com.bankframe.ei.txnhandler.hostcache that return DataPacket
 DataPacket SingleJvmCache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. This method retieves the value assoc.
 DataPacket Cache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. Retrieve a response from the cache by primary key.
 DataPacket MemoryCache2.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. This method retieves the value assoc.
 DataPacket DataBaseCache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. This method retrieves the value associated with the pk passed in.
 DataPacket TimeoutMemoryCache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated.  
 DataPacket MemoryCache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. This method retieves the value assoc.
 

Methods in com.bankframe.ei.txnhandler.hostcache with parameters of type DataPacket
 boolean SingleJvmCache.checkPrimaryKeyInCache(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated. This method checks the cache for the designated pk.
 int SingleJvmCache.findEntry(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated. This method finds the key in the cache.
 DataPacket SingleJvmCache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. This method retieves the value assoc.
 java.lang.String Encoder.encode(DataPacket dp)
          Deprecated. This method encodes a DataPacket into a String representation.
 boolean Cache.checkPrimaryKeyInCache(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated. This method checks to see if the specified key is in the cache.
 DataPacket Cache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. Retrieve a response from the cache by primary key.
 boolean MemoryCache2.checkPrimaryKeyInCache(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated. This method checks the cache for the designated pk.
 int MemoryCache2.findEntry(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated. This method finds the key in the cache.
 DataPacket MemoryCache2.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. This method retieves the value assoc.
 boolean DataBaseCache.checkPrimaryKeyInCache(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated. This method checks for the primary key in the cache table.
 DataPacket DataBaseCache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. This method retrieves the value associated with the pk passed in.
 boolean TimeoutCache.checkPrimaryKeyInCache(DataPacket primaryKeyOfEntity)
          This method checks to see if the specified key is in the cache.
 java.lang.String OrderedEncoder.encode(DataPacket dp)
          Deprecated. The Ordered Encoder.
 java.lang.String StringEncoder.encode(DataPacket dp)
          Deprecated. The Default Encoder.
 boolean TimeoutMemoryCache.checkPrimaryKeyInCache(DataPacket primaryKeyOfEntity)
          Deprecated. This method checks to see if the specified key is in the cache.
 boolean TimeoutMemoryCache.checkPrimaryKeyInCache(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated.  
 DataPacket TimeoutMemoryCache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated.  
 boolean MemoryCache.checkPrimaryKeyInCache(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated. This method checks the cache for the designated pk.
 int MemoryCache.findEntry(DataPacket primaryKeyOfEntity, long timeOutValue)
          Deprecated. This method finds the key in the cache.
 DataPacket MemoryCache.retrieve(DataPacket primaryKeyOfEntity)
          Deprecated. This method retieves the value assoc.
 

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

Methods in com.bankframe.ei.txnhandler.impl.destination that return DataPacket
 DataPacket DestinationPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 DataPacket DestinationImplt.toDataPacket()
          This method returns this Bean's contents as a DataPacket.
 DataPacket DestinationBean.toDataPacket()
          This method converts this Destination's data to a DataPacket
 

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

Methods in com.bankframe.ei.txnhandler.impl.destinationejbmap that return DataPacket
 DataPacket DestinationEjbMapBean.toDataPacket()
          This method converts this entiy to a DataPacket.
 DataPacket DestinationEjbMapPK.toDataPacket()
          This method converts this primary key to a DataPacket.
 

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

Methods in com.bankframe.ei.txnhandler.impl.eabtransactionfield that return DataPacket
 DataPacket EABTransactionFieldImplt.toDataPacket()
          This method Creates a datapacket
 DataPacket EABTransactionFieldBean.toDataPacket()
          This method Creates a datapacket
 

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

Methods in com.bankframe.ei.txnhandler.impl.persistertxnmap that return DataPacket
 DataPacket PersisterTxnMapPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 DataPacket PersisterTxnMapBean.toDataPacket()
          This method converts this entiy to a DataPacket.
 DataPacket PersisterTxnMapImplt.toDataPacket()
          This method Creates a datapacket
 

Uses of DataPacket in com.bankframe.ei.txnhandler.impl.responseindex
 

Methods in com.bankframe.ei.txnhandler.impl.responseindex that return DataPacket
 DataPacket ResponseIndexPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 DataPacket ResponseIndexImplt.toDataPacket()
          This method converts this entity to a DataPacket.
 DataPacket ResponseIndexBean.toDataPacket()
          This method converts this entity to a DataPacket.
 

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

Methods in com.bankframe.ei.txnhandler.impl.tierfield that return DataPacket
 DataPacket TierFieldImplt.toDataPacket()
          This method Creates a datapacket
 DataPacket TierFieldBean.toDataPacket()
          This method Creates a datapacket
 

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

Methods in com.bankframe.ei.txnhandler.impl.transactionidentifier that return DataPacket
 DataPacket TransactionIdentifierPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 DataPacket TransactionIdentifierBean.toDataPacket()
          This method converts this Destination's data to a DataPacket
 

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

Methods in com.bankframe.ei.txnhandler.impl.transactionroute that return DataPacket
 DataPacket TransactionRouteBean.toDataPacket()
          This method converts transaction route data to DataPacket
 DataPacket TransactionRoutePK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 DataPacket TransactionRouteImplt.toDataPacket()
          This method converts transaction route data to DataPacket
 

Uses of DataPacket in com.bankframe.ei.txnhandler.oldpersister
 

Methods in com.bankframe.ei.txnhandler.oldpersister with parameters of type DataPacket
 java.util.Enumeration TxnPersister.find(EBMPEntity entityBean, java.lang.String methodName, DataPacket finderData)
          Deprecated. This method is used to find an entity in the data store
 void TxnPersister.amend(EBMPEntity entityBean, java.lang.String methodName, DataPacket amendData)
          Deprecated. This method is used to update some or all attributes in the data store using the specified amendData rather that the entityBean's attributes
 void TxnPersister.amend(EBMPEntity entityBean, java.lang.String methodName, DataPacket amendData, boolean removeOperation)
          Deprecated. This method is used to update some or all attributes in the data store using the specified amendData rather that the entityBean's attributes
 void TxnPersister.removeListFromCache(DataPacket dataPacket)
          Deprecated. Needed by the interface, empty implementation here
 

Uses of DataPacket in com.bankframe.ei.txnhandler.persister
 

Methods in com.bankframe.ei.txnhandler.persister with parameters of type DataPacket
 java.util.Enumeration CacheIndexPersister.find(EBMPEntity entityBean, java.lang.String methodName, DataPacket finderData)
          This method is used to find an entity in the data store.
 java.util.Vector CacheIndexPersister.amend(java.lang.String ejbName, java.lang.String methodName, DataPacket data, java.util.Vector primaryKeys, boolean removeOperation)
          This method is used to update some or all attributes in the data store.
 java.util.Vector StoreAndForwardPersister.amend(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData, java.util.Vector amendedPrimaryKeys, boolean removeOperation)
          This method is used to update some or all attributes in the data store.
 void StoreMasterEntityPersister.amend(EBMPEntity entityBean, java.lang.String methodName, DataPacket data)
          This method is used to update some or all attributes in the data store
 java.util.Enumeration StoreMasterEntityPersister.find(EBMPEntity entityBean, java.lang.String methodName, DataPacket finderData)
          This method is used to find an entity in the data store
 void TxnPersister.amend(EBMPEntity entityBean, java.lang.String methodName, DataPacket amendData)
          This method is used to update some or all attributes in the data store using the specified amendData rather that the entityBean's attributes
 java.util.Vector TxnPersister.amend(java.lang.String ejbName, java.lang.String methodName, DataPacket data, java.util.Vector primaryKeys, boolean removeOperation)
          This method is used to update some or all attributes in the data store
 void TxnPersister.amend(EBMPEntity entityBean, java.lang.String methodName, DataPacket amendData, boolean removeOperation)
          This method is used to update some or all attributes in the data store using the specified amendData rather that the entityBean's attributes
 java.util.Enumeration TxnPersister.find(EBMPEntity entityBean, java.lang.String methodName, DataPacket finderData)
          This method is used to find an entity in the data store
 java.util.Vector TxnPersister.find(java.lang.String ejbName, java.lang.String methodName, DataPacket finderData)
          This method is used to find an entity in the data store
 java.util.Enumeration MasterEntityPersister.find(EBMPEntity entityBean, java.lang.String methodName, DataPacket finderData)
          This method is used to find an entity in the data store
 void MasterEntityPersister.amend(EBMPEntity entityBean, java.lang.String methodName, DataPacket data)
          This method is used to update some or all attributes in the data store
 

Uses of DataPacket in com.bankframe.ei.txnhandler.sessionamendpersister
 

Methods in com.bankframe.ei.txnhandler.sessionamendpersister with parameters of type DataPacket
 java.util.Vector TxnSessionAmendPersister.amend(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData, java.util.Vector amendedPrimaryKeys)
          Deprecated. This method carries out the specified amend operation
 java.util.Vector StoreAndForwardSessionAmendPersister.amend(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData, java.util.Vector amendedPrimaryKeys)
          Deprecated. This method carries out the specified amend operation
 

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

Methods in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.errortransaction that return DataPacket
 DataPacket ErrorTransactionPK.toDataPacket()
          This method converts this primary key to a DataPacket.
 DataPacket ErrorTransactionBean.toDataPacket()
          This method will give a DataPacket representation of this entity
 

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

Methods in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction that return DataPacket
 DataPacket SuccessfulTransactionPK.toDataPacket()
          This method will give a DataPacket representation of this primary key
 DataPacket SuccessfulTransactionBean.toDataPacket()
          This method will give a DataPacket representation of this entity
 

Uses of DataPacket in com.bankframe.ei.txnhandler.storeandforward.forwardtransaction
 

Methods in com.bankframe.ei.txnhandler.storeandforward.forwardtransaction that return DataPacket
 DataPacket ForwardTransaction.setMonitorStatus(int rate)
          This method will set the status of the host monitor.
 DataPacket ForwardTransaction.forwardAll(java.lang.String threadName)
          This method will forward all requests in the queue.
 DataPacket ForwardTransaction.forwardAll(java.lang.String threadName, int rate)
          This method will forward all requests in the queue.
 DataPacket ForwardTransaction.forwardSingle(java.lang.String threadName, int sequenceNumber)
          This method will forward an individual request from the queue
 DataPacket ForwardTransaction.forwardSubset(java.lang.String threadName, java.util.SortedSet transactions, int rate)
          This method will forward a subset of the store.
 DataPacket ForwardTransactionBean.forwardAll(java.lang.String threadName)
          This method will forward all requests in the queue.
 DataPacket ForwardTransactionBean.forwardAll(java.lang.String threadName, int delay)
          This method will forward all requests in the queue.
 DataPacket ForwardTransactionBean.forwardSingle(java.lang.String threadName, int sequenceNumber)
          This method will forward an individual request from the queue
 DataPacket ForwardTransactionBean.forwardSubset(java.lang.String threadName, java.util.SortedSet transactions, int delay)
          This method will forward a subset of the store.
 DataPacket ForwardTransactionBean.setMonitorStatus(int delay)
          This method will set the status of the host monitor.
 

Uses of DataPacket in com.bankframe.ei.txnhandler.storeandforward.impl
 

Methods in com.bankframe.ei.txnhandler.storeandforward.impl with parameters of type DataPacket
static void InternalStoreAndForwardUtils.addToStore(DataPacket txnData)
          This method adds a host request to the Store Queue.
 

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

Methods in com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations with parameters of type DataPacket
 java.util.Vector ForwardOperationsBean.processDataPacket(DataPacket data)
          This method accepts a DataPacket sent specifying a type of request that the forwarding session should do.
 

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

Methods in com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction with parameters of type DataPacket
 java.util.Vector ForwardTransactionBean.processDataPacket(DataPacket data)
          This method will be called by the requestRouter to process request for this EJB.
 

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

Methods in com.bankframe.ei.txnhandler.storeandforward.impl.storequeue with parameters of type DataPacket
 java.util.Vector StoreQueueBean.createStoredTransaction(DataPacket data)
          This method adds a new Transaction to the store queue.
 java.util.Vector StoreQueueBean.findAllStoredTransactions(DataPacket data)
          This method performs a lookup on the Store queue
 java.util.Vector StoreQueueBean.findStoredTransactionBySequenceNo(DataPacket data)
          This method performs a lookup on the Store queue by sequence number.
 java.util.Vector StoreQueueBean.findStoredTransactionsInTimePeriod(DataPacket data)
          This method performs a lookup on the Store queue by time period
 java.util.Vector StoreQueueBean.processDataPacket(DataPacket data)
          This method is called by the request router for any request with the route_id for the store queue.
 java.util.Vector StoreQueueBean.setOffline(DataPacket data)
          This method sets the host offline
 java.util.Vector StoreQueueBean.setOnline(DataPacket data)
          This method sets the host online
 

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

Methods in com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction that return DataPacket
 DataPacket StoreTransactionBean.toDataPacket()
          This method generates a DataPacket representation of the sotred transaction with the following format.
 DataPacket StoreTransactionPK.toDataPacket()
          This method converts this primary key to a DataPacket.
 

Uses of DataPacket in com.bankframe.ei.txnhandler.storeandforward.storequeue
 

Methods in com.bankframe.ei.txnhandler.storeandforward.storequeue that return DataPacket
 DataPacket StoreQueue.findNextStoredTransaction()
          This method will return the transaction at the head of the store queue
 DataPacket StoreQueue.findStoredTransactionBySequenceNo(int sequenceNo)
          This method performs a lookup on the Store queue by sequenceNo
 DataPacket StoreQueueBean.findNextStoredTransaction()
          This method will return the transaction at the head of the stored queue
 DataPacket StoreQueueBean.findStoredTransactionBySequenceNo(int sequenceNo)
          This method performs a lookup on the Store queue by sequenceNo
 

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

Methods in com.bankframe.ei.txnhandler.transactionlayout that return DataPacket
 DataPacket TransactionFieldBean.toDataPacket()
          This method returns this Bean's contents as a DataPacket.
 

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

Methods in com.bankframe.ei.txnhandler.transactionlayout.impl.request that return DataPacket
 DataPacket RequestTransactionFieldPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 DataPacket RequestTransactionFieldImplt.toDataPacket()
          This method converts RequestTransactionField to DataPacket
 

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

Methods in com.bankframe.ei.txnhandler.transactionlayout.impl.response that return DataPacket
 DataPacket ResponseTransactionFieldImplt.toDataPacket()
          This method converts ResponseTransactionField to DataPacket
 DataPacket ResponseTransactionFieldPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 

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

Methods in com.bankframe.ei.txnhandler.transactionresponse.errorcondition that return DataPacket
 DataPacket TransactionErrorCondition.toDataPacket()
          Convert transaction route data to DataPacket
 DataPacket TransactionErrorConditionImplt.toDataPacket()
          This method converts transaction error condition to DataPacket
 DataPacket TransactionErrorConditionBean.toDataPacket()
          Convert transaction error condition to DataPacket
 DataPacket TransactionErrorConditionPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 

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

Methods in com.bankframe.ei.txnhandler.transactionresponse.metadata that return DataPacket
 DataPacket MetaDataBean.toDataPacket()
          This method converts meta data to DataPacket
 DataPacket MetaDataPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 DataPacket MetaData.toDataPacket()
          Convert transaction route data to DataPacket
 DataPacket MetaDataImplt.toDataPacket()
          This method converts transaction response metadata to DataPacket
 

Uses of DataPacket in com.bankframe.ei.xml
 

Methods in com.bankframe.ei.xml that return DataPacket
 DataPacket DataPacketBuilder.parse(org.w3c.dom.Document doc)
          This method converts an XML Document that is in BankFrame XML format (BankFrameProcess.dtd), into a valid DataPacket object.
 

Methods in com.bankframe.ei.xml with parameters of type DataPacket
 org.w3c.dom.Document EDocumentBuilder.parse(DataPacket dp)
          This method parses a DataPacket into an XML Document object.
 

Uses of DataPacket in com.bankframe.ejb
 

Methods in com.bankframe.ejb that return DataPacket
 DataPacket EPrimaryKey.toDataPacket()
          This method converts this primary key's values to a DataPacket.
 DataPacket ProcessingErrorException.toDataPacket()
          This method returns a data packet that represents this exception.
 DataPacket EEntityRemote.toDataPacket()
          This method converts this object to a DataPacket.
 DataPacket EEntity.toDataPacket()
          This method returns a DataPacket representation of this Business Object.
abstract  DataPacket EEntityBean.toDataPacket()
          This method is the default implementation to convert to datapacket.
 DataPacket ValidationException.toDataPacket()
          Deprecated. This method returns a DataPacket that represents a Validation Exception.
 

Methods in com.bankframe.ejb with parameters of type DataPacket
abstract  java.util.Vector ESessionBean.processDataPacket(DataPacket data)
          This method processes a DataPacket.
abstract  void EBeanManagedEntityBean.fromDataPacket(DataPacket data)
          This method is the default implementation to convert from datapacket.
 java.util.Vector ESessionRemote.processDataPacket(DataPacket data)
          This method processes a DataPacket.
 java.util.Vector ESession.processDataPacket(DataPacket data)
          This method processes a singe DataPacket request.
 

Uses of DataPacket in com.bankframe.ejb.bmp
 

Methods in com.bankframe.ejb.bmp with parameters of type DataPacket
 void EPersister.amend(EBMPEntity entityBean, java.lang.String methodName, DataPacket amendData)
          This method is used to update some or all attributes in the data store using the specified amendData rather that the entityBean's attributes.
 java.util.Enumeration EPersister.find(EBMPEntity entityBean, java.lang.String methodName, DataPacket finderData)
          This method is used to find an entity in the data store.
 EPrimaryKey EBMPEntity.createPrimaryKey(DataPacket dp)
          This method creates a primary key instance from the information in the DataPacket.
 void EBMPEntity.populate(DataPacket dp)
          This method populates the attributes of the Entity Bean with the information in the DataPacket.
 java.util.Vector SessionAmendPersister.amend(java.lang.String entityBean, java.lang.String methodName, DataPacket amendData, java.util.Vector amendedPrimaryKeys)
          Deprecated. This method is used to update some or all attributes in the data store.
 

Uses of DataPacket in com.bankframe.ejb.extension
 

Methods in com.bankframe.ejb.extension that return DataPacket
abstract  DataPacket EEntityBean.toDataPacket()
          This method is the default implementation to convert to DataPacket.
 

Methods in com.bankframe.ejb.extension with parameters of type DataPacket
abstract  void Populator.populate(java.lang.Object item, DataPacket data)
          This method populates a given item with data
 

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

Methods in com.bankframe.examples.bo.impl.account that return DataPacket
 DataPacket AccountBean.toDataPacket()
          This method gets a DataPacket representing this Account bean.
 DataPacket AccountPK.toDataPacket()
          This method converts this primary key to a DataPacket.
 

Methods in com.bankframe.examples.bo.impl.account with parameters of type DataPacket
 EPrimaryKey AccountBMPBean.createPrimaryKey(DataPacket dp)
          This method creates a primary key instance from the specified data.
 void AccountBMPBean.populate(DataPacket dp)
          This method populates the attributes of the entity instance with the specified data.
 

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

Methods in com.bankframe.examples.bo.impl.address that return DataPacket
 DataPacket AddressBean.toDataPacket()
          This method converts an Address instance to a DataPacket.
 DataPacket AddressPK.toDataPacket()
          This method converts this primary key to a DataPacket.
 

Methods in com.bankframe.examples.bo.impl.address with parameters of type DataPacket
 EPrimaryKey AddressBMPBean.createPrimaryKey(DataPacket dp)
          This method creates a primary key instance from the specified data.
 void AddressBMPBean.populate(DataPacket dp)
          This method populates the attributes of the entity instance with the specified data.
 

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

Methods in com.bankframe.examples.bo.impl.customer that return DataPacket
 DataPacket CustomerPK.toDataPacket()
          This method creates a DataPacket that contains the information from this key.
 DataPacket CustomerBean.toDataPacket()
          This method converts a customer instance to a DataPacket.
 

Methods in com.bankframe.examples.bo.impl.customer with parameters of type DataPacket
 EPrimaryKey CustomerBMPBean.createPrimaryKey(DataPacket dp)
          This method builds a primary from a given DataPacket.
 void CustomerBMPBean.populate(DataPacket dp)
          This method populates the attributes of the entity instance with the specified data.
 

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

Methods in com.bankframe.examples.bp.impl.accountsearch with parameters of type DataPacket
 java.util.Vector AccountSearchBean.processDataPacket(DataPacket data)
          Processes a request DataPacket and delegates it to the appropriate method.
 

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

Methods in com.bankframe.examples.bp.impl.customersearch with parameters of type DataPacket
 java.util.Vector CustomerSearchBean.amendCustomer(DataPacket data)
          This method amends all the details of the specified customer.
 java.util.Vector CustomerSearchBean.txnHandlerBrokerAmendCustomer(DataPacket data)
          This method amends all the details of the specified customer using TxnHandlerBroker.
 java.util.Vector CustomerSearchBean.txnHandlerBrokerAmendCustomerAddress(DataPacket data)
          This method amends the address details of the specified customer using TxnHandlerBroker If TxnHandlerBroker.amend() returns a Vector with DataPacket attribute STATUS = OK then return the amended datapacket values.
 java.util.Vector CustomerSearchBean.amendCustomerAddress(DataPacket data)
          This method amends the address details of the specified customer.
 java.util.Vector CustomerSearchBean.findCustomersByLastName(DataPacket data)
          This method retrieves all Customer entities with the specified last name.
 java.util.Vector CustomerSearchBean.getCustomer(DataPacket data)
          This method retrieves the Customer entity for the specified ownerId.
 java.util.Vector CustomerSearchBean.getCustomerAddress(DataPacket data)
          This method retrieves the Address entity associated with the specified Customer
 java.util.Vector CustomerSearchBean.processDataPacket(DataPacket data)
          This method processes a request DataPacket and delegates it to the appropriate method.
 java.util.Vector CustomerSearchBean.findCustomersByFirstName(DataPacket data)
          This method retrieves all Customer entities with the specified first name.
 

Uses of DataPacket in com.bankframe.examples.passthrough
 

Methods in com.bankframe.examples.passthrough with parameters of type DataPacket
 java.util.Vector PassThroughBean.processDataPacket(DataPacket data)
           
 void PassThroughBean.logDataPacket(DataPacket dp)
           
 

Uses of DataPacket in com.bankframe.fe.statemachine.ext.apploaders.bean
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.bean that return DataPacket
static DataPacket CommonRequestItems.addCommonFields(DataPacket request, Inputs inputs)
           
static DataPacket CommonRequestItems.addSessionId(DataPacket request, Inputs inputs)
           
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.bean with parameters of type DataPacket
static DataPacket CommonRequestItems.addCommonFields(DataPacket request, Inputs inputs)
           
static DataPacket CommonRequestItems.addSessionId(DataPacket request, Inputs inputs)
           
 

Uses of DataPacket in com.bankframe.fe.ui
 

Methods in com.bankframe.fe.ui that return DataPacket
 DataPacket EPanelContainer.getMessageBuffer()
          This method gets the messageBuffer DataPacket object.
 

Methods in com.bankframe.fe.ui with parameters of type DataPacket
 java.util.Vector EPanelContainer.sendCommsMessage(DataPacket data)
          This method send DataPacket to the server using the comms manager.
 

Uses of DataPacket in com.bankframe.localization
 

Methods in com.bankframe.localization that return DataPacket
 DataPacket BankFrameException.toDataPacket()
          This method converts the exception to a DataPacket
 DataPacket BankFrameRuntimeException.toDataPacket()
          This method converts the exception to a DataPacket.
 DataPacket BankFrameMessage.toDataPacket(DataPacket data)
          This method converts a BankFrameMessage to a DataPacket.
 

Methods in com.bankframe.localization with parameters of type DataPacket
static boolean BankFrameMessageUtils.containsBankFrameMessage(DataPacket data)
          This method checks if the specified DataPacket contains a BankFrameMessage.
static BankFrameMessage BankFrameMessageUtils.parseDataPacket(DataPacket data)
          This method converts a DataPacket to a BankFrameMessage.
static java.lang.String BankFrameMessageUtils.toString(DataPacket bankframeMessageDataPacket, java.util.Locale locale)
          This method converts a DataPacket containing BankFrameMessage data to a localized String using the specified locale
 void BankFrameMessage.fromDataPacket(DataPacket data)
          This method initialises a BankFrameMessage from the information in the supplied DataPacket.
 DataPacket BankFrameMessage.toDataPacket(DataPacket data)
          This method converts a BankFrameMessage to a DataPacket.
 

Constructors in com.bankframe.localization with parameters of type DataPacket
BankFrameMessage(DataPacket bankframeMessageDataPacket)
          Constructor.
 

Uses of DataPacket in com.bankframe.services.accesscontrol
 

Methods in com.bankframe.services.accesscontrol that return DataPacket
 DataPacket AccessControlException.toDataPacket()
          This method returns a DataPacket that represents this exception.
 

Methods in com.bankframe.services.accesscontrol with parameters of type DataPacket
 java.util.Vector AccessControlBean.processDataPacket(DataPacket data)
          Thie method processes the data packet validating the access rights of the user.
 

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

Methods in com.bankframe.services.accesscontrol.administration.group with parameters of type DataPacket
 java.util.Vector GroupAdministrationBean.processDataPacket(DataPacket data)
          This method is the Interface to the client.
 

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

Methods in com.bankframe.services.accesscontrol.administration.user with parameters of type DataPacket
 java.util.Vector UserAdministrationBean.processDataPacket(DataPacket data)
          This method is the interface to the client.
 

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

Methods in com.bankframe.services.accesscontrol.ejb.group that return DataPacket
 DataPacket EJBGroupBean.toDataPacket()
          This method gets this bean's instance variables in DataPacket format.
 DataPacket EJBGroup.toDataPacket()
          This method returns the group details in datapacket format.
 

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

Methods in com.bankframe.services.accesscontrol.ejb.groupmembers that return DataPacket
 DataPacket EJBGroupMember.toDataPacket()
          This method return the details of an instance of an EJBGroupMemberBean in a DataPacket format.
 DataPacket EJBGroupMemberBean.toDataPacket()
          This method returns this bean's instance variables in a DataPacket format.
 

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

Methods in com.bankframe.services.accesscontrol.ejb.grouppermission that return DataPacket
 DataPacket EJBGroupPermission.toDataPacket()
          This method returns the details of an instance of an EJBGroupPermissionBean in dataPacket format.
 DataPacket EJBGroupPermissionBean.toDataPacket()
          This method returns this bean's instance variables in DataPacket format.
 

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

Methods in com.bankframe.services.accesscontrol.ejb.userpermission that return DataPacket
 DataPacket EJBUserPermission.toDataPacket()
          This method returns the details of an instance of an EJBUserPermissionBean in DataPacket format.
 DataPacket EJBUserPermissionBean.toDataPacket()
          This method returns this bean's instance variables in DataPacket format.
 

Uses of DataPacket in com.bankframe.services.authentication
 

Methods in com.bankframe.services.authentication that return DataPacket
 DataPacket AuthenticationException.toDataPacket()
          This method returns a DataPacket that represents this exception.
 

Methods in com.bankframe.services.authentication with parameters of type DataPacket
 java.util.Vector Authentication.processLogoff(DataPacket data)
          This method processes a logoff request.
 java.util.Vector Authentication.processLogon(DataPacket data)
          This method processes a logon request.
 java.util.Vector AuthenticationBean.processDataPacket(DataPacket data)
          This method checks if the incoming request is a logon or logoff request and passes the request on to processLogon() or processLogoff(), as appropriate.
abstract  java.util.Vector AuthenticationBean.processLogoff(DataPacket data)
          This method is called whenever a user attempts to logoff.
abstract  java.util.Vector AuthenticationBean.processLogon(DataPacket data)
          This method is responsible for retrieving the authentication information from the DataPacket passed in and verifying that the information is correct.
static boolean AuthenticationUtils.checkIsLogoffPacket(DataPacket dp)
          This method checks if a DataPacket is a logoff request.
static boolean AuthenticationUtils.checkIsLogonPacket(DataPacket dp)
          This method checks if the DataPacket is a logon request.
static java.lang.String AuthenticationUtils.getUserId(DataPacket dp)
          This method gets the userId field from a DataPacket (if it is present).
static void AuthenticationUtils.makeLogoffPacket(DataPacket dp, java.lang.String sessionId)
          This method adds the data necessary for a logoff request to the specified DataPacket.
static void AuthenticationUtils.makeLogonPacket(DataPacket dp)
          This method adds the data necessary for a logon request to the specified DataPacket.
static void AuthenticationUtils.putUserId(DataPacket dp, java.lang.String userId)
          This method puts a userId field into a DataPacket.
 

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

Methods in com.bankframe.services.authentication.ejb with parameters of type DataPacket
 java.util.Vector EJBUserAuthenticationBean.processLogoff(DataPacket data)
          This method processes a request for a logoff.
 java.util.Vector EJBUserAuthenticationBean.processLogon(DataPacket data)
          This method pocesses a Logon for a user.
 

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

Methods in com.bankframe.services.authentication.ejb.user that return DataPacket
 DataPacket EJBUserBean.toDataPacket()
          This method convert the results into a DataPacket format.
 DataPacket EJBUser.toDataPacket()
          This method return all the details for this user in the form of a DataPacket.
 

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

Methods in com.bankframe.services.authentication.ldap with parameters of type DataPacket
 java.util.Vector LDAPAuthenticationBean.processLogoff(DataPacket data)
          This method processes a logoff request.
 java.util.Vector LDAPAuthenticationBean.processLogon(DataPacket data)
          This method gpocesses a Logon for a user.
 

Uses of DataPacket in com.bankframe.services.cache
 

Methods in com.bankframe.services.cache with parameters of type DataPacket
 void CacheIndexer.setIndexStructure(DataPacket indexStructure)
           
 void CacheIndex.setIndexStructure(DataPacket indexStructure)
           
 

Constructors in com.bankframe.services.cache with parameters of type DataPacket
CacheIndex(Cache cache, DataPacket structure)
          Constructor for CacheIndex.
 

Uses of DataPacket in com.bankframe.services.cache.indexmetadata.impl
 

Methods in com.bankframe.services.cache.indexmetadata.impl that return DataPacket
 DataPacket IndexMetaDataPK.toDataPacket()
          This method converts this primary-key's values to a DataPacket
 DataPacket IndexMetaDataImplt.toDataPacket()
           
 DataPacket IndexMetaDataBean.toDataPacket()
          This method converts this objects values to a DataPacket
 

Uses of DataPacket in com.bankframe.services.devices
 

Methods in com.bankframe.services.devices that return DataPacket
 DataPacket DeviceException.toDataPacket()
          This method returns a data packet that represents this exception.
 

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

Methods in com.bankframe.services.impl.audit with parameters of type DataPacket
 java.util.Vector AuditBean.addAuditRoute(DataPacket data)
           
 java.util.Vector AuditBean.deleteAuditRoute(DataPacket data)
           
 java.util.Vector AuditBean.processDataPacket(DataPacket data)
           
 

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

Methods in com.bankframe.services.impl.audit.auditrecord that return DataPacket
 DataPacket AuditRecordBean.toDataPacket()
           
 DataPacket AuditRecordPK.toDataPacket()
           
 

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

Methods in com.bankframe.services.impl.audit.auditroute that return DataPacket
 DataPacket AuditRouteBean.toDataPacket()
           
 DataPacket AuditRoutePK.toDataPacket()
           
 

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

Methods in com.bankframe.services.impl.print with parameters of type DataPacket
 java.util.Vector PrintBean.processDataPacket(DataPacket data)
          This method processes a single DataPacket request
 

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

Methods in com.bankframe.services.impl.sequencegenerator that return DataPacket
 DataPacket SequenceGeneratorBean.toDataPacket()
           
 DataPacket SequenceGeneratorPK.toDataPacket()
           
 

Uses of DataPacket in com.bankframe.services.mail
 

Methods in com.bankframe.services.mail with parameters of type DataPacket
 java.util.Vector SendMailBean.processDataPacket(DataPacket data)
          The processDataPacket method is responsible for handling a DataPacket that contains a request to send an email.
 

Uses of DataPacket in com.bankframe.services.notification
 

Methods in com.bankframe.services.notification that return DataPacket
 DataPacket Node.toDataPacket()
          Returns a datapacket representation of the node class
 

Constructors in com.bankframe.services.notification with parameters of type DataPacket
Node(DataPacket thisPacket)
          This constructor is a convenient constructor allowing for the creation of a Node directly from a datapacket
 

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

Methods in com.bankframe.services.notification.impl.notificationserver with parameters of type DataPacket
 java.util.Vector NotificationServerSessionBean.processDataPacket(DataPacket dataPacket)
          This method processes the datapackets.
 java.util.Vector NotificationServerBean.processDataPacket(DataPacket data)
          This method processes the data packet
 

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

Methods in com.bankframe.services.notification.impl.registeredaddress that return DataPacket
 DataPacket RegisteredAddressPK.toDataPacket()
          This method creates a datapacket from the pk
 DataPacket RegisteredAddressBean.toDataPacket()
          This method creates the RegisteredAddress DataPacket
 

Uses of DataPacket in com.bankframe.services.ping
 

Methods in com.bankframe.services.ping with parameters of type DataPacket
 java.util.Vector PingBean.processDataPacket(DataPacket data)
          This method processes DataPackets.
 

Uses of DataPacket in com.bankframe.services.requestrouter
 

Methods in com.bankframe.services.requestrouter that return DataPacket
 DataPacket RequestRouterException.toDataPacket()
          This method converts the Exception to a DataPacket representation.
 

Methods in com.bankframe.services.requestrouter with parameters of type DataPacket
 java.util.Vector RequestRouterBean.processDataPacket(DataPacket dataPacket)
          This method is called whenever a DataPacket needs to be routed to a BankFrame EJB.
static java.util.Vector RequestRouterUtils.processDataPacket(DataPacket dataPacket)
          This method routes a request to the destination EJB.
 

Uses of DataPacket in com.bankframe.services.route
 

Methods in com.bankframe.services.route that return DataPacket
 DataPacket RouteBean.toDataPacket()
          Convert the results into a DataPacket format.
 DataPacket RoutePK.toDataPacket()
           
 DataPacket CachedRoute.toDataPacket()
          This method will put the instance variables of a route entity in DataPacket format.
 

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

Methods in com.bankframe.services.route.administration with parameters of type DataPacket
 java.util.Vector RouteAdministrationBean.processDataPacket(DataPacket data)
          The method is the Interface to the client.
 

Uses of DataPacket in com.bankframe.services.sessionmgmt
 

Methods in com.bankframe.services.sessionmgmt that return DataPacket
 DataPacket InvalidSessionException.toDataPacket()
          Return a data packet that represents this exception.
 

Methods in com.bankframe.services.sessionmgmt with parameters of type DataPacket
static java.lang.String SessionManagementUtils.getLogoffSessionId(DataPacket dp)
          Logoff requests contain the sessionId in a different field.
static java.lang.String SessionManagementUtils.getSessionId(DataPacket dp)
          Retrieve the sessionId from a DataPacket ( if present )
static void SessionManagementUtils.putSessionId(DataPacket dp, java.lang.String sessionId)
          Add a sessionId to the specified DataPacket
 java.util.Vector SessionManagementBean.processDataPacket(DataPacket data)
          This method will process a Data Packet.
 

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

Methods in com.bankframe.services.sessionmgmt.ejb.session that return DataPacket
 DataPacket EJBBankFrameSessionBean.toDataPacket()
          Convert the entity bean attributes to a DataPacket
 

Uses of DataPacket in com.bankframe.services.trace
 

Methods in com.bankframe.services.trace that return DataPacket
 DataPacket TimingPoint.toDataPacket()
          Convienience method for converting the timing point into a DataPacket
 

Uses of DataPacket in com.bankframe.util.text
 

Methods in com.bankframe.util.text with parameters of type DataPacket
static java.lang.String EonMessageFormat.format(java.lang.String pattern, DataPacket data)
           
 

Uses of DataPacket in com.bankframe.validation
 

Methods in com.bankframe.validation that return DataPacket
 DataPacket ValidationException.toDataPacket()
          Return a data packet that represents a Validation Exception.
 



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