com.bankframe.jca.samplefileadapter
Class SampleConnectionRequestInfo

java.lang.Object
  extended bycom.bankframe.jca.samplefileadapter.SampleConnectionRequestInfo
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo

public class SampleConnectionRequestInfo
extends java.lang.Object
implements javax.resource.spi.ConnectionRequestInfo


Constructor Summary
SampleConnectionRequestInfo(java.lang.String user, java.lang.String password)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getPassword()
           
 java.lang.String getUser()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleConnectionRequestInfo

public SampleConnectionRequestInfo(java.lang.String user,
                                   java.lang.String password)
Method Detail

getUser

public java.lang.String getUser()

getPassword

public java.lang.String getPassword()

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface javax.resource.spi.ConnectionRequestInfo

hashCode

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


Copyright © 2005, 2007, Oracle. All rights reserved.