Uses of Package
jakarta.resource.spi
Package
Description
The jakarta.resource.spi package contains APIs for the system
contracts defined in the Jakarta Connectors specification.
This package contains system contracts for service endpoint interactions.
The jakarta.resource.spi.security package contains APIs for the security
management contract.
This package contains APIs for the Work Management, Generic and Security Work Context contracts.
-
ClassDescriptionThis interface serves as a marker.An enumerated type that represents the various interfaces that a resource adapter may support for the representation of the credentials.This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped.The ConnectionEvent class provides information about the source of a connection related event.A ConnectionEvent instance contains the following information: Type of the connection event ManagedConnection instance that generated the connection event.The
ConnectionEventListener
interface provides an event callback mechanism to enable an application server to receive notifications from aManagedConnection
instance.ConnectionManager interface provides a hook for the resource adapter to pass a connection request to the application server.The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow.This exception is thrown to indicate invalid configuration property settings.LocalTransaction interface provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction manager.ManagedConnection instance represents a physical connection to the underlying EIS.ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.The ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance.This represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup.This interface specifies the methods to associate aResourceAdapter
object with other objects that implement this interface likeManagedConnectionFactory
andActivationSpec
.AResourceAdapterInternalException
indicates any system-level error conditions related to a resource adapter.A marker interface indicating that the Exception is transient.An enumerated type that represents the levels of transaction support a resource adapter may support.This is thrown to indicate that a service is unavailable.The XATerminator interface is used for transaction completion and crash recovery flows. -
-
ClassDescriptionManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.A
SecurityException
indicates error conditions related to the security contract between an application server and resource adapter. -