T
- Exception for which this handler is responsiblepublic interface HandlerMethod<T extends Throwable>
InjectionPoint
s and to
validate those InjectionPoint
s.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Basic
Object.equals(Object) but must use all of the get methods from this interface to maintain compatibility. |
Type |
getExceptionType()
Obtains the handled event type.
|
int |
getPrecedence()
Obtains the precedence of the handler.
|
Set<Annotation> |
getQualifiers()
Obtains the set of handled event qualifiers.
|
TraversalMode |
getTraversalMode()
Obtains the direction of the traversal path the handler will be listening.
|
int |
hashCode() |
void |
notify(CaughtException<T> event,
BeanManager bm)
Calls the handler method, passing the given event object.
|
Set<Annotation> getQualifiers()
Type getExceptionType()
void notify(CaughtException<T> event, BeanManager bm)
event
- event to pass to the handler.bm
- Active BeanManagerTraversalMode getTraversalMode()
int getPrecedence()
boolean equals(Object o)
Object.equals(Object)
but must use all of the get methods from this interface to maintain compatibility.Copyright © 2012 Seam Framework. All Rights Reserved.