org.exolab.jms.net.connector
Interface ConnectionRequestInfo

All Known Implementing Classes:
URIRequestInfo

public interface ConnectionRequestInfo

The ConnectionRequestInfo interface enables a connector to pass its own request specific data structure across the connection request flow.

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:51:03 $
Author:
Tim Anderson

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.
 

Method Detail

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.