gumbo.util.route
Class TestNotifySubHost

java.lang.Object
  |
  +--gumbo.util.route.TestHost
        |
        +--gumbo.util.route.TestNotifyHost
              |
              +--gumbo.util.route.TestNotifySubHost

public class TestNotifySubHost
extends TestNotifyHost

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

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

TestNotifySubHost

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

superSend

public boolean superSend()

superSendInOut

public boolean superSendInOut()

getNode

public NotifyNode getNode()
Overrides:
getNode in class TestNotifyHost

getNodeIn

public EventIn getNodeIn()
Overrides:
getNodeIn in class TestNotifyHost

getNodeOut

public EventOut getNodeOut()
Overrides:
getNodeOut in class TestNotifyHost

getNodeInOut

public EventInOut getNodeInOut()
Overrides:
getNodeInOut in class TestNotifyHost