Deprecated Methods |
org.jboss.ejb3.aop.BeanContainer._getAdvisor()
|
org.jboss.ejb3.MCDependencyPolicy.addDependency(Class>)
See EJBTHREE-1828, depend on a bean name not business interface |
org.jboss.injection.AbstractHandler.addDependency(InjectionContainer, Class>)
resolve until a bean name is acquired, do not depend on a business interface |
org.jboss.injection.AbstractHandler.addDependency(InjectionContainer, String, Class>)
resolve until a bean name is acquired, do not depend on a business interface |
org.jboss.ejb3.MCDependencyPolicy.addDependency(String, Class>)
See EJBTHREE-1828, depend on a bean name not business interface |
org.jboss.ejb3.Ejb3Deployment.canResolveEJB()
|
org.jboss.ejb3.EJBContainer.canResolveEJB()
|
org.jboss.injection.EJBInjectionContainer.canResolveEJB()
configuration will become mandatory on the next release |
org.jboss.ejb3.pool.AbstractPool.create()
|
org.jboss.ejb3.service.ServiceContainer.createRemoteProxy(Object, RemoteBinding)
|
org.jboss.ejb3.stateful.StatefulContainer.destroySession(Object)
To be handled by SessionFactory.destroySession(Serializable) |
org.jboss.ejb3.EJBContainer.getAdvisor()
|
org.jboss.ejb3.aop.BeanContainer.getAnnotationRepository()
|
org.jboss.ejb3.EJBContainer.getAnnotations()
|
org.jboss.ejb3.EJBContainer.getClazz()
use getBeanClass |
org.jboss.ejb3.BaseContext.getInterceptorInstances(InterceptorInfo[])
|
org.jboss.ejb3.metadata.jpa.spec.PersistenceUnitMetaData.getLegacyMetadata()
|
org.jboss.ejb3.EJBContainer.getMethodInfo(Method)
|
org.jboss.ejb3.mdb.MessagingContainer.getMethodInfo(Method)
|
org.jboss.ejb3.Ejb3Deployment.getPersistenceUnitDeployments()
|
org.jboss.ejb3.session.SessionContainer.getRemoteBinding()
Non-deterministic, more than one binding may be specified
for this container |
org.jboss.ejb3.Ejb3Deployment.getRemoteProxyFactoryRegistry()
|
org.jboss.ejb3.stateless.StatelessBeanContext.getWebServiceContextProperty()
|
org.jboss.ejb3.service.ServiceContainer.invoke(Object, SerializableMethod, Object[])
To be removed alongside InvokableContext |
org.jboss.ejb3.session.SessionSpecContainer.invoke(Serializable, SerializableMethod, Object[])
|
org.jboss.ejb3.session.SessionContainer.invoke(SessionProxyFactory, Object, Method, Object[])
Use "invoke" as defined by InvokableContext |
org.jboss.ejb3.EJBContainer.invokePostConstruct(BeanContext, Object[])
|
org.jboss.ejb3.session.SessionSpecContainer.isEJBObjectMethod(Method)
Use isEjbObjectMethod(SerializableMethod method) |
org.jboss.ejb3.session.SessionSpecContainer.isHandleMethod(Method)
Use isHandleMethod(SerializableMethod method) |
org.jboss.ejb3.session.SessionSpecContainer.isHomeMethod(Method)
Use isHomeMethod(SerializableMethod method) in SessionSpecContainer |
org.jboss.ejb3.Ejb3DescriptorHandler.overrideAnnotations(EJBContainer, Member, String, Object)
|
org.jboss.ejb3.aop.BeanContainer.reinitializeAdvisor()
|
org.jboss.ejb3.EJBContainer.resolveAnnotation(Class)
use getAnnotation |
org.jboss.ejb3.EJBContainer.resolveAnnotation(Field, Class)
use getAnnotation |
org.jboss.ejb3.EJBContainer.resolveAnnotation(Method, Class)
use getAnnotation |
org.jboss.ejb3.EJBContainer.resolveAnnotation(Method, Class[])
this is going to be gone soon |
org.jboss.injection.InjectionContainer.resolveEjbContainer(Class>)
dependency resolving must not rely on runtime components |
org.jboss.injection.InjectionContainer.resolveEjbContainer(String, Class>)
dependency resolving must not rely on runtime components |
org.jboss.ejb3.EJBContainer.setAssemblyDescriptor(JBossAssemblyDescriptorMetaData)
|
org.jboss.ejb3.Ejb3Deployment.setProcessPersistenceUnits(boolean)
processing persistence units is no longer supported, use jpa-deployers |
org.jboss.ejb3.Ejb3Deployment.setRemoteProxyFactoryRegistry(RemoteProxyFactoryRegistry)
|
org.jboss.ejb3.stateless.StatelessBeanContext.setWebServiceContextProperty(BeanProperty)
|