org.jboss.jca.adapters.jdbc
Class WrappedConnectionRequestInfo

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

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

WrappedConnectionRequestInfo

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

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

Constructor Detail

WrappedConnectionRequestInfo

public WrappedConnectionRequestInfo(String user,
                                    String password)
Constructor

Parameters:
user - The user name
password - The 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

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The string


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)