Package org.jboss.weld.module.ejb
Interface EnterpriseBeanInstance
-
public interface EnterpriseBeanInstanceInterface implemented by all enterprise bean proxies to query/control the proxy- Author:
- Pete Muir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy(Marker marker, SessionBean<?> enterpriseBean, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext)
-
-
-
Method Detail
-
destroy
void destroy(Marker marker, SessionBean<?> enterpriseBean, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext)
-
-