FileDocCategorySizeDatePackage
Remove.javaAPI DocGlassfish v2 API2599Fri May 04 22:35:54 BST 2007javax.ejb

Remove

public class 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.

Fields Summary
Constructors Summary
Methods Summary
booleanretainIfException()
If true, the stateful session bean will not be removed if an exception is thrown from the designated method.