public class Auctioneer extends java.lang.Object implements IAuctioneer
| Modifier and Type | Field and Description |
|---|---|
long |
timeout |
| Constructor and Description |
|---|
Auctioneer(long timeout,
java.util.concurrent.ExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<AuctionResult> |
runAuction(Auction auction) |
public Auctioneer(long timeout,
java.util.concurrent.ExecutorService executor)
public java.util.concurrent.Future<AuctionResult> runAuction(Auction auction)
runAuction in interface IAuctioneer