org.jboss.webbeans.manager.api
Interface WebBeansManager

All Superinterfaces:
Manager, java.io.Serializable
All Known Implementing Classes:
ManagerImpl

public interface WebBeansManager
extends Manager, java.io.Serializable

Functionality provided by the Web Beans Manager over and above the JSR-299 Manager.

Author:
Pete Muir

Method Summary
 void injectNonContextualInstance(java.lang.Object instance)
          Perform JSR-299 dependency injection into a non-contextual instance
 void shutdown()
           
 
Methods inherited from interface javax.inject.manager.Manager
addBean, addContext, addDecorator, addInterceptor, addObserver, addObserver, createActivity, fireEvent, getContext, getInstance, getInstanceByName, getInstanceByType, getInstanceByType, getInstanceToInject, getInstanceToInject, parse, removeObserver, removeObserver, resolveByName, resolveByType, resolveByType, resolveDecorators, resolveInterceptors, resolveObservers, setCurrent
 

Method Detail

injectNonContextualInstance

void injectNonContextualInstance(java.lang.Object instance)
Perform JSR-299 dependency injection into a non-contextual instance

Parameters:
instance - the instance to inject

shutdown

void shutdown()


Copyright © 2011. All Rights Reserved.