Example 4 - Bid Interface
    public interface Bid extends EJBObject 
        {
        public int getAmount() 
           throws RemoteException;
        public Calendar getBidDate() 
           throws RemoteException;
        }
            

Next Slide >>