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

WrappedConnectionRequestInfo (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


org.jboss.resource.adapter.jdbc
Class WrappedConnectionRequestInfo

java.lang.Object
  extended byorg.jboss.resource.adapter.jdbc.WrappedConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

public class WrappedConnectionRequestInfo
extends Object
implements javax.resource.spi.ConnectionRequestInfo

WrappedConnectionRequestInfo.java Created: Fri Apr 19 14:22:21 2002

Version:
Author:
David Jencks

Constructor Summary
WrappedConnectionRequestInfo(String user, String password)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedConnectionRequestInfo

public WrappedConnectionRequestInfo(String user,
                                    String password)
Method Detail

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.resource.spi.ConnectionRequestInfo
Returns:

equals

public boolean equals(Object other)
Specified by:
equals in interface javax.resource.spi.ConnectionRequestInfo
Returns:


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