org.objectweb.jonas.resource
Class ResourceSpec

java.lang.Object
  |
  +--org.objectweb.jonas.resource.ResourceSpec

public class ResourceSpec
extends java.lang.Object

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

Field Summary
 javax.resource.spi.ConnectionRequestInfo cxRequestInfo
           
 javax.security.auth.Subject subject
           
 
Constructor Summary
ResourceSpec(javax.security.auth.Subject s, javax.resource.spi.ConnectionRequestInfo cri)
          Constructor for the ResourceSpec object
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

subject

public javax.security.auth.Subject subject

cxRequestInfo

public javax.resource.spi.ConnectionRequestInfo cxRequestInfo
Constructor Detail

ResourceSpec

public ResourceSpec(javax.security.auth.Subject s,
                    javax.resource.spi.ConnectionRequestInfo cri)
Constructor for the ResourceSpec object
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object