Example usage for Java javax.resource.spi ResourceAdapter fields, constructors, methods, implement or subclass
The text is from its open source code.
void | endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) This is called during the activation of a message endpoint. |
Class> | getClass() Returns the runtime class of this Object . |
void | start(BootstrapContext ctx) This is called when a resource adapter instance is bootstrapped. |
void | stop() This is called when a resource adapter instance is undeployed or during application server shutdown. |