Uses of Interface
javax.resource.spi.ActivationSpec
Packages that use ActivationSpec
Package
Description
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
-
Uses of ActivationSpec in javax.resource.spi
Methods in javax.resource.spi with parameters of type ActivationSpecModifier and TypeMethodDescriptionvoidResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) This is called during the activation of a message endpoint.voidResourceAdapter.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.