public abstract class AbstractInvocationContext<T> extends Object implements javax.interceptor.InvocationContext
| Constructor and Description |
|---|
AbstractInvocationContext(T target,
Method method,
Object[] parameters) |
AbstractInvocationContext(T target,
Method method,
Object[] parameters,
Object timer) |
public AbstractInvocationContext(T target, Method method, Object[] parameters)
public T getTarget()
getTarget in interface javax.interceptor.InvocationContextpublic 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 Map<String,Object> getContextData()
getContextData in interface javax.interceptor.InvocationContextpublic Object getTimer()
getTimer in interface javax.interceptor.InvocationContextCopyright © 2008–2013 The Apache Software Foundation. All rights reserved.