javax.ejb
Annotation Type PostActivate


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

Called on a stateful bean's method when activation has been done.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification



Copyright © 2008. All Rights Reserved.