|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.inject.manager.Bean<java.lang.Object>
javax.inject.manager.Interceptor
public abstract class Interceptor
The contract between the manager and a interceptor. This interface should not be called directly by the application.
| Constructor Summary | |
|---|---|
protected |
Interceptor(Manager manager)
Create an interceptor bean |
| Method Summary | |
|---|---|
abstract java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindingTypes()
The interceptor bindings used to bind an interceptor to a bean |
abstract java.lang.reflect.Method |
getMethod(InterceptionType type)
The interceptor method for the specified lifecycle callback or business method |
| Methods inherited from class javax.inject.manager.Bean |
|---|
getBindings, getDeploymentType, getInjectionPoints, getManager, getName, getScopeType, getTypes, isNullable, isSerializable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.context.Contextual |
|---|
create, destroy |
| Constructor Detail |
|---|
protected Interceptor(Manager manager)
manager - the manager to create the interceptor for| Method Detail |
|---|
public abstract java.util.Set<java.lang.annotation.Annotation> getInterceptorBindingTypes()
public abstract java.lang.reflect.Method getMethod(InterceptionType type)
type - the interception type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||