org.jboss.resource.adapter.jdbc
Class WrappedConnectionRequestInfo

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

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

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

Version:
Author:
David Jencks

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
Returns:

equals

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


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