Uses of Interface
org.ow2.easybeans.api.EasyBeansInvocationContext

Packages that use EasyBeansInvocationContext
org.ow2.easybeans.api Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.interceptor   
 

Uses of EasyBeansInvocationContext in org.ow2.easybeans.api
 

Methods in org.ow2.easybeans.api with parameters of type EasyBeansInvocationContext
 boolean EZBPermissionManager.checkSecurity(EasyBeansInvocationContext invocationContext, boolean runAsBean)
          Checks the security for the given invocation context.
 Object EasyBeansInterceptor.intercept(EasyBeansInvocationContext invocationContext)
          Defines the interceptor schema of EasyBeans interceptors.
 

Uses of EasyBeansInvocationContext in org.ow2.easybeans.api.interceptor
 

Methods in org.ow2.easybeans.api.interceptor that return EasyBeansInvocationContext
 EasyBeansInvocationContext EZBInvocationContextFactory.getContext(EasyBeansBean instance, EZBInterceptorManager interceptorManager, String interceptorType, String methodSignature, Object... parameters)
          Gets an invocation context for the given method.
 

Methods in org.ow2.easybeans.api.interceptor with parameters of type EasyBeansInvocationContext
 Object EZBInterceptorInvoker.invoke(EasyBeansInvocationContext invocationContext, EZBInterceptorManager interceptorManager)
          Invocation of the given invoker and it will return a result (or throw an exception if there is a failure).
 



Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.