org.jboss.webbeans.bean.proxy
Interface EnterpriseBeanInstance


public interface EnterpriseBeanInstance

Interface implemented by all enterprise bean proxies to query/control the proxy

Author:
Pete Muir

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

Method Detail

isDestroyed

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

Returns:
True if invoked, false otherwise

setDestroyed

void setDestroyed(boolean destroyed)


Copyright © 2011. All Rights Reserved.