|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.resource.internal.cm.ConnectionResourceHint
public class ConnectionResourceHint
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 | |
|---|---|
ConnectionResourceHint(javax.security.auth.Subject s,
javax.resource.spi.ConnectionRequestInfo cri)
Constructor for the ConnectionResourceHint 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 ConnectionResourceHint(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()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||