| javax.ejb.Remove
Remove | public @interface Remove(Code) | | 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.
|
Field Summary | |
boolean | retainIfException If true, the stateful session bean will not be removed if an
exception is thrown from the designated method. |
retainIfException | boolean retainIfException(Code) | | If true, the stateful session bean will not be removed if an
exception is thrown from the designated method.
|
|
|