|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.jca.JCAConnectionRequestInfo
This class encapsulates the credentials for creating a session from the repository.
Constructor Summary | |
JCAConnectionRequestInfo(Credentials creds,
String workspace)
Construct the request info. |
|
JCAConnectionRequestInfo(JCAConnectionRequestInfo cri)
Construct the request info. |
Method Summary | |
boolean |
equals(Object o)
Return true if equals. |
Credentials |
getCredentials()
Return the credentials. |
String |
getWorkspace()
Return the workspace. |
int |
hashCode()
Return the hash code. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JCAConnectionRequestInfo(JCAConnectionRequestInfo cri)
public JCAConnectionRequestInfo(Credentials creds, String workspace)
Method Detail |
public String getWorkspace()
public Credentials getCredentials()
public int hashCode()
hashCode
in interface javax.resource.spi.ConnectionRequestInfo
public boolean equals(Object o)
equals
in interface javax.resource.spi.ConnectionRequestInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |