com.bankframe.ei.txnhandler.storeandforward.impl.storequeue
Class StoreQueueSessionBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.storeandforward.storequeue.StoreQueueBean
      extended bycom.bankframe.ei.txnhandler.storeandforward.impl.storequeue.StoreQueueBean
          extended bycom.bankframe.ei.txnhandler.storeandforward.impl.storequeue.StoreQueueSessionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, ESession, java.io.Serializable, javax.ejb.SessionBean

public class StoreQueueSessionBean
extends StoreQueueBean
implements javax.ejb.SessionBean

The StoreQueueSessionBean class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
StoreQueueSessionBean()
          Default constructor.
 
Method Summary
 void ejbActivate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 
Methods inherited from class com.bankframe.ei.txnhandler.storeandforward.impl.storequeue.StoreQueueBean
createStoredTransaction, ejbCreate, findAllStoredTransactions, findStoredTransactionBySequenceNo, findStoredTransactionsInTimePeriod, getAllErrorTransactions, getAllStoredTransactions, getAllSuccessfulTransactions, getNextStoredTransactionBatch, processDataPacket, processDataPackets, removeFromCompleted, removeFromError, setOffline, setOnline
 
Methods inherited from class com.bankframe.ei.txnhandler.storeandforward.storequeue.StoreQueueBean
addTransactionToCompleted, addTransactionToError, createStoredTransaction, findAllErrorTransactions, findAllStoredTransactions, findAllSuccessfulTransactions, findNextStoredTransaction, findStoredTransactionBySequenceNo, findStoredTransactionsInTimePeriod, isStoreEmpty, nextStoredTransactionBatch, removeTransactionFromError, removeTransactionFromSuccessful, setOffline, setOnline
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreQueueSessionBean

public StoreQueueSessionBean()
Default constructor.

Method Detail

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
Specified by:
setSessionContext in interface javax.ejb.SessionBean


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