ftex.transaction
Interface TransactionHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface TransactionHome
- extends javax.ejb.EJBHome
Home interface for Transaction.
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
COMP_NAME
public static final java.lang.String COMP_NAME
- See Also:
- Constant Field Values
JNDI_NAME
public static final java.lang.String JNDI_NAME
- See Also:
- Constant Field Values
create
public Transaction create(java.lang.String inBuyer,
java.lang.String inSeller,
java.lang.String inSymbol,
java.lang.Integer inQuantity,
java.lang.Double inPrice)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Throws:
javax.ejb.CreateException
java.rmi.RemoteException
findByPrimaryKey
public Transaction findByPrimaryKey(java.lang.Object pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Throws:
javax.ejb.FinderException
java.rmi.RemoteException
findByClientID
public java.util.Collection findByClientID(java.lang.String clientID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Throws:
javax.ejb.FinderException
java.rmi.RemoteException