cz.cuni.amis.pogamut.ut2004.server.impl
Class UT2004Server.MapChangeFuture
java.lang.Object
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
- All Implemented Interfaces:
- Future<Boolean>
- Enclosing class:
- UT2004Server
public class UT2004Server.MapChangeFuture
- extends Object
- implements Future<Boolean>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UT2004Server.MapChangeFuture
protected UT2004Server.MapChangeFuture()
restartServer
public void restartServer()
cancel
public boolean cancel(boolean arg0)
- Specified by:
cancel in interface Future<Boolean>
get
public Boolean get()
- Specified by:
get in interface Future<Boolean>
get
public Boolean get(long arg0,
TimeUnit arg1)
- Specified by:
get in interface Future<Boolean>
isCancelled
public boolean isCancelled()
- Specified by:
isCancelled in interface Future<Boolean>
isDone
public boolean isDone()
- Specified by:
isDone in interface Future<Boolean>
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.