org.exolab.core.messenger
Interface ConnectionProperties


public interface ConnectionProperties

The ConnectionProperties interface enables applications to pass Connector specific properties when creating or obtaining a Connection instance

Version:
$Revision: 1.1 $ $Date: 2002/02/20 10:23:48 $
Author:
Tim Anderson
See Also:
Connection, Connector

Method Summary
 boolean equals(java.lang.Object other)
          Checks whether this instance is equal to another
 int hashCode()
          Returns the hash code of the ConnectionProperties
 

Method Detail

equals

boolean equals(java.lang.Object other)
Checks whether this instance is equal to another

Overrides:
equals in class java.lang.Object
Returns:
true if the two instances are equal

hashCode

int hashCode()
Returns the hash code of the ConnectionProperties

Overrides:
hashCode in class java.lang.Object
Returns:
the hash code of this instance


Copyright © 1999-2012 The Exolab Group. All Rights Reserved.