| java.lang.Object org.apache.openejb.core.mdb.MdbContainer
Constructor Summary | |
public | MdbContainer(Object containerID, TransactionManager transactionManager, SecurityService securityService, ResourceAdapter resourceAdapter, Class messageListenerInterface, Class activationSpecClass, int instanceLimit, boolean txRecovery) |
Method Summary | |
public void | afterDelivery(Object instance) | public void | beforeDelivery(CoreDeploymentInfo deployInfo, Object instance, Method method, XAResource xaResource) | public void | deploy(DeploymentInfo info) | public DeploymentInfo[] | deployments() | public void | discardInstance(Object instance, ThreadContext context) | public Class | getActivationSpecClass() | public Object | getContainerID() | public ContainerType | getContainerType() | public DeploymentInfo | getDeploymentInfo(Object deploymentID) | public Class | getMessageListenerInterface() | public ResourceAdapter | getResourceAdapter() | public Object | invoke(Object deployID, Method callMethod, Object[] args, Object primKey, Object securityIdentity) | public Object | invoke(Object deploymentId, Class callInterface, Method method, Object[] args, Object primKey) | public Object | invoke(Object instance, Method method, Object... args) | public void | release(CoreDeploymentInfo deployInfo, Object instance) | public void | undeploy(DeploymentInfo info) |
MdbContainer | public MdbContainer(Object containerID, TransactionManager transactionManager, SecurityService securityService, ResourceAdapter resourceAdapter, Class messageListenerInterface, Class activationSpecClass, int instanceLimit, boolean txRecovery)(Code) | | |
getActivationSpecClass | public Class getActivationSpecClass()(Code) | | |
getMessageListenerInterface | public Class getMessageListenerInterface()(Code) | | |
getResourceAdapter | public ResourceAdapter getResourceAdapter()(Code) | | |
|
|