Searched refs:AroundInvoke (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/interceptor/
H A DAroundInvoke.java57 * @AroundInvoke
61 * <p>A class must not declare more than one <tt>AroundInvoke</tt>
64 * <p>An <tt>AroundInvoke</tt> method can invoke any component or
67 * <p><tt>AroundInvoke</tt> method invocations occur within the same
71 * <p><tt>AroundInvoke</tt> methods may throw any exceptions that are
80 public @interface AroundInvoke { interface
/glassfish-3.1.2/tests/quicklook/weld/numberguess/src/java/numberguess/
H A DInterceptorA.java58 @AroundInvoke
H A DInterceptorB.java57 @AroundInvoke
/glassfish-3.1.2/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/
H A DAroundInvokeHandler.java48 import javax.interceptor.AroundInvoke;
63 * This handler is responsible for handling the javax.ejb.AroundInvoke attribute
76 return AroundInvoke.class;
H A DInterceptorsHandler.java54 import javax.interceptor.AroundInvoke;
164 if( m.getAnnotation(AroundInvoke.class) != null ) {
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/
H A DSystemInterceptorProxy.java43 import javax.interceptor.AroundInvoke;
88 } else if( m.getAnnotation(AroundInvoke.class) != null ) {
142 @AroundInvoke
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/
H A DDataSourceDefinitionHandler.java51 import javax.interceptor.AroundInvoke;
211 if(annotation.annotationType().equals(AroundInvoke.class) ||
252 annotationsList.add(AroundInvoke.class);
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/services/
H A DEjbServicesImpl.java56 import javax.interceptor.AroundInvoke;
299 return AroundInvoke.class;

Completed in 15 milliseconds