public class LifecycleInterceptorInvocationContext<T> extends Object implements javax.interceptor.InvocationContext
| Constructor and Description |
|---|
LifecycleInterceptorInvocationContext(T target,
javax.enterprise.inject.spi.InterceptionType type,
List<javax.enterprise.inject.spi.Interceptor<?>> interceptors,
Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances,
List<javax.enterprise.inject.spi.AnnotatedMethod<?>> lifecycleMethods) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor() |
Map<String,Object> |
getContextData() |
Method |
getMethod() |
Object[] |
getParameters() |
T |
getTarget() |
Object |
getTimer() |
Object |
proceed() |
void |
setContextData(Map<String,Object> contextData) |
void |
setParameters(Object[] parameters) |
public LifecycleInterceptorInvocationContext(T target, javax.enterprise.inject.spi.InterceptionType type, List<javax.enterprise.inject.spi.Interceptor<?>> interceptors, Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances, List<javax.enterprise.inject.spi.AnnotatedMethod<?>> lifecycleMethods)
public T getTarget()
getTarget in interface javax.interceptor.InvocationContextpublic Map<String,Object> getContextData()
getContextData in interface javax.interceptor.InvocationContextpublic Object proceed() throws Exception
proceed in interface javax.interceptor.InvocationContextExceptionpublic Method getMethod()
getMethod in interface javax.interceptor.InvocationContextpublic Object[] getParameters()
getParameters in interface javax.interceptor.InvocationContextpublic void setParameters(Object[] parameters)
setParameters in interface javax.interceptor.InvocationContextpublic Object getTimer()
getTimer in interface javax.interceptor.InvocationContextpublic Constructor getConstructor()
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.