gumbo.util.route
Class TestHost

java.lang.Object
  |
  +--gumbo.util.route.TestHost
Direct Known Subclasses:
TestBooleanHost, TestGroupHost, TestNotifyHost, TestObjectHost

public abstract class TestHost
extends java.lang.Object

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

Constructor Summary
TestHost(java.lang.String name)
           
 
Method Summary
 void clear()
           
 NotifyNode getClearIn()
           
 int getCount()
           
 int getCountIn()
           
 int getCountInOut()
           
 int getCountOut()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestHost

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

clear

public void clear()

getCount

public int getCount()

getCountIn

public int getCountIn()

getCountOut

public int getCountOut()

getCountInOut

public int getCountInOut()

getClearIn

public NotifyNode getClearIn()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object