org.openejb.resource.jdbc
Class JdbcConnectionRequestInfo

java.lang.Object
  extended by org.openejb.resource.jdbc.JdbcConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

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


Constructor Summary
JdbcConnectionRequestInfo(String userName, String password, String jdbcDriver, String jdbcUrl)
           
 
Method Summary
 boolean equals(Object other)
           
protected  String getJdbcDriver()
           
protected  String getJdbcUrl()
           
protected  String getPassword()
           
protected  String getUserName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcConnectionRequestInfo

public JdbcConnectionRequestInfo(String userName,
                                 String password,
                                 String jdbcDriver,
                                 String jdbcUrl)
Method Detail

getUserName

protected String getUserName()

getPassword

protected String getPassword()

getJdbcDriver

protected String getJdbcDriver()

getJdbcUrl

protected String getJdbcUrl()

equals

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

hashCode

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


Copyright © 1999-2012 OpenEJB. All Rights Reserved.