|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Remove
Applied to a business method of a stateful session bean class. Indicates that the stateful session bean is to be removed by the container after completion of the method.
Optional Element Summary | |
---|---|
boolean |
retainIfException
If true, the stateful session bean will not be removed if an exception is thrown from the designated method. |
public abstract boolean retainIfException
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.