org.apache.aries.transaction.jdbc
Class ConnectionKey

java.lang.Object
  extended by org.apache.aries.transaction.jdbc.ConnectionKey

public class ConnectionKey
extends Object


Constructor Summary
ConnectionKey(String username, String password, Transaction transaction)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionKey

public ConnectionKey(String username,
                     String password,
                     Transaction transaction)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.