public interface CloseAuctionCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| static java.lang.String | defaultCommandClassName
The default implementation class name.
|
| static java.lang.String | NAME
The full class name for this interface file.
|
| Modifier and Type | Method and Description |
|---|---|
| java.util.Vector | getWinningBids()
Returns a vector of winning bids (as BidAccessBean).
|
| void | setAuctionAccessBean(AuctionAccessBean aBean)
Interface method to set auction access bean.
|
| void | setAuctionReferenceNumber(java.lang.Long s)
Interface method to set auction reference number (also known as auction ID).
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.util.Vector getWinningBids()
void setAuctionAccessBean(AuctionAccessBean aBean) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.CreateException
void setAuctionReferenceNumber(java.lang.Long s)
throws javax.ejb.FinderException,
java.rmi.RemoteException,
javax.naming.NamingException,
javax.ejb.CreateException