public final class JCAConnectionRequestInfo extends Object implements javax.resource.spi.ConnectionRequestInfo
| Constructor and Description | 
|---|
JCAConnectionRequestInfo(Credentials creds,
                        String workspace)
Construct the request info. 
 | 
JCAConnectionRequestInfo(JCAConnectionRequestInfo cri)
Construct the request info. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)
Return true if equals. 
 | 
Credentials | 
getCredentials()
Return the credentials. 
 | 
String | 
getWorkspace()
Return the workspace. 
 | 
int | 
hashCode()
Return the hash code. 
 | 
String | 
toString()  | 
public JCAConnectionRequestInfo(JCAConnectionRequestInfo cri)
public JCAConnectionRequestInfo(Credentials creds, String workspace)
public String getWorkspace()
public Credentials getCredentials()
public int hashCode()
public boolean equals(Object o)
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.