A B C D E F G I L N O P R S U V W

A

addDependentSFSB(Object, Object) - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Keep track of which proxies have gotten EJB objects out of a context
afterActivate(InvocationContext) - Method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
PostActivate callback
afterConstruct(InvocationContext) - Method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Post construct.

B

BaseEjbBean<T> - Class in org.apache.webbeans.ejb.common.component
Defines bean contract for the session beans.
BaseEjbBean(Class<T>, SessionBeanType, WebBeansContext) - Constructor for class org.apache.webbeans.ejb.common.component.BaseEjbBean
Creates a new instance of the session bean.
beforePassivate(InvocationContext) - Method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
PrePassivate callback

C

callAroundTimeouts(InvocationContext) - Method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Around Timeout.
callToOwbInterceptors(InvocationContext) - Method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Called for every business methods.
CdiDefaultEjbInjector - Class in org.apache.webbeans.ejb.common.util
 
CdiDefaultEjbInjector() - Constructor for class org.apache.webbeans.ejb.common.util.CdiDefaultEjbInjector
Default constructor.
checkCreateConditions() - Method in class org.apache.webbeans.ejb.common.component.EjbBeanCreatorImpl
createComponentInstance(CreationalContext<T>) - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean

D

defineApiType() - Method in class org.apache.webbeans.ejb.common.component.EjbBeanCreatorImpl
defineApiType(BaseEjbBean<?>) - Static method in class org.apache.webbeans.ejb.common.util.EjbDefinitionUtility
 
defineEjbBeanProxy(BaseEjbBean<T>, Class<?>, CreationalContext<?>) - Static method in class org.apache.webbeans.ejb.common.util.EjbDefinitionUtility
 
defineObserverMethods() - Method in class org.apache.webbeans.ejb.common.component.EjbBeanCreatorImpl
 
defineScopeType(String, boolean) - Method in class org.apache.webbeans.ejb.common.component.EjbBeanCreatorImpl
defineSpecializedData(Class<T>, BaseEjbBean<T>) - Static method in class org.apache.webbeans.ejb.common.util.EjbUtility
 
destroyComponentInstance(T, CreationalContext<T>) - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
destroyStatefulSessionBeanInstance(T, Object) - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Called when we must ask the container to remove a specific

E

EJB_WEBBEANS_ERROR_CLASS_PREFIX - Static variable in class org.apache.webbeans.ejb.common.util.EjbConstants
 
EJB_WEBBEANS_ERROR_PREFIX - Static variable in class org.apache.webbeans.ejb.common.util.EjbConstants
 
EjbBeanCreator<T> - Interface in org.apache.webbeans.ejb.common.component
 
EjbBeanCreatorImpl<T> - Class in org.apache.webbeans.ejb.common.component
EjbBeanCreatorImpl.
EjbBeanCreatorImpl(BaseEjbBean<T>) - Constructor for class org.apache.webbeans.ejb.common.component.EjbBeanCreatorImpl
 
EjbBeanProxyHandler - Class in org.apache.webbeans.ejb.common.proxy
EJB beans proxy handler.
EjbBeanProxyHandler() - Constructor for class org.apache.webbeans.ejb.common.proxy.EjbBeanProxyHandler
 
EjbBeanProxyHandler(BaseEjbBean<?>, CreationalContext<?>) - Constructor for class org.apache.webbeans.ejb.common.proxy.EjbBeanProxyHandler
Creates a new instance.
EjbClassUtility - Class in org.apache.webbeans.ejb.common.util
 
EjbConstants - Class in org.apache.webbeans.ejb.common.util
 
EjbDefinitionUtility - Class in org.apache.webbeans.ejb.common.util
 
ejbType - Variable in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Session bean type
EjbUtility - Class in org.apache.webbeans.ejb.common.util
 
EjbValidator - Class in org.apache.webbeans.ejb.common.util
Validates session beans.

F

fireEvents(Class<T>, BaseEjbBean<T>, ProcessAnnotatedType<T>) - Static method in class org.apache.webbeans.ejb.common.util.EjbUtility
 

G

getAroundTimeoutClass() - Method in class org.apache.webbeans.ejb.plugin.OpenWebBeansEjbLCAPluginImpl
 
getBean() - Method in class org.apache.webbeans.ejb.common.component.EjbBeanCreatorImpl
getBusinessLocalInterfaces() - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Subclasses must override this to return local interfaces.
getContextualCreationalContext() - Method in class org.apache.webbeans.ejb.common.proxy.EjbBeanProxyHandler
 
getDependentSFSBForProxy(Object) - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
 
getEjbBean() - Static method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
 
getEjbName() - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Subclasses must override this to return ejb name
getEjbType() - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Gets ejb session type.
getInstance(CreationalContext<T>) - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Sublclasses must return instance.
getLocalInterfaceClass(Type) - Static method in class org.apache.webbeans.ejb.common.util.EjbClassUtility
 
getPostActivateClass() - Method in class org.apache.webbeans.ejb.plugin.OpenWebBeansEjbLCAPluginImpl
 
getPrePassivateClass() - Method in class org.apache.webbeans.ejb.plugin.OpenWebBeansEjbLCAPluginImpl
 
getRemoveMethods() - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Subclasses can override this.
getThreadCreationalContext() - Static method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
 

I

injectDependenciesOfEjbInstance(Object, Object) - Method in class org.apache.webbeans.ejb.common.util.CdiDefaultEjbInjector
Inject dependencies of given ejb instance.
injectDependenciesOfEjbInterceptor(Object, Object, Object) - Method in class org.apache.webbeans.ejb.common.util.CdiDefaultEjbInjector
Inject dependencies of given interceptor instance.
injectFieldInInterceptor(Object, CreationalContext<?>) - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Inject session bean injected fields.
interceptedMethodMap - Variable in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Intercepted methods
invoke(Object, Method, Method, Object[]) - Method in class org.apache.webbeans.ejb.common.proxy.EjbBeanProxyHandler
isBusinessMethod(Method, BaseEjbBean<?>) - Static method in class org.apache.webbeans.ejb.common.util.EjbUtility
Check if a given Method is a business method of the given enterprise bean.
isPassivationCapable() - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
 

L

lifecycleCommon(InvocationContext, InterceptorType) - Method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
 

N

needsBeanLocalViewAddedToTypes() - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
 
nonCtxInterceptedMethodMap - Variable in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Non contextual Intercepted methods

O

OBJECT_EMPTY - Static variable in class org.apache.webbeans.ejb.common.component.BaseEjbBean
 
OpenWebBeansEjbInterceptor - Class in org.apache.webbeans.ejb.common.interceptor
EJB interceptor that is responsible for injection dependent instances, and call OWB based interceptors and decorators.
OpenWebBeansEjbInterceptor() - Constructor for class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Creates a new instance.
OpenWebBeansEjbLCAPluginImpl - Class in org.apache.webbeans.ejb.plugin
EJB Plugin for EJB related components.
OpenWebBeansEjbLCAPluginImpl() - Constructor for class org.apache.webbeans.ejb.plugin.OpenWebBeansEjbLCAPluginImpl
 
org.apache.webbeans.ejb.common.component - package org.apache.webbeans.ejb.common.component
 
org.apache.webbeans.ejb.common.interceptor - package org.apache.webbeans.ejb.common.interceptor
 
org.apache.webbeans.ejb.common.proxy - package org.apache.webbeans.ejb.common.proxy
 
org.apache.webbeans.ejb.common.util - package org.apache.webbeans.ejb.common.util
 
org.apache.webbeans.ejb.plugin - package org.apache.webbeans.ejb.plugin
 

P

preDestroy(InvocationContext) - Method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Pre destroy.

R

readExternal(ObjectInput) - Method in class org.apache.webbeans.ejb.common.proxy.EjbBeanProxyHandler
 
releaseNonContextualDependents(Object) - Method in class org.apache.webbeans.ejb.common.util.CdiDefaultEjbInjector
Release context for noncontextual ejb instance.
removeDependentSFSB(Object) - Method in class org.apache.webbeans.ejb.common.component.BaseEjbBean
Call after observing an @Remove method on an EJB instance

S

setThreadLocal(BaseEjbBean<?>, CreationalContext<?>) - Static method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Sets thread local.

U

unsetThreadLocal() - Static method in class org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor
Remove locals.

V

validateDecoratorOrInterceptor(Class<?>) - Static method in class org.apache.webbeans.ejb.common.util.EjbValidator
Validates session bean decorator/interceptor conditions.
validateEjbScopeType(BaseEjbBean<?>) - Static method in class org.apache.webbeans.ejb.common.util.EjbValidator
Validates session bean's scope.
validateGenericBeanType(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.webbeans.ejb.common.util.EjbValidator
Check generic type conditions.
validateObserverMethods(BaseEjbBean<?>, Set<ObserverMethod<?>>) - Static method in class org.apache.webbeans.ejb.common.util.EjbValidator
 

W

writeExternal(ObjectOutput) - Method in class org.apache.webbeans.ejb.common.proxy.EjbBeanProxyHandler
 

A B C D E F G I L N O P R S U V W

Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.