|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas.resource.ResourceSpec
This class describes the context of a getConnection call: - the mcf to request a ManagedConnection - the security subject - the ConnectionRequestInfo transmitted with the request
| Field Summary | |
protected javax.resource.spi.ConnectionRequestInfo |
cxRequestInfo
ConnectionRequestInfo object |
protected javax.security.auth.Subject |
subject
Subject object |
| Constructor Summary | |
ResourceSpec(javax.security.auth.Subject s,
javax.resource.spi.ConnectionRequestInfo cri)
Constructor for the ResourceSpec object |
|
| Method Summary | |
void |
clear()
Clear the current contents |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected javax.security.auth.Subject subject
protected javax.resource.spi.ConnectionRequestInfo cxRequestInfo
| Constructor Detail |
public ResourceSpec(javax.security.auth.Subject s,
javax.resource.spi.ConnectionRequestInfo cri)
s - Subject to associatecri - ConnectionRequestInfo| Method Detail |
public void clear()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||