Method Summary |
|
public void | endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) Called during activation of a message endpoint. |
public void | endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) Called during deactivation of a message endpoint. |
public ConnectionFactory | getConnectionFactory() Gets the connection factory. |
public Destination | getDestination() |
WorkManager | getWorkManager() Returns the work manager. |
public XAResource[] | getXAResources(ActivationSpec[] specs) Called during crash recovery. |
public void | init() Initialization. |
public void | setConnectionFactory(ConnectionFactory factory) Sets the connection factory. |
public void | setDestination(Destination destination) |
public void | start(BootstrapContext ctx) Called when the resource adapter is started. |
public void | stop() Called when the resource adapter is stopped. |