public class ObserverMethodConfiguratorImpl.ConfiguredObserverMethod<T> extends Object implements ObserverMethod<T>
DEFAULT_PRIORITY| Constructor and Description |
|---|
ConfiguredObserverMethod() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass() |
Set<Annotation> |
getObservedQualifiers() |
Type |
getObservedType() |
int |
getPriority() |
Reception |
getReception() |
TransactionPhase |
getTransactionPhase() |
boolean |
isAsync() |
void |
notify(EventContext<T> eventContext) |
void |
notify(T event) |
public Class<?> getBeanClass()
getBeanClass in interface ObserverMethod<T>public Type getObservedType()
getObservedType in interface ObserverMethod<T>public Set<Annotation> getObservedQualifiers()
getObservedQualifiers in interface ObserverMethod<T>public Reception getReception()
getReception in interface ObserverMethod<T>public TransactionPhase getTransactionPhase()
getTransactionPhase in interface ObserverMethod<T>public void notify(T event)
notify in interface ObserverMethod<T>public void notify(EventContext<T> eventContext)
notify in interface ObserverMethod<T>public boolean isAsync()
isAsync in interface ObserverMethod<T>public int getPriority()
getPriority in interface ObserverMethod<T>getPriority in interface PrioritizedCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.