cz.cuni.amis.pogamut.ut2004.teamcomm.server.protocol.messages
Class TCControlServerAlive

Package class diagram package TCControlServerAlive
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.custom.BaseCustomControlMessage
      extended by cz.cuni.amis.pogamut.ut2004.teamcomm.server.protocol.messages.TCControlMessage
          extended by cz.cuni.amis.pogamut.ut2004.teamcomm.server.protocol.messages.TCControlServerAlive
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, ICustomControlMessage, cz.cuni.amis.utils.listener.Event

public class TCControlServerAlive
extends TCControlMessage

UT2004TCServer hearbeat...

Author:
Jimmy

Constructor Summary
TCControlServerAlive()
           
 
Method Summary
 String getHost()
           
 Integer getPort()
           
 void setHost(String host)
           
 void setPort(Integer port)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.custom.BaseCustomControlMessage
getSimTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCControlServerAlive

public TCControlServerAlive()
Method Detail

getHost

public String getHost()

setHost

public void setHost(String host)

getPort

public Integer getPort()

setPort

public void setPort(Integer port)


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