Class InstanceManager
- java.lang.Object
-
- org.jboss.weld.environment.se.beans.InstanceManager
-
@Vetoed @Deprecated public class InstanceManager extends Object
Deprecated.A managed bean which holds all of the injected instances of managed beans and events. It is primarily used as a delegate for theWeldContainerclass's instance() and event() methods.- Author:
- Peter Royle, Ales Justin
- See Also:
WeldContainer
-
-
Constructor Summary
Constructors Constructor Description InstanceManager()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.enterprise.event.Event<Object>getEvents()Deprecated.javax.enterprise.inject.Instance<Object>getInstances()Deprecated.
-