|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActiveInboundResourceAdapter
| Method Summary | |
|---|---|
void |
addEndpointFactoryInfo(java.lang.String id,
MessageEndpointFactoryInfo info)
Adds endpoint factory information. |
MessageEndpointFactoryInfo |
getEndpointFactoryInfo(java.lang.String id)
Returns information about endpoint factory. |
void |
removeEndpointFactoryInfo(java.lang.String id)
Removes information about an endpoint factory |
void |
updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_,
BeanPoolDescriptor poolDescriptor)
update MDB container runtime properties |
void |
validateActivationSpec(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 |
|---|
void addEndpointFactoryInfo(java.lang.String id,
MessageEndpointFactoryInfo info)
id - Unique identifier of the endpoint factory.info - MessageEndpointFactoryInfo object.void removeEndpointFactoryInfo(java.lang.String id)
id - Unique identifier of the endpoint factory to be
removed.MessageEndpointFactoryInfo getEndpointFactoryInfo(java.lang.String id)
id - Id of the endpoint factory.
MessageEndpointFactoryIndo object.
void updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_,
BeanPoolDescriptor poolDescriptor)
throws ConnectorRuntimeException
descriptor_ - MessageBean DescriptorpoolDescriptor - Bean pool descriptor
ConnectorRuntimeExceptionvoid validateActivationSpec(ActivationSpec spec)
spec - activation-spec
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||