public class ConnectionRequestInfoImpl extends Object implements javax.resource.spi.ConnectionRequestInfo
| Constructor and Description |
|---|
ConnectionRequestInfoImpl(String user,
char[] password)
Constructs a new
ConnectionRequestInfoImpl object |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Verify whether two ConnectionRequestInfoImpls are equal.
|
char[] |
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 ConnectionRequestInfoImpl(String user, char[] password)
ConnectionRequestInfoImpl objectuser - User Name.password - Passwordpublic String getUser()
public char[] getPassword()
public boolean equals(Object obj)
Copyright © 2019. All rights reserved.