| |
|
| javax.resource.spi.ManagedConnectionFactory
ManagedConnectionFactory | public interface ManagedConnectionFactory extends Serializable(Code) | | A ManagedConnectionFactory is a factory for the creation of
ManagedConnection objects and ConnectionFactory objects. It provides methods
which can be used to match ManagedConnetions.
|
equals | public boolean equals(Object other)(Code) | | Tests object for equality
Parameters: other - the other object true when equals, false otherwise |
hashCode | public int hashCode()(Code) | | Generates a hashCode for this object
the hash code |
|
|
|