javax.resource.spi
Interface ConnectionRequestInfo

All Known Implementing Classes:
FSRequestInfo (src) , JmsConnectionRequestInfo (src) , TestConnectionRequestInfo (src) , WrappedConnectionRequestInfo (src)

public interface ConnectionRequestInfo

The ConnectionRequestInfo allows a resource adapter to pass its own information along with a request for a connection. In order to make use of this functionality, a resource adapter needs to extend this interface and add it's information.


Method Summary
 boolean equals(java.lang.Object other)
          Tests object for equality
 int hashCode()
          Generates a hashCode for this object
 

Method Detail

equals

public boolean equals(java.lang.Object other)
Tests object for equality

Parameters:
other - the object to test
Returns:
true when equal, false otherwise

hashCode

public int hashCode()
Generates a hashCode for this object

Returns:
the hash code