| javax.resource.spi.ResourceAdapter
ResourceAdapter | public interface ResourceAdapter (Code) | | Operations for lifecycle management and message endpoint configuration.
Implementations of this interface must be javabeans
|
endpointDeactivation | void endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec)(Code) | | Deactivates the endpoint
Parameters: endpointFactory - the endpoint factory Parameters: spec - the activation spec |
stop | void stop()(Code) | | Used to stop the resource adapter
|
|
|