Save This Page
Home » glassfish-v2ur2-b04-src » javax » ejb » [javadoc | source]
javax.ejb
public class: Remove [javadoc | source]
javax.ejb.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.
Method from javax.ejb.Remove Summary:
retainIfException
Method from javax.ejb.Remove Detail:
 boolean retainIfException() 
    If true, the stateful session bean will not be removed if an exception is thrown from the designated method.