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

Package class diagram package UT2004Server.MapChangeFuture
java.lang.Object
  extended by 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>


Constructor Summary
protected UT2004Server.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

UT2004Server.MapChangeFuture

protected UT2004Server.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 © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.