Interceptors 1.1 API 1.0.0.Final

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: 107909 $
Author:
Carlo de Wolf


Interceptors 1.1 API 1.0.0.Final

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