|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.route.ImplRouters
Predefined "implementation" routers intended for use by event node clients (implement event nodes), not meta-clients (use event nodes). Implementation routes ignore in and out syntax and, as such, can be used for all (direct and relay) connections.
Field Summary | |
static EventDataRouter |
DEBUG
Connects A to B, and B to A, where A is a "master" node being monitored by a "slave" node via special debug connections. |
static EventDataRouter |
NORMAL
Connects A to B. |
static EventDataRouter |
REVERSE
Connects B to A. |
static EventDataRouter |
TWOWAY
Connects A to B, and B to A. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final EventDataRouter NORMAL
public static final EventDataRouter REVERSE
public static final EventDataRouter TWOWAY
public static final EventDataRouter DEBUG
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |