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

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

Returns:
true if the two instances are equal

hashCode

public int hashCode()
Returns the hash code of the ConnectionProperties

Returns:
the hash code of this instance


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