org.jboss.webbeans.bean.proxy
Interface EnterpriseBeanInstance


public interface EnterpriseBeanInstance

Interface implemented by all enterprise bean proxies to determine if the enterprise bean has already had a remove method called by the application

Author:
Pete Muir

Method Summary
 boolean isDestroyed()
          Indicated if a remove method has been invoked by the application
 

Method Detail

isDestroyed

boolean isDestroyed()
Indicated if a remove method has been invoked by the application

Returns:
True if invoked, false otherwise


Copyright © 2008-2009. All Rights Reserved.