| java.lang.Object org.objectweb.jonas.resource.ResourceSpec
ResourceSpec | public class ResourceSpec (Code) | | This class describes the context of a getConnection call: - the mcf to
request a ManagedConnection - the security subject - the
ConnectionRequestInfo transmitted with the request
author: sebastien.chassande@inrialpes.fr |
cxRequestInfo | protected ConnectionRequestInfo cxRequestInfo(Code) | | ConnectionRequestInfo object
|
ResourceSpec | public ResourceSpec(Subject s, ConnectionRequestInfo cri)(Code) | | Constructor for the ResourceSpec object
Parameters: s - Subject to associate Parameters: cri - ConnectionRequestInfo |
clear | public void clear()(Code) | | Clear the current contents
|
toString | public String toString()(Code) | | String value of object |
|
|