gumbo.util.route
Class TestNotifyHost

java.lang.Object
  |
  +--gumbo.util.route.TestHost
        |
        +--gumbo.util.route.TestNotifyHost
Direct Known Subclasses:
TestNotifySubHost

public class TestNotifyHost
extends TestHost

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

Constructor Summary
TestNotifyHost(java.lang.String name)
           
 
Method Summary
 NotifyNode getNode()
           
 EventIn getNodeIn()
           
 EventInOut getNodeInOut()
           
 EventOut getNodeOut()
           
 
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
 

Constructor Detail

TestNotifyHost

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

getNode

public NotifyNode getNode()

getNodeIn

public EventIn getNodeIn()

getNodeOut

public EventOut getNodeOut()

getNodeInOut

public EventInOut getNodeInOut()