Searched defs:AroundTimeout (Results 1 - 1 of 1) 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

Completed in 18 milliseconds