Uses of Interface
javax.resource.spi.ResourceAdapter
-
Packages that use ResourceAdapter Package Description javax.resource.spi The javax.resource.spi package contains APIs for the system contracts defined in the Java EE Connector Architecture specification. -
-
Uses of ResourceAdapter in javax.resource.spi
Methods in javax.resource.spi that return ResourceAdapter Modifier and Type Method Description ResourceAdapterResourceAdapterAssociation. getResourceAdapter()Get the associatedResourceAdapterobject.Methods in javax.resource.spi with parameters of type ResourceAdapter Modifier and Type Method Description voidResourceAdapterAssociation. setResourceAdapter(ResourceAdapter ra)Associate this object with aResourceAdapterobject.
-