public class ConnectionRequestInfoImpl extends Object implements javax.resource.spi.ConnectionRequestInfo
| Constructor and Description |
|---|
ConnectionRequestInfoImpl(String user,
String password)
Constructs a new
ConnectionRequestInfoImpl object |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Verify whether two ConnectionRequestInfoImpls are equal.
|
String |
getPassword()
Retrieves the password of the ConnectionRequestInfo.
|
String |
getUser()
Retrieves the user name of the ConnectionRequestInfo.
|
int |
hashCode()
Retrieves the hashcode of the object.
|
public String getUser()
public String getPassword()
public boolean equals(Object obj)
Copyright © 2017. All rights reserved.