| javax.ejb.Remove
Remove | public @interface Remove(Code) | | Call on this annotated method will do a remove of the stateful bean except if retainIfException is set to true.
See Also: EJB 3.0 specification author: Florent Benoit since: EJB 3.0 version. |
Field Summary | |
boolean | retainIfException Do not remove bean if there is an exception (if true). |
retainIfException | boolean retainIfException(Code) | | Do not remove bean if there is an exception (if true).
|
|
|