|
||||||||||
| 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 ConnectionRequestInfo |
cxRequestInfo
ConnectionRequestInfo object |
protected Subject |
subject
Subject object |
| Constructor Summary | |
|---|---|
ConnectionResourceHint(Subject s,
ConnectionRequestInfo cri)
Constructor for the ConnectionResourceHint object |
|
| Method Summary | |
|---|---|
void |
clear()
Clear the current contents |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Subject subject
protected ConnectionRequestInfo cxRequestInfo
| Constructor Detail |
|---|
public ConnectionResourceHint(Subject s,
ConnectionRequestInfo cri)
s - Subject to associatecri - ConnectionRequestInfo| Method Detail |
|---|
public void clear()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||