gumbo.util.relation
Class TestConnection

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.util.relation.Connection
              |
              +--gumbo.util.relation.TestConnection
All Implemented Interfaces:
Disposable

public class TestConnection
extends Connection

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

Constructor Summary
TestConnection(Connection connection)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Class getType()
           
 
Methods inherited from class gumbo.util.relation.Connection
getDelegators, getRelations, getRelationship, implDispose, setDelegators, setRelations, toString
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestConnection

public TestConnection(Connection connection)
Method Detail

getType

public java.lang.Class getType()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object