public final class JCAConnectionRequestInfo extends Object implements javax.resource.spi.ConnectionRequestInfo
Constructor and Description |
---|
JCAConnectionRequestInfo(javax.jcr.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.
|
javax.jcr.Credentials |
getCredentials()
Return the credentials.
|
String |
getWorkspace()
Return the workspace.
|
int |
hashCode()
Return the hash code.
|
String |
toString() |
public JCAConnectionRequestInfo(JCAConnectionRequestInfo cri)
public JCAConnectionRequestInfo(javax.jcr.Credentials creds, String workspace)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.