org.jboss.ejb3.annotation
Annotation Type TransactionTimeout


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface TransactionTimeout

Annotation for specifying the transaction timeout of an EJB business method

Version:
$Revision: 67834 $
Author:
William DeCoste

Optional Element Summary
 int value
           
 

value

public abstract int value
Default:
0


Copyright © 2009 JBoss Inc.. All Rights Reserved.