public interface ActiveInboundResourceAdapter extends ActiveResourceAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpointFactoryInfo(String id,
MessageEndpointFactoryInfo info)
Adds endpoint factory information.
|
MessageEndpointFactoryInfo |
getEndpointFactoryInfo(String id)
Returns information about endpoint factory.
|
void |
removeEndpointFactoryInfo(String id)
Removes information about an endpoint factory
|
void |
updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_,
BeanPoolDescriptor poolDescriptor)
update MDB container runtime properties
|
void |
validateActivationSpec(javax.resource.spi.ActivationSpec spec)
validate the activation-spec
|
createManagedConnectionFactories, createManagedConnectionFactory, destroy, getClassLoader, getDescriptor, getModuleName, getResourceAdapter, handles, init, setupvoid addEndpointFactoryInfo(String id, MessageEndpointFactoryInfo info)
id - Unique identifier of the endpoint factory.info - MessageEndpointFactoryInfo object.void removeEndpointFactoryInfo(String id)
id - Unique identifier of the endpoint factory to be
removed.MessageEndpointFactoryInfo getEndpointFactoryInfo(String id)
id - Id of the endpoint factory.MessageEndpointFactoryIndo object.void updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor) throws ConnectorRuntimeException
descriptor_ - MessageBean DescriptorpoolDescriptor - Bean pool descriptorConnectorRuntimeExceptionvoid validateActivationSpec(javax.resource.spi.ActivationSpec spec)
spec - activation-specCopyright © 2019. All rights reserved.