|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanContext | |
---|---|
org.jboss.ejb3.interceptors.aop | |
org.jboss.ejb3.interceptors.container | |
org.jboss.ejb3.interceptors.direct |
Uses of BeanContext in org.jboss.ejb3.interceptors.aop |
---|
Methods in org.jboss.ejb3.interceptors.aop with parameters of type BeanContext | |
---|---|
static org.jboss.aop.advice.Interceptor[] |
LifecycleCallbacks.createLifecycleCallbackInterceptors(org.jboss.aop.Advisor advisor,
java.util.List<java.lang.Class<?>> lifecycleInterceptorClasses,
BeanContext<?> component,
java.lang.Class<? extends java.lang.annotation.Annotation> lifecycleAnnotationType)
|
Uses of BeanContext in org.jboss.ejb3.interceptors.container |
---|
Classes in org.jboss.ejb3.interceptors.container that implement BeanContext | |
---|---|
class |
DummyBeanContext<T>
|
Methods in org.jboss.ejb3.interceptors.container that return BeanContext | |
---|---|
protected BeanContext<T> |
AbstractContainer.construct(java.lang.reflect.Constructor<? extends T> constructor,
java.lang.Object... initargs)
|
BeanContext<T> |
BeanContextFactory.createBean()
|
BeanContext<T> |
SimpleBeanContextFactory.createBean()
|
BeanContext<?> |
ContainerMethodInvocation.getBeanContext()
|
BeanContext<?> |
ContainerMethodInvocationWrapper.getBeanContext()
|
Methods in org.jboss.ejb3.interceptors.container with parameters of type BeanContext | ||
---|---|---|
protected void |
AbstractContainer.destroy(BeanContext<T> bean)
|
|
void |
BeanContextFactory.destroyBean(BeanContext<T> bean)
|
|
void |
SimpleBeanContextFactory.destroyBean(BeanContext<T> component)
|
|
protected java.lang.Object |
AbstractContainer.invoke(BeanContext<T> target,
java.lang.reflect.Method method,
java.lang.Object[] arguments)
Call a method upon a target object with all interceptors in place. |
|
protected
|
AbstractContainer.invoke(BeanContext<T> target,
java.lang.String methodName,
java.lang.Object... args)
A convenient, but unchecked and slow method to call a method upon a target. |
|
void |
ContainerMethodInvocation.setBeanContext(BeanContext<?> beanContext)
|
Uses of BeanContext in org.jboss.ejb3.interceptors.direct |
---|
Methods in org.jboss.ejb3.interceptors.direct that return BeanContext | |
---|---|
BeanContext<T> |
AbstractDirectContainer.construct()
|
BeanContext<T> |
AbstractDirectContainer.construct(java.lang.Object[] initargs,
java.lang.Class<?>[] parameterTypes)
|
Methods in org.jboss.ejb3.interceptors.direct with parameters of type BeanContext | ||
---|---|---|
void |
AbstractDirectContainer.destroy(BeanContext<T> bean)
|
|
java.lang.Object |
AbstractDirectContainer.invoke(BeanContext<T> target,
java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
|
|
AbstractDirectContainer.invoke(BeanContext<T> target,
java.lang.String methodName,
java.lang.Object... args)
A convenient, but unchecked and slow method to call a method upon a target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |