Uses of Interface
jakarta.resource.spi.endpoint.MessageEndpointFactory
- 
Packages that use MessageEndpointFactory Package Description jakarta.resource.spi The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification.
- 
- 
Uses of MessageEndpointFactory in jakarta.resource.spiMethods in jakarta.resource.spi with parameters of type MessageEndpointFactory Modifier and Type Method Description voidResourceAdapter. 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.
 
-