cz.cuni.amis.pogamut.ut2004.server.impl
Class UT2004Server.MapChangeFuture

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server.MapChangeFuture
All Implemented Interfaces:
java.util.concurrent.Future<java.lang.Boolean>
Enclosing class:
UT2004Server

public class UT2004Server.MapChangeFuture
extends java.lang.Object
implements java.util.concurrent.Future<java.lang.Boolean>


Constructor Summary
protected UT2004Server.MapChangeFuture()
           
 
Method Summary
 boolean cancel(boolean arg0)
           
 java.lang.Boolean get()
           
 java.lang.Boolean get(long arg0, java.util.concurrent.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

UT2004Server.MapChangeFuture

protected UT2004Server.MapChangeFuture()
Method Detail

restartServer

public void restartServer()

cancel

public boolean cancel(boolean arg0)
Specified by:
cancel in interface java.util.concurrent.Future<java.lang.Boolean>

get

public java.lang.Boolean get()
Specified by:
get in interface java.util.concurrent.Future<java.lang.Boolean>

get

public java.lang.Boolean get(long arg0,
                             java.util.concurrent.TimeUnit arg1)
Specified by:
get in interface java.util.concurrent.Future<java.lang.Boolean>

isCancelled

public boolean isCancelled()
Specified by:
isCancelled in interface java.util.concurrent.Future<java.lang.Boolean>

isDone

public boolean isDone()
Specified by:
isDone in interface java.util.concurrent.Future<java.lang.Boolean>