| javax.resource.spi.ConnectionRequestInfo
ConnectionRequestInfo | public interface ConnectionRequestInfo (Code) | | 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.
|
equals | public boolean equals(Object other)(Code) | | Tests object for equality
Parameters: other - the object to test true when equal, false otherwise |
hashCode | public int hashCode()(Code) | | Generates a hashCode for this object
the hash code |
|
|