Interface ActiveInboundResourceAdapter
-
- All Superinterfaces:
ActiveResourceAdapter
- All Known Implementing Classes:
ActiveInboundResourceAdapterImpl,ActiveJmsResourceAdapter
public interface ActiveInboundResourceAdapter extends ActiveResourceAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEndpointFactoryInfo(String id, MessageEndpointFactoryInfo info)Adds endpoint factory information.MessageEndpointFactoryInfogetEndpointFactoryInfo(String id)Returns information about endpoint factory.voidremoveEndpointFactoryInfo(String id)Removes information about an endpoint factoryvoidupdateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor)update MDB container runtime propertiesvoidvalidateActivationSpec(jakarta.resource.spi.ActivationSpec spec)validate the activation-spec-
Methods inherited from interface com.sun.enterprise.connectors.ActiveResourceAdapter
createManagedConnectionFactories, createManagedConnectionFactory, destroy, getClassLoader, getDescriptor, getModuleName, getResourceAdapter, handles, init, setup
-
-
-
-
Method Detail
-
addEndpointFactoryInfo
void addEndpointFactoryInfo(String id, MessageEndpointFactoryInfo info)
Adds endpoint factory information.- Parameters:
id- Unique identifier of the endpoint factory.info-MessageEndpointFactoryInfoobject.
-
removeEndpointFactoryInfo
void removeEndpointFactoryInfo(String id)
Removes information about an endpoint factory- Parameters:
id- Unique identifier of the endpoint factory to be removed.
-
getEndpointFactoryInfo
MessageEndpointFactoryInfo getEndpointFactoryInfo(String id)
Returns information about endpoint factory.- Parameters:
id- Id of the endpoint factory.- Returns:
MessageEndpointFactoryIndoobject.
-
updateMDBRuntimeInfo
void updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor) throws ConnectorRuntimeException
update MDB container runtime properties- Parameters:
descriptor_- MessageBean DescriptorpoolDescriptor- Bean pool descriptor- Throws:
ConnectorRuntimeException
-
validateActivationSpec
void validateActivationSpec(jakarta.resource.spi.ActivationSpec spec)
validate the activation-spec- Parameters:
spec- activation-spec
-
-