public abstract class UnrealServerDefinition<T extends cz.cuni.amis.pogamut.unreal.server.IUnrealServer>
extends cz.cuni.amis.nb.api.pogamut.base.server.ReconnectingServerDefinition<T>
| Constructor and Description |
|---|
UnrealServerDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createServer() |
protected void |
serverStopped(T server) |
void |
spectate()
Starts Unreal viewer of the server.
|
protected abstract void |
startSpectImpl(URI uri) |
protected void |
tryToStartServer() |
startServer, stopServerprotected transient T extends cz.cuni.amis.pogamut.unreal.server.IUnrealServer server
protected void tryToStartServer()
throws cz.cuni.amis.utils.exception.PogamutException
tryToStartServer in class cz.cuni.amis.nb.api.pogamut.base.server.ReconnectingServerDefinition<T extends cz.cuni.amis.pogamut.unreal.server.IUnrealServer>cz.cuni.amis.utils.exception.PogamutExceptionprotected abstract T createServer()
protected void serverStopped(T server)
serverStopped in class cz.cuni.amis.nb.api.pogamut.base.server.ReconnectingServerDefinition<T extends cz.cuni.amis.pogamut.unreal.server.IUnrealServer>public void spectate()
throws cz.cuni.amis.utils.exception.PogamutException
cz.cuni.amis.utils.exception.PogamutExceptionprotected abstract void startSpectImpl(URI uri) throws IOException
IOExceptionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.