org.jboss.resource.adapter.jdbc
Class WrappedConnectionRequestInfo

java.lang.Object
  extended byorg.jboss.resource.adapter.jdbc.WrappedConnectionRequestInfo
All Implemented Interfaces:
ConnectionRequestInfo (src)

public class WrappedConnectionRequestInfo
extends java.lang.Object
implements ConnectionRequestInfo (src)

WrappedConnectionRequestInfo.java Created: Fri Apr 19 14:22:21 2002


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

Constructor Detail

WrappedConnectionRequestInfo

public WrappedConnectionRequestInfo(java.lang.String user,
                                    java.lang.String password)
Method Detail

hashCode

public int hashCode()
Description copied from interface: ConnectionRequestInfo (src)
Generates a hashCode for this object

Specified by:
hashCode in interface ConnectionRequestInfo (src)
Returns:

equals

public boolean equals(java.lang.Object other)
Description copied from interface: ConnectionRequestInfo (src)
Tests object for equality

Specified by:
equals in interface ConnectionRequestInfo (src)
Returns: