
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
17/Mar/08 05:40 AM
|
|
Methods annotated @Timeout in the enterprise bean class must return void and take a javax.ejb.Timer object as the only parameter. They may not throw application exceptions.
@Timeout
public void timeout(Timer timer) {
System.out.println("TimerBean: timeout occurred");
}
|
|
Description
|
Methods annotated @Timeout in the enterprise bean class must return void and take a javax.ejb.Timer object as the only parameter. They may not throw application exceptions.
@Timeout
public void timeout(Timer timer) {
System.out.println("TimerBean: timeout occurred");
}
|
Show » |
| No work has yet been logged on this issue.
|
|