|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies the methods to associate a
ResourceAdapter
object with other objects that
implement this interface like
ManagedConnectionFactory
and ActivationSpec
.
Method Summary | |
ResourceAdapter |
getResourceAdapter()
Get the associated ResourceAdapter object. |
void |
setResourceAdapter(ResourceAdapter ra)
Associate this object with a ResourceAdapter object.
|
Method Detail |
public ResourceAdapter getResourceAdapter()
ResourceAdapter
object.
ResourceAdapter
object.public 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.
|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.