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

Package class diagram package HelloControlServerExpectedState
java.lang.Object
  extended by cz.cuni.amis.pogamut.udk.communication.translator.server.support.AbstractServerFSMState<InfoMessage,CONTEXT>
      extended by cz.cuni.amis.pogamut.udk.communication.translator.server.support.ServerMessageExpectedState<TranslatorContext>
          extended by cz.cuni.amis.pogamut.udk.communication.translator.server.state.HelloControlServerExpectedState
All Implemented Interfaces:
cz.cuni.amis.fsm.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.

Author:
Jimmy

Constructor Summary
HelloControlServerExpectedState()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.udk.communication.translator.server.support.ServerMessageExpectedState
init, innerStateSymbol, restart, stateEntering, stateLeaving
 
Methods inherited from class cz.cuni.amis.pogamut.udk.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()


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