|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.route.DirectRouters
Predefined "direct" routers intended for use by event node meta-clients (use event nodes) and clients (implement event nodes). Direct routes send events between complementary nodes (from event out to event in).
Nested Class Summary | |
static class |
DirectRouters.Router
Connects EventOut to EventIn, one or two-way. |
Field Summary | |
static DirectRouters.Router |
NORMAL
Connects EventOut A to EventIn B. |
static DirectRouters.Router |
REVERSE
Connects EventOut B to EventIn A. |
static DirectRouters.Router |
TWOWAY
Connects EventInOut A to EventInOut B, and EventInOut B to EventInOut A. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final DirectRouters.Router NORMAL
public static final DirectRouters.Router REVERSE
public static final DirectRouters.Router TWOWAY
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |