Interface for the command that determines the winners for an auction.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright statement. |
static java.lang.String |
defaultCommandClassName The default implementation class name. |
static java.lang.String |
NAME The full class name for this interface file. |
Method Summary | |
---|---|
java.util.Vector |
getWinningBids() Gets the vector of winning bids. |
void |
setAuctionAccessBean(AuctionAccessBean i) Set the auction access bean. |
void |
setAuctionReferenceNumber(java.lang.Long i) Set the auction ID |
void |
setItemReferenceNumber(java.lang.Long i)
Sets the item(product) reference number. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public java.util.Vector getWinningBids()
public void setAuctionAccessBean(AuctionAccessBean i) throws FinderException, java.rmi.RemoteException, javax.naming.NamingException, CreateException
i
- The auction access bean.FinderException
java.rmi.RemoteException
javax.naming.NamingException
CreateException
public void setAuctionReferenceNumber(java.lang.Long i) throws FinderException, java.rmi.RemoteException, javax.naming.NamingException, CreateException
i
- The auction ID.FinderException
java.rmi.RemoteException
javax.naming.NamingException
CreateException
public void setItemReferenceNumber(java.lang.Long i)
i
- The item(product) reference number.