Manorrock logo
Almanacs     Products     Open SourceSign In

EJB @Remove

Javadoc
The @Remove annotation lets you define that after running a particular method the stateful session bean will be taken out of service.
  @Stateful
  public class MySessionBean {
    @Remove
    public void andRemoveMeOnceDone()
    {
    }
  }
                

Up


Documents     Press releasesAbout us     Privacy    
Copyright notice