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
MarketException
Bid getWinningBid(long itemId) throws MarketException
MarketException
int checkAuction() throws MarketException
MarketException
void removeBid(long bidId) throws MarketException
MarketException
void removeItem(long id) throws MarketException
MarketException
List<AuctionItem> getItems(int index, int count) throws MarketException
MarketException
void initTimers(long delay)
void initTimers(ScheduleExpression schedule)
void cancelTimers()
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.