public interface AuctionMgmt
| Modifier and Type | Method and Description |
|---|---|
void |
cancelTimers() |
int |
checkAuction() |
void |
closeBidding(long itemId) |
List<AuctionItem> |
getItems(int index,
int count) |
Bid |
getWinningBid(long itemId) |
void |
initTimers(long delay) |
void |
initTimers(ScheduleExpression schedule) |
void |
removeBid(long bidId) |
void |
removeItem(long id) |
void closeBidding(long itemId)
throws MarketException
MarketExceptionBid getWinningBid(long itemId) throws MarketException
MarketExceptionint checkAuction()
throws MarketException
MarketExceptionvoid removeBid(long bidId)
throws MarketException
MarketExceptionvoid removeItem(long id)
throws MarketException
MarketExceptionList<AuctionItem> getItems(int index, int count) throws MarketException
MarketExceptionvoid initTimers(long delay)
void initTimers(ScheduleExpression schedule)
void cancelTimers()
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.