org.jboss.resource.adapter.jdbc
Class WrappedConnectionRequestInfo

java.lang.Object
  extended by org.jboss.resource.adapter.jdbc.WrappedConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

public class WrappedConnectionRequestInfo
extends Object
implements javax.resource.spi.ConnectionRequestInfo

WrappedConnectionRequestInfo

Version:
$Revision: 1.1.14.2 $
Author:
David Jencks, Adrian Brock

Constructor Summary
WrappedConnectionRequestInfo(String user, String password)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedConnectionRequestInfo

public WrappedConnectionRequestInfo(String user,
                                    String password)
Method Detail

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Specified by:
equals in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
equals in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.