This constructor allows a subclass to override the default naming
context.
Parameters: namingContext - The naming context to use for injection of managed beans.If this param is null then injection of resources will bedisabled and JBoss will only call @PostConstruct and
Method Detail
inject
public void inject(Object managedBean) throws InjectionProviderException(Code)
Inject naming resources into a managed bean and then call methods
annotated with @PostConstruct.
invokePostConstruct
public void invokePostConstruct(Object managedBean) throws InjectionProviderException(Code)
Call methods on a managed bean that are annotated with @PostConstruct.
invokePreDestroy
public void invokePreDestroy(Object managedBean) throws InjectionProviderException(Code)
Call methods on a managed bean that are annotated with @PreDestroy.