ftex.transaction
Class TransactionBean
java.lang.Object
ftex.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionBean
public TransactionBean()
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