javax.ejb
Annotation Type PrePassivate


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

Designates a method to receive a callback before a stateful session bean is passivated.



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.