org.sourceforge.bdbadapter.cci
Class ConnectionRequestInfoImpl

java.lang.Object
  |
  +--org.sourceforge.bdbadapter.cci.ConnectionRequestInfoImpl
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

public class ConnectionRequestInfoImpl
extends java.lang.Object
implements javax.resource.spi.ConnectionRequestInfo


Field Summary
private  java.lang.String databasePath
           
 
Constructor Summary
ConnectionRequestInfoImpl(java.lang.String databasePath)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDatabasePath()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

databasePath

private java.lang.String databasePath
Constructor Detail

ConnectionRequestInfoImpl

public ConnectionRequestInfoImpl(java.lang.String databasePath)
Method Detail

getDatabasePath

public java.lang.String getDatabasePath()

equals

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

hashCode

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object