|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.route.EventRouter | +--gumbo.util.route.EventDataRouter | +--gumbo.util.route.DebugDataRouter
A router for connecting a "master" target node (node A) to a "slave" debug monitor node (node B). Connections from master to slave are via a special debug connection, with the slave receiving the master's input and output events first. Connections from slave to master are via normal connections.
Constructor Summary | |
DebugDataRouter(boolean connectAB,
boolean connectBA)
|
Methods inherited from class gumbo.util.route.EventDataRouter |
checkConnect, checkDisconnect, isConnectAB, isConnectBA, sync |
Methods inherited from class gumbo.util.route.EventRouter |
connect, connect, disconnect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DebugDataRouter(boolean connectAB, boolean connectBA)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |