public class DeltaInterceptorBean extends Object implements javax.enterprise.inject.spi.Interceptor<DeltaInterceptor>
| Constructor and Description |
|---|
DeltaInterceptorBean() |
| Modifier and Type | Method and Description |
|---|---|
DeltaInterceptor |
create(javax.enterprise.context.spi.CreationalContext<DeltaInterceptor> creationalContext) |
void |
destroy(DeltaInterceptor instance,
javax.enterprise.context.spi.CreationalContext<DeltaInterceptor> creationalContext) |
Class<?> |
getBeanClass() |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
Set<Annotation> |
getInterceptorBindings() |
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
Object |
intercept(javax.enterprise.inject.spi.InterceptionType type,
DeltaInterceptor instance,
javax.interceptor.InvocationContext ctx) |
boolean |
intercepts(javax.enterprise.inject.spi.InterceptionType type) |
boolean |
isAlternative() |
boolean |
isNullable() |
public Set<Annotation> getInterceptorBindings()
getInterceptorBindings in interface javax.enterprise.inject.spi.Interceptor<DeltaInterceptor>public boolean intercepts(javax.enterprise.inject.spi.InterceptionType type)
intercepts in interface javax.enterprise.inject.spi.Interceptor<DeltaInterceptor>public Object intercept(javax.enterprise.inject.spi.InterceptionType type, DeltaInterceptor instance, javax.interceptor.InvocationContext ctx) throws Exception
intercept in interface javax.enterprise.inject.spi.Interceptor<DeltaInterceptor>Exceptionpublic Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.Bean<DeltaInterceptor>public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<DeltaInterceptor>public boolean isNullable()
isNullable in interface javax.enterprise.inject.spi.Bean<DeltaInterceptor>public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<DeltaInterceptor>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<DeltaInterceptor>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<DeltaInterceptor>public String getName()
getName in interface javax.enterprise.inject.spi.BeanAttributes<DeltaInterceptor>public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<DeltaInterceptor>public boolean isAlternative()
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<DeltaInterceptor>public DeltaInterceptor create(javax.enterprise.context.spi.CreationalContext<DeltaInterceptor> creationalContext)
create in interface javax.enterprise.context.spi.Contextual<DeltaInterceptor>public void destroy(DeltaInterceptor instance, javax.enterprise.context.spi.CreationalContext<DeltaInterceptor> creationalContext)
destroy in interface javax.enterprise.context.spi.Contextual<DeltaInterceptor>Copyright © 2008–2016 CDI TCK. All rights reserved.