public interface ResourceAdapterAssociation
ResourceAdapter object with other objects that 
 implement this interface like 
 ManagedConnectionFactory and ActivationSpec.| Modifier and Type | Method and Description | 
|---|---|
ResourceAdapter | 
getResourceAdapter()
Get the associated  
ResourceAdapter object. | 
void | 
setResourceAdapter(ResourceAdapter ra)
Associate this object with a  
ResourceAdapter object. | 
ResourceAdapter getResourceAdapter()
ResourceAdapter object.ResourceAdapter object.void setResourceAdapter(ResourceAdapter ra) throws ResourceException
ResourceAdapter object. 
 Note, this method must be called exactly once. That is, the 
 association must not change during the lifetime of this object.ra - ResourceAdapter object to be associated with.ResourceException - generic exception.ResourceAdapterInternalException - resource adapter related error condition.IllegalStateException - indicates that this object is in an
 illegal state for the method invocation. For example, this occurs when
 this method is called more than once on the same object.