Uses of Interface
javax.enterprise.inject.spi.ObserverMethod
-
Packages that use ObserverMethod Package Description javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator org.jboss.weld.bean.builtin org.jboss.weld.bootstrap org.jboss.weld.bootstrap.events org.jboss.weld.bootstrap.events.configurator org.jboss.weld.environment.se org.jboss.weld.event org.jboss.weld.logging Allocated message IDs:org.jboss.weld.manager org.jboss.weld.resolution org.jboss.weld.util -
-
Uses of ObserverMethod in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return ObserverMethod Modifier and Type Method Description ObserverMethod<T>ProcessObserverMethod. getObserverMethod()TheObserverMethodobject that will be used by the container to invoke the observer when a matching event is fired.Methods in javax.enterprise.inject.spi that return types with arguments of type ObserverMethod Modifier and Type Method Description <T> Set<ObserverMethod<? super T>>BeanManager. resolveObserverMethods(T event, Annotation... qualifiers)Return an ordered set of observer methods for an event.Methods in javax.enterprise.inject.spi with parameters of type ObserverMethod Modifier and Type Method Description voidAfterBeanDiscovery. addObserverMethod(ObserverMethod<?> observerMethod)Fires an event of typeProcessObserverMethodcontaining the givenObserverMethodand then registers theObserverMethodwith the container, thereby making it available for event notifications.voidProcessObserverMethod. setObserverMethod(ObserverMethod<T> observerMethod)Replaces theObserverMethod. -
Uses of ObserverMethod in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator with parameters of type ObserverMethod Modifier and Type Method Description ObserverMethodConfigurator<T>ObserverMethodConfigurator. read(ObserverMethod<T> method)Read observer meta data from a existing ObserverMethod -
Uses of ObserverMethod in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return types with arguments of type ObserverMethod Modifier and Type Method Description <T> Set<ObserverMethod<? super T>>BeanManagerProxy. resolveObserverMethods(T event, Annotation... qualifiers) -
Uses of ObserverMethod in org.jboss.weld.bootstrap
Constructor parameters in org.jboss.weld.bootstrap with type arguments of type ObserverMethod Constructor Description FastProcessAnnotatedTypeResolver(Iterable<ObserverMethod<?>> observers) -
Uses of ObserverMethod in org.jboss.weld.bootstrap.events
Fields in org.jboss.weld.bootstrap.events declared as ObserverMethod Modifier and Type Field Description protected ObserverMethod<T>ProcessObserverMethodImpl. observerMethodMethods in org.jboss.weld.bootstrap.events that return ObserverMethod Modifier and Type Method Description protected static <T,X>
ObserverMethod<T>ProcessObserverMethodImpl. fire(ProcessObserverMethodImpl<T,X> event)static <T,X>
ObserverMethod<T>ProcessObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod)static <T,X>
ObserverMethod<T>ProcessSyntheticObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod, Extension extension)<T> ObserverMethod<T>ContainerLifecycleEvents. fireProcessObserverMethod(BeanManagerImpl beanManager, ObserverMethod<T> observer, Extension extension)<T,X>
ObserverMethod<T>ContainerLifecycleEvents. fireProcessObserverMethod(BeanManagerImpl beanManager, ObserverMethodImpl<T,X> observer)ObserverMethod<T>ProcessObserverMethodImpl. getObserverMethod()Methods in org.jboss.weld.bootstrap.events with parameters of type ObserverMethod Modifier and Type Method Description voidAfterBeanDiscoveryImpl. addObserverMethod(ObserverMethod<?> observerMethod)static <T,X>
ObserverMethod<T>ProcessObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod)static <T,X>
ObserverMethod<T>ProcessSyntheticObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod, Extension extension)<T> ObserverMethod<T>ContainerLifecycleEvents. fireProcessObserverMethod(BeanManagerImpl beanManager, ObserverMethod<T> observer, Extension extension)voidContainerLifecycleEvents. processObserverMethod(ObserverMethod<?> observer)voidProcessObserverMethodImpl. setObserverMethod(ObserverMethod<T> observerMethod) -
Uses of ObserverMethod in org.jboss.weld.bootstrap.events.configurator
Methods in org.jboss.weld.bootstrap.events.configurator that return ObserverMethod Modifier and Type Method Description ObserverMethod<T>ObserverMethodConfiguratorImpl. complete()Methods in org.jboss.weld.bootstrap.events.configurator with parameters of type ObserverMethod Modifier and Type Method Description ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. read(ObserverMethod<T> observerMethod)Constructors in org.jboss.weld.bootstrap.events.configurator with parameters of type ObserverMethod Constructor Description ObserverMethodConfiguratorImpl(ObserverMethod<T> observerMethod, Extension extension) -
Uses of ObserverMethod in org.jboss.weld.environment.se
Classes in org.jboss.weld.environment.se that implement ObserverMethod Modifier and Type Class Description classContainerLifecycleObserver<T>Represents a synthetic container lifecycle event observer. -
Uses of ObserverMethod in org.jboss.weld.event
Subinterfaces of ObserverMethod in org.jboss.weld.event Modifier and Type Interface Description interfaceContainerLifecycleEventObserverMethod<T>Marker interface for container lifecycle event observer methods.interfaceEventMetadataAwareObserverMethod<T>Marker interface for observer methods which are able to decide whether an access toEventMetadatais required or not.interfaceSyntheticObserverMethod<T>Marker interface for synthetic observer methods.Classes in org.jboss.weld.event that implement ObserverMethod Modifier and Type Class Description classExtensionObserverMethodImpl<T,X>An implementation ofObserverMethodused for events delivered to extensions.classObserverMethodImpl<T,X>Reference implementation for the ObserverMethod interface, which represents an observer method.Methods in org.jboss.weld.event that return types with arguments of type ObserverMethod Modifier and Type Method Description Iterable<ObserverMethod<?>>GlobalObserverNotifierService. getAllObserverMethods()List<ObserverMethod<? super T>>ResolvedObservers. getAllObservers()Returns all observer methods.Method parameters in org.jboss.weld.event with type arguments of type ObserverMethod Modifier and Type Method Description protected <T,U extends T>
CompletionStage<U>ObserverNotifier. notifyAsyncObservers(List<ObserverMethod<? super T>> observers, U event, EventMetadata metadata, Executor executor, NotificationOptions options)protected <T> voidObserverNotifier. notifySyncObservers(List<ObserverMethod<? super T>> observers, T event, EventMetadata metadata, ObserverNotifier.ObserverExceptionHandler handler)protected <T> voidObserverNotifier. notifyTransactionObservers(List<ObserverMethod<? super T>> observers, T event, EventMetadata metadata, ObserverNotifier.ObserverExceptionHandler handler)static <T> ResolvedObservers<T>ResolvedObservers. of(List<ObserverMethod<? super T>> observers) -
Uses of ObserverMethod in org.jboss.weld.logging
-
Uses of ObserverMethod in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return types with arguments of type ObserverMethod Modifier and Type Method Description List<ObserverMethod<?>>BeanManagerImpl. getObservers()<T> Set<ObserverMethod<? super T>>BeanManagerImpl. resolveObserverMethods(T event, Annotation... bindings)Methods in org.jboss.weld.manager with parameters of type ObserverMethod Modifier and Type Method Description voidBeanManagerImpl. addObserver(ObserverMethod<?> observer)Does the actual observer registration -
Uses of ObserverMethod in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return types with arguments of type ObserverMethod Modifier and Type Method Description protected Set<ObserverMethod<?>>TypeSafeObserverResolver. filterResult(Set<ObserverMethod<?>> matched)protected List<ObserverMethod<?>>TypeSafeObserverResolver. sortResult(Set<ObserverMethod<?>> matched)Methods in org.jboss.weld.resolution with parameters of type ObserverMethod Modifier and Type Method Description protected booleanTypeSafeObserverResolver. matches(Resolvable resolvable, ObserverMethod<?> observer)Method parameters in org.jboss.weld.resolution with type arguments of type ObserverMethod Modifier and Type Method Description protected Set<ObserverMethod<?>>TypeSafeObserverResolver. filterResult(Set<ObserverMethod<?>> matched)protected ResolvedObservers<?>TypeSafeObserverResolver. makeResultImmutable(List<ObserverMethod<?>> result)protected List<ObserverMethod<?>>TypeSafeObserverResolver. sortResult(Set<ObserverMethod<?>> matched)Constructor parameters in org.jboss.weld.resolution with type arguments of type ObserverMethod Constructor Description TypeSafeObserverResolver(MetaAnnotationStore metaAnnotationStore, Iterable<ObserverMethod<?>> observers, WeldConfiguration configuration) -
Uses of ObserverMethod in org.jboss.weld.util
Methods in org.jboss.weld.util that return types with arguments of type ObserverMethod Modifier and Type Method Description <T> Set<ObserverMethod<? super T>>ForwardingBeanManager. resolveObserverMethods(T event, Annotation... qualifiers)Methods in org.jboss.weld.util with parameters of type ObserverMethod Modifier and Type Method Description static booleanObservers. isContainerLifecycleObserverMethod(ObserverMethod<?> method)static booleanObservers. isEventMetadataRequired(ObserverMethod<?> observer)Determines whether the given observer method is either extension-provided or contains an injection point withEventMetadatatype.static booleanObservers. isObserverMethodEnabled(ObserverMethod<?> method, BeanManagerImpl manager)static <T> voidObservers. notify(ObserverMethod<? super T> observerMethod, T event, EventMetadata metadata)static voidObservers. validateObserverMethod(ObserverMethod<?> observerMethod, BeanManager beanManager, ObserverMethod<?> originalObserverMethod)Validates given external observer method.
-