javax.resource.spi
Interface ConnectionRequestInfo


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(Object other)
          Tests object for equality
 int hashCode()
          Generates a hashCode for this object
 

Method Detail

equals

boolean equals(Object other)
Tests object for equality

Overrides:
equals in class Object
Parameters:
other - the object to test
Returns:
true when equal, false otherwise

hashCode

int hashCode()
Generates a hashCode for this object

Overrides:
hashCode in class Object
Returns:
the hash code


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