org.ow2.jonas.ee.jdbc
Class ConnectionRequestInfoImpl

java.lang.Object
  extended by org.ow2.jonas.ee.jdbc.ConnectionRequestInfoImpl
All Implemented Interfaces:
Serializable, ConnectionRequestInfo

public class ConnectionRequestInfoImpl
extends Object
implements ConnectionRequestInfo, Serializable

Basic implementation of JCA ConnectionRequestInfo.

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
ConnectionRequestInfoImpl()
           
ConnectionRequestInfoImpl(String _user, String _password)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPassword()
           
 String getUser()
           
 int hashCode()
           
 void setPassword(String pass)
           
 void setUser(String _user)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionRequestInfoImpl

public ConnectionRequestInfoImpl()

ConnectionRequestInfoImpl

public ConnectionRequestInfoImpl(String _user,
                                 String _password)
Method Detail

equals

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

getPassword

public String getPassword()

getUser

public String getUser()

hashCode

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

setPassword

public void setPassword(String pass)

setUser

public void setUser(String _user)


Copyright © 2010 OW2 Consortium. All Rights Reserved.