Uses of Class
cz.cuni.amis.pogamut.ut2004.teamcomm.server.UT2004TCServer

Packages that use UT2004TCServer
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server   
cz.cuni.amis.pogamut.ut2004.teamcomm.server   
 

Uses of UT2004TCServer in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server
 

Constructors in cz.cuni.amis.pogamut.ut2004.teamcomm.mina.server with parameters of type UT2004TCServer
TCMinaServer(UT2004TCServer owner, InetSocketAddress bindAddress, Logger log)
           
 

Uses of UT2004TCServer in cz.cuni.amis.pogamut.ut2004.teamcomm.server
 

Methods in cz.cuni.amis.pogamut.ut2004.teamcomm.server that return UT2004TCServer
static UT2004TCServer UT2004TCServer.startTCServer()
          Starts TC server on localhost:random-port(>10000) connecting to UT2004 at localhost:3001 (may be overriden via PogamutUT2004Property.POGAMUT_UT2004_SERVER_HOST, PogamutUT2004Property.POGAMUT_UT2004_SERVER_PORT and properties)
static UT2004TCServer UT2004TCServer.startTCServer(String ut2004Host, int ut2004ControlServerPort)
          Starts TC server on localhost:random-port(>10000) connecting to UT2004 at ut2004Host:ut2004ControlServerPort
static UT2004TCServer UT2004TCServer.startTCServer(String ut2004Host, int ut2004ControlServerPort, String bindHost, int bindPort)
          Starts TC server using specified parameters.
 



Copyright © 2016 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.