org.teiid.connector.api
Interface ConnectorIdentity

All Known Implementing Classes:
MappedUserIdentity, SingleIdentity

public interface ConnectorIdentity

Represents the identity of a connection in the pool. Identities are used to determine whether two connections can be put in the same pool. Implementors must supply appropriate Object.equals(java.lang.Object) and Object.hashCode() methods.




Copyright © 2009. All Rights Reserved.