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.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec) |
void |
JmsResourceAdapter.endpointDeactivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec) |
Modifier and Type | Field and Description |
---|---|
protected MessageEndpointFactory |
JmsActivation.endpointFactory
The message endpoint factory
|
Modifier and Type | Method and Description |
---|---|
MessageEndpointFactory |
JmsActivation.getMessageEndpointFactory() |
Constructor and Description |
---|
JmsActivation(JmsResourceAdapter ra,
MessageEndpointFactory endpointFactory,
JmsActivationSpec spec) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.