Searched refs:aroundInvoke (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/
H A DSystemInterceptorProxy.java70 private Method aroundInvoke; field in class:SystemInterceptorProxy
89 aroundInvoke = m;
143 public Object aroundInvoke(InvocationContext ctx) throws Throwable { method in class:SystemInterceptorProxy
144 return doAround(ctx, aroundInvoke);
195 desc.setLifecycleCallbackMethod("aroundInvoke");
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DEjbDescriptor.java730 public void addMethodLevelChain(List<EjbInterceptor> chain, Method m, boolean aroundInvoke) { argument
752 boolean include = aroundInvoke ?

Completed in 24 milliseconds