ftex.transaction
Class TransactionBean

java.lang.Object
  extended byftex.transaction.TransactionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public abstract class TransactionBean
extends java.lang.Object
implements javax.ejb.EntityBean

See Also:
Serialized Form

Constructor Summary
TransactionBean()
           
 
Method Summary
 void ejbActivate()
           
 java.lang.Object ejbCreate(java.lang.String inBuyer, java.lang.String inSeller, java.lang.String inSymbol, java.lang.Integer inQuantity, java.lang.Double inPrice)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(java.lang.String inBuyer, java.lang.String inSeller, java.lang.String inSymbol, java.lang.Integer inQuantity, java.lang.Double inPrice)
           
 void ejbRemove()
           
 void ejbStore()
           
abstract  java.lang.String getBuyer()
           
abstract  java.lang.Double getPrice()
           
abstract  java.lang.Integer getQuantity()
           
abstract  java.lang.String getSeller()
           
abstract  java.lang.String getSymbol()
           
abstract  java.lang.String getTime()
           
abstract  java.lang.Integer getTransactionID()
           
abstract  void setBuyer(java.lang.String value)
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setPrice(java.lang.Double value)
           
abstract  void setQuantity(java.lang.Integer value)
           
abstract  void setSeller(java.lang.String value)
           
abstract  void setSymbol(java.lang.String value)
           
abstract  void setTime(java.lang.String value)
           
abstract  void setTransactionID(java.lang.Integer value)
           
 void unsetEntityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionBean

public TransactionBean()
Method Detail

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
                      throws javax.ejb.EJBException,
                             java.rmi.RemoteException
Specified by:
setEntityContext in interface javax.ejb.EntityBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

unsetEntityContext

public void unsetEntityContext()
                        throws javax.ejb.EJBException,
                               java.rmi.RemoteException
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException,
                      javax.ejb.EJBException,
                      java.rmi.RemoteException
Specified by:
ejbRemove in interface javax.ejb.EntityBean
Throws:
javax.ejb.RemoveException
javax.ejb.EJBException
java.rmi.RemoteException

ejbActivate

public void ejbActivate()
                 throws javax.ejb.EJBException,
                        java.rmi.RemoteException
Specified by:
ejbActivate in interface javax.ejb.EntityBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbPassivate

public void ejbPassivate()
                  throws javax.ejb.EJBException,
                         java.rmi.RemoteException
Specified by:
ejbPassivate in interface javax.ejb.EntityBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbLoad

public void ejbLoad()
             throws javax.ejb.EJBException,
                    java.rmi.RemoteException
Specified by:
ejbLoad in interface javax.ejb.EntityBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbStore

public void ejbStore()
              throws javax.ejb.EJBException,
                     java.rmi.RemoteException
Specified by:
ejbStore in interface javax.ejb.EntityBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

getBuyer

public abstract java.lang.String getBuyer()

setBuyer

public abstract void setBuyer(java.lang.String value)

getSeller

public abstract java.lang.String getSeller()

setSeller

public abstract void setSeller(java.lang.String value)

getSymbol

public abstract java.lang.String getSymbol()

setSymbol

public abstract void setSymbol(java.lang.String value)

getQuantity

public abstract java.lang.Integer getQuantity()

setQuantity

public abstract void setQuantity(java.lang.Integer value)

getPrice

public abstract java.lang.Double getPrice()

setPrice

public abstract void setPrice(java.lang.Double value)

getTransactionID

public abstract java.lang.Integer getTransactionID()

setTransactionID

public abstract void setTransactionID(java.lang.Integer value)

setTime

public abstract void setTime(java.lang.String value)

getTime

public abstract java.lang.String getTime()

ejbCreate

public java.lang.Object ejbCreate(java.lang.String inBuyer,
                                  java.lang.String inSeller,
                                  java.lang.String inSymbol,
                                  java.lang.Integer inQuantity,
                                  java.lang.Double inPrice)
                           throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(java.lang.String inBuyer,
                          java.lang.String inSeller,
                          java.lang.String inSymbol,
                          java.lang.Integer inQuantity,
                          java.lang.Double inPrice)
                   throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException