Uses of Interface
jakarta.resource.spi.ActivationSpec
Package
Description
The jakarta.resource.spi package contains APIs for the system
contracts defined in the Jakarta Connectors specification.
-
Uses of ActivationSpec in jakarta.resource.spi
Modifier and TypeMethodDescriptionvoid
ResourceAdapter.endpointActivation
(MessageEndpointFactory endpointFactory, ActivationSpec spec) This is called during the activation of a message endpoint.void
ResourceAdapter.endpointDeactivation
(MessageEndpointFactory endpointFactory, ActivationSpec spec) This is called when a message endpoint is deactivated.ResourceAdapter.getXAResources
(ActivationSpec[] specs) This method is called by the application server during crash recovery.