Package | Description |
---|---|
org.jboss.jca.core.spi.rar |
This package contains the SPI for the resource adapter service registry.
|
Modifier and Type | Method and Description |
---|---|
javax.resource.spi.ActivationSpec |
Activation.createInstance()
Create an instance of the associated activation spec.
|
Endpoint |
ResourceAdapterRepository.getEndpoint(String uniqueId)
Get an endpoint representation for a resource adapter
|
List<MessageListener> |
ResourceAdapterRepository.getMessageListeners(String uniqueId)
Get a list of message listeners supported for a resource adapter
|
javax.resource.spi.ResourceAdapter |
ResourceAdapterRepository.getResourceAdapter(String uniqueId)
Get the resource adapter instance based on the unique id
|
void |
ResourceAdapterRepository.setRecoveryForResourceAdapter(String uniqueId,
boolean isXA)
Set the recovery mode for a resource adapter
|
void |
ResourceAdapterRepository.unregisterResourceAdapter(String key)
Unregister a resource adapter
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.