com.bankframe.jca.samplefileadapter
Class SampleConnectionRequestInfo

java.lang.Object
  extended by com.bankframe.jca.samplefileadapter.SampleConnectionRequestInfo
All Implemented Interfaces:
ConnectionRequestInfo

public class SampleConnectionRequestInfo
extends Object
implements ConnectionRequestInfo


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

Constructor Detail

SampleConnectionRequestInfo

public SampleConnectionRequestInfo(String user,
                                   String password)
Method Detail

getUser

public String getUser()

getPassword

public String getPassword()

equals

public boolean equals(Object obj)
Specified by:
equals in interface ConnectionRequestInfo
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface ConnectionRequestInfo
Overrides:
hashCode in class Object


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