cz.cuni.amis.pogamut.ut2004.communication.translator.server.state
Class HelloControlServerExpectedState

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.AbstractServerFSMState<InfoMessage,CONTEXT>
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerMessageExpectedState<TranslatorContext>
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.HelloControlServerExpectedState
All Implemented Interfaces:
IFSMState<InfoMessage,TranslatorContext>

public class HelloControlServerExpectedState
extends ServerMessageExpectedState<TranslatorContext>

First and initial state of the ServerFSM handler. It expects HELLO_CONTROL_SERVER msg and throws exception if it doesn't come.


Constructor Summary
HelloControlServerExpectedState()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerMessageExpectedState
init, innerStateSymbol, restart, stateEntering, stateLeaving
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.AbstractServerFSMState
stateSymbol, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelloControlServerExpectedState

public HelloControlServerExpectedState()