com.evelopers.unimod.debug.debugger
Class DebuggerConnector

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

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


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
           
 
Constructor Summary
DebuggerConnector(java.lang.String hostName, int port, MessageCoder coder)
           
 
Method Summary
 void dispose()
          Called on sthutdown.
 void init(ModelEngine engine)
          Called on engine start-up
 void z1(StateMachineContext context)
           
 void z2(StateMachineContext context)
           
 void z3(StateMachineContext context)
           
 void z4(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
Constructor Detail

DebuggerConnector

public DebuggerConnector(java.lang.String hostName,
                         int port,
                         MessageCoder coder)
Method Detail

init

public void init(ModelEngine engine)
          throws com.evelopers.common.exception.CommonException
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.CommonException

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

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