Package | Description |
---|---|
org.jboss.jca.core.rar |
This package contains an implementation of the resource adapter repository.
|
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 |
ActivationImpl.createInstance()
Create an instance of the associated activation spec.
|
Endpoint |
SimpleResourceAdapterRepository.getEndpoint(java.lang.String uniqueId)
Get an endpoint representation for a resource adapter
|
java.util.List<MessageListener> |
SimpleResourceAdapterRepository.getMessageListeners(java.lang.String uniqueId)
Get a list of message listeners supported for a resource adapter
|
javax.resource.spi.ResourceAdapter |
SimpleResourceAdapterRepository.getResourceAdapter(java.lang.String uniqueId)
Get the resource adapter instance based on the unique id
|
void |
SimpleResourceAdapterRepository.unregisterResourceAdapter(java.lang.String key)
Unregister a resource adapter
|
Modifier and Type | Method and Description |
---|---|
javax.resource.spi.ActivationSpec |
Activation.createInstance()
Create an instance of the associated activation spec.
|
Endpoint |
ResourceAdapterRepository.getEndpoint(java.lang.String uniqueId)
Get an endpoint representation for a resource adapter
|
java.util.List<MessageListener> |
ResourceAdapterRepository.getMessageListeners(java.lang.String uniqueId)
Get a list of message listeners supported for a resource adapter
|
javax.resource.spi.ResourceAdapter |
ResourceAdapterRepository.getResourceAdapter(java.lang.String uniqueId)
Get the resource adapter instance based on the unique id
|
void |
ResourceAdapterRepository.unregisterResourceAdapter(java.lang.String key)
Unregister a resource adapter
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)