Package org.jboss.weld.event
Class DefaultObserverNotifierFactory
java.lang.Object
org.jboss.weld.event.DefaultObserverNotifierFactory
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service,ObserverNotifierFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(String contextId, TypeSafeObserverResolver resolver, org.jboss.weld.bootstrap.api.ServiceRegistry services, boolean strict) Create a newObserverNotifierusing given resolver.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.weld.module.ObserverNotifierFactory
cleanup
-
Field Details
-
INSTANCE
-
-
Method Details
-
create
public ObserverNotifier create(String contextId, TypeSafeObserverResolver resolver, org.jboss.weld.bootstrap.api.ServiceRegistry services, boolean strict) Description copied from interface:ObserverNotifierFactoryCreate a newObserverNotifierusing given resolver.- Specified by:
createin interfaceObserverNotifierFactory- Parameters:
contextId- the container id of the running containerresolver- the given resolverstrict- true if this notifier should perform strict type checks, false if this notifier should be lenient (used internally only)- Returns:
-