org.jboss.weld.environment.se.beans
Class InstanceManager
java.lang.Object
org.jboss.weld.environment.se.beans.InstanceManager
public class InstanceManager
- extends Object
A managed bean which holds all of the injected instances of managed beans and
events. It is primarily used as a delegate for the WeldContainer
class's instance()
and event() methods.
- Author:
- Peter Royle
- See Also:
WeldContainer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceManager
public InstanceManager()
getInstances
public javax.enterprise.inject.Instance<Object> getInstances()
getEvents
public javax.enterprise.event.Event<Object> getEvents()
Copyright © 2013 Seam Framework. All Rights Reserved.