Searched refs:AroundTimeout (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/interceptor/
H A DAroundTimeout.java57 * @AroundTimeout
61 * <p>A class must not declare more than one <tt>AroundTimeout</tt>
64 * <p>An <tt>AroundTimeout</tt> method can invoke any component or
68 * <tt>AroundTimeout</tt> method to retrieve the timer object
71 * <p><tt>AroundTimeout</tt> method invocations occur within the same
75 * <p><tt>AroundTimeout</tt> methods may throw any exceptions that are
84 public @interface AroundTimeout { interface
/glassfish-3.1.2/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/
H A DAroundTimeoutHandler.java48 import javax.interceptor.AroundTimeout;
63 * This handler is responsible for handling the javax.ejb.AroundTimeout attribute
76 return AroundTimeout.class;
H A DInterceptorsHandler.java55 import javax.interceptor.AroundTimeout;
167 if( m.getAnnotation(AroundTimeout.class) != null ) {
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/
H A DSystemInterceptorProxy.java46 import javax.interceptor.AroundTimeout;
91 } else if( m.getAnnotation(AroundTimeout.class) != null ) {
147 @AroundTimeout
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/
H A DDataSourceDefinitionHandler.java52 import javax.interceptor.AroundTimeout;
212 annotation.annotationType().equals(AroundTimeout.class) ||
253 annotationsList.add(AroundTimeout.class);
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/services/
H A DEjbServicesImpl.java57 import javax.interceptor.AroundTimeout;
301 return AroundTimeout.class;

Completed in 15 milliseconds