| java.lang.Object org.apache.openejb.core.stateful.StatefulContainer
Inner Class :public static enum MethodType | |
Method Summary | |
protected Object | _invoke(Method callMethod, InterceptorStack interceptorStack, Object[] args, Object bean, ThreadContext callContext) | protected Object | businessMethod(CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, Method callMethod, Object[] args) | protected ProxyInfo | createEJBObject(CoreDeploymentInfo deploymentInfo, Class callInterface, Method callMethod, Object[] args) | public void | deploy(DeploymentInfo deploymentInfo) | public synchronized DeploymentInfo[] | deployments() | public void | discardInstance(Object bean, ThreadContext threadContext) | public Object | getContainerID() | public ContainerType | getContainerType() | public synchronized DeploymentInfo | getDeploymentInfo(Object deploymentID) | public StatefulInstanceManager | getInstanceManager() | public Object | invoke(Object deployID, Method callMethod, Object[] args, Object primKey, Object securityIdentity) | public Object | invoke(Object deployID, Class callInterface, Method callMethod, Object[] args, Object primKey) | protected Object | newPrimaryKey() | protected StatefulInstanceManager | newStatefulInstanceManager(TransactionManager transactionManager, SecurityService securityService, Class passivator, int timeOut, int poolSize, int bulkPassivate) | protected Object | removeEJBObject(CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, Method callMethod, Object[] args) | public void | undeploy(DeploymentInfo info) |
deploymentsById | final protected Map<Object, DeploymentInfo> deploymentsById(Code) | | Index used for getDeployments() and getDeploymentInfo(deploymentId).
|
|
|