Deprecated Methods |
org.apache.openejb.core.stateless.StatelessContainer._invoke(Class, Method, Method, Object[], Object, ThreadContext)
|
org.apache.openejb.config.sys.Container.getCtype()
use getType instead |
org.apache.openejb.math.util.ResizableDoubleArray.getValues()
replaced by ResizableDoubleArray.getInternalValues() as of 2.0 |
org.apache.openejb.RpcContainer.invoke(Object, Class, Method, Object[], Object)
use invoke signature with InterfaceType if possible. |
org.apache.openejb.core.stateless.StatelessContainer.invoke(Object, Method, Object[], Object, Object)
use invoke signature without 'securityIdentity' argument. |
org.apache.openejb.core.singleton.SingletonContainer.invoke(Object, Method, Object[], Object, Object)
use invoke signature without 'securityIdentity' argument. |
org.apache.openejb.core.mdb.MdbContainer.invoke(Object, Method, Object[], Object, Object)
use invoke signature without 'securityIdentity' argument. |
org.apache.openejb.core.cmp.CmpContainer.invoke(Object, Method, Object[], Object, Object)
use invoke signature without 'securityIdentity' argument. |
org.apache.openejb.core.managed.ManagedContainer.invoke(Object, Method, Object[], Object, Object)
use invoke signature without 'securityIdentity' argument. |
org.apache.openejb.core.entity.EntityContainer.invoke(Object, Method, Object[], Object, Object)
use invoke signature without 'securityIdentity' argument. |
org.apache.openejb.core.stateful.StatefulContainer.invoke(Object, Method, Object[], Object, Object)
use invoke signature without 'securityIdentity' argument. |
org.apache.openejb.RpcContainer.invoke(Object, Method, Object[], Object, Object)
use invoke signature without "securityIdentity" param. As of OpenEJB 3.0 this argument is ignored. |
org.apache.openejb.core.stateless.StatelessContainerFactory.setPoolSize(int)
use MaxSize |
org.apache.openejb.core.stateless.StatelessContainerFactory.setTimeOut(Duration)
use AccessTimeout |