com.evelopers.unimod.debug.app
Class AppConnector

java.lang.Object
  extended bycom.evelopers.unimod.debug.app.AppConnector
All Implemented Interfaces:
ControlledObject, EventProvider

public class AppConnector
extends java.lang.Object
implements ControlledObject, EventProvider


Field Summary
static java.lang.String E1
           
static java.lang.String E2
           
static java.lang.String E3
           
static java.lang.String E4
           
static java.lang.String E5
           
static java.lang.String E6
           
static java.lang.String E7
           
static java.lang.String E8
           
 
Constructor Summary
(package private) AppConnector(int port, MessageCoder coder, Logger log)
           
 
Method Summary
 void dispose()
          Called on sthutdown.
 void init(ModelEngine engine)
          Called on engine start-up
 void z0(StateMachineContext context)
           
 void z1(StateMachineContext context)
           
 void z2(StateMachineContext context)
           
 void z3(StateMachineContext context)
           
 void z4(StateMachineContext context)
           
 void z5(StateMachineContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

E1

public static final java.lang.String E1
See Also:
Constant Field Values

E2

public static final java.lang.String E2
See Also:
Constant Field Values

E3

public static final java.lang.String E3
See Also:
Constant Field Values

E4

public static final java.lang.String E4
See Also:
Constant Field Values

E5

public static final java.lang.String E5
See Also:
Constant Field Values

E6

public static final java.lang.String E6
See Also:
Constant Field Values

E7

public static final java.lang.String E7
See Also:
Constant Field Values

E8

public static final java.lang.String E8
See Also:
Constant Field Values
Constructor Detail

AppConnector

AppConnector(int port,
             MessageCoder coder,
             Logger log)
Method Detail

init

public void init(ModelEngine engine)
          throws com.evelopers.common.exception.SystemException
Description copied from interface: EventProvider
Called on engine start-up

Specified by:
init in interface EventProvider
Parameters:
engine - that will be notified about events.
Throws:
com.evelopers.common.exception.SystemException

dispose

public void dispose()
Description copied from interface: EventProvider
Called on sthutdown. If some threads was started by event provider they must be stopped here.

Specified by:
dispose in interface EventProvider

z0

public void z0(StateMachineContext context)
        throws MessageCoderException,
               java.io.IOException
Throws:
MessageCoderException
java.io.IOException

z1

public void z1(StateMachineContext context)
        throws MessageCoderException,
               java.io.IOException
Throws:
MessageCoderException
java.io.IOException

z2

public void z2(StateMachineContext context)
        throws MessageCoderException,
               java.io.IOException
Throws:
MessageCoderException
java.io.IOException

z3

public void z3(StateMachineContext context)
        throws MessageCoderException,
               java.io.IOException
Throws:
MessageCoderException
java.io.IOException

z4

public void z4(StateMachineContext context)
        throws MessageCoderException,
               java.io.IOException
Throws:
MessageCoderException
java.io.IOException

z5

public void z5(StateMachineContext context)
        throws MessageCoderException,
               java.io.IOException
Throws:
MessageCoderException
java.io.IOException