站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

ConnectionRequestInfo (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.resource.spi
Interface ConnectionRequestInfo


public interface ConnectionRequestInfo

The ConnectionRequestInfo allows a resource adapter to pass its own information along with a request for a connection. In order to make use of this functionality, a resource adapter needs to extend this interface and add it's information.


Method Summary
 boolean equals(Object other)
          Tests object for equality
 int hashCode()
          Generates a hashCode for this object
 

Method Detail

equals

public boolean equals(Object other)
Tests object for equality

Parameters:
other - the object to test
Returns:
true when equal, false otherwise

hashCode

public int hashCode()
Generates a hashCode for this object

Returns:
the hash code


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.