Uses of Interface
jakarta.resource.spi.ResourceAdapter
-
Packages that use ResourceAdapter Package Description jakarta.resource.spi The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification. -
-
Uses of ResourceAdapter in jakarta.resource.spi
Methods in jakarta.resource.spi that return ResourceAdapter Modifier and Type Method Description ResourceAdapter
ResourceAdapterAssociation. getResourceAdapter()
Get the associatedResourceAdapter
object.Methods in jakarta.resource.spi with parameters of type ResourceAdapter Modifier and Type Method Description void
ResourceAdapterAssociation. setResourceAdapter(ResourceAdapter ra)
Associate this object with aResourceAdapter
object.
-