org.exolab.jms.net.connector
Interface ConnectionProperties
- public interface ConnectionProperties
The ConnectionProperties
interface enables a client to configure
connector specific connection properties.
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:51:03 $
- Author:
- Tim Anderson
- See Also:
ConnectionFactory
Method Summary |
boolean |
equals(java.lang.Object other)
Checks whether this instance is equal to another. |
int |
hashCode()
Returns a hashcode for this request info. |
equals
public boolean equals(java.lang.Object other)
- Checks whether this instance is equal to another. Since request info is
defined specific to a connector, the connector is required to implement
this method.
- Overrides:
equals
in class java.lang.Object
- Parameters:
other
- the object to compare- Returns:
true
if the two instances are equal; otherwise
false
hashCode
public int hashCode()
- Returns a hashcode for this request info.
- Overrides:
hashCode
in class java.lang.Object
- Returns:
- a hashcode for this request info.
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.