This interface specifies the methods to associate a
ResourceAdapter object with other objects that
implement this interface like
ManagedConnectionFactory and ActivationSpec.
Associate this object with a ResourceAdapter object.
Note, this method must be called exactly once. That is, the
association must not change during the lifetime of this object.
param
ra ResourceAdapter object to be associated with.
throws
ResourceException generic exception.
throws
ResourceAdapterInternalException
resource adapter related error condition.
throws
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.