javax.interceptor
Annotation Type AroundTimeout


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface AroundTimeout

Defines an interceptor for a timeout method. The method must have the signature: public Object (InvocationContext) throws Exception

Since:
3.1
Version:
$Revision: $
Author:
Carlo de Wolf



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.