Java javax.resource.spi ResourceAdapter fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.spi ResourceAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.spi ResourceAdapter.

The text is from its open source code.

Implementation

javax.resource.spi.ResourceAdapter has the following implementations.
Click this link to see all its implementation.

Method

voidendpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec)
This is called during the activation of a message endpoint.
ClassgetClass()
Returns the runtime class of this Object .
voidstart(BootstrapContext ctx)
This is called when a resource adapter instance is bootstrapped.
voidstop()
This is called when a resource adapter instance is undeployed or during application server shutdown.