Package | Description |
---|---|
javax.resource.spi |
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
|
org.jboss.resource.adapter.jms | |
org.jboss.resource.adapter.jms.inflow |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
This is called during the activation of a message endpoint.
|
void |
ResourceAdapter.endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
This is called when a message endpoint is deactivated.
|
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs)
This method is called by the application server during crash recovery.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec) |
void |
JmsResourceAdapter.endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec) |
XAResource[] |
JmsResourceAdapter.getXAResources(ActivationSpec[] specs) |
Modifier and Type | Class and Description |
---|---|
class |
JmsActivationSpec
A generic jms ActivationSpec.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.