cz.cuni.amis.pogamut.udk.server.impl
Class UDKServer.MapChangeFuture

Package class diagram package UDKServer.MapChangeFuture
java.lang.Object
  extended by cz.cuni.amis.pogamut.udk.server.impl.UDKServer.MapChangeFuture
All Implemented Interfaces:
Future<Boolean>
Enclosing class:
UDKServer

public class UDKServer.MapChangeFuture
extends Object
implements Future<Boolean>


Constructor Summary
protected UDKServer.MapChangeFuture()
           
 
Method Summary
 boolean cancel(boolean arg0)
           
 Boolean get()
           
 Boolean get(long arg0, TimeUnit arg1)
           
 boolean isCancelled()
           
 boolean isDone()
           
 void restartServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDKServer.MapChangeFuture

protected UDKServer.MapChangeFuture()
Method Detail

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.