gumbo.util.route
Class TestGroupHost

java.lang.Object
  |
  +--gumbo.util.route.TestHost
        |
        +--gumbo.util.route.TestGroupHost

public class TestGroupHost
extends TestHost

Version:
$Revision: 1.1 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Field Summary
static EventGroupRouter GROUP_ROUTER_XY
          Strict data routers.
static EventGroupRouter GROUP_ROUTER_YY
          Relay data routers.
static EventGroupRouter SUB_GROUP_ROUTER_XY
          Strict data routers.
static EventGroupRouter SUB_GROUP_ROUTER_YY
          Relay data routers.
 
Constructor Summary
TestGroupHost(java.lang.String name)
           
 
Method Summary
 EventGroupNode getGroupX()
           
 EventGroupNode getGroupY()
           
 NotifyNode.EventIn getNodeIn()
           
 NotifyNode.EventInOut getNodeInOut()
           
 NotifyNode.EventOut getNodeOut()
           
 EventGroupNode getSubGroupX()
           
 EventGroupNode getSubGroupY()
           
 
Methods inherited from class gumbo.util.route.TestHost
clear, getClearIn, getCount, getCountIn, getCountInOut, getCountOut, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUB_GROUP_ROUTER_XY

public static final EventGroupRouter SUB_GROUP_ROUTER_XY
Strict data routers.


GROUP_ROUTER_XY

public static final EventGroupRouter GROUP_ROUTER_XY
Strict data routers.


SUB_GROUP_ROUTER_YY

public static final EventGroupRouter SUB_GROUP_ROUTER_YY
Relay data routers.


GROUP_ROUTER_YY

public static final EventGroupRouter GROUP_ROUTER_YY
Relay data routers.

Constructor Detail

TestGroupHost

public TestGroupHost(java.lang.String name)
Method Detail

getGroupX

public EventGroupNode getGroupX()

getSubGroupX

public EventGroupNode getSubGroupX()

getGroupY

public EventGroupNode getGroupY()

getSubGroupY

public EventGroupNode getSubGroupY()

getNodeIn

public NotifyNode.EventIn getNodeIn()

getNodeOut

public NotifyNode.EventOut getNodeOut()

getNodeInOut

public NotifyNode.EventInOut getNodeInOut()