org.apache.webbeans.intercept
Class AbstractInvocationContext<T>
java.lang.Object
org.apache.webbeans.intercept.AbstractInvocationContext<T>
- All Implemented Interfaces:
- InvocationContext
- Direct Known Subclasses:
- InterceptorInvocationContext
public abstract class AbstractInvocationContext<T>
- extends Object
- implements InvocationContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInvocationContext
public AbstractInvocationContext(T target,
AccessibleObject member,
Object[] parameters)
AbstractInvocationContext
public AbstractInvocationContext(T target,
Method method,
Object[] parameters,
Object timer)
getTarget
public T getTarget()
- Specified by:
getTarget in interface InvocationContext
getMethod
public Method getMethod()
- Specified by:
getMethod in interface InvocationContext
getParameters
public Object[] getParameters()
- Specified by:
getParameters in interface InvocationContext
setParameters
public void setParameters(Object[] parameters)
- Specified by:
setParameters in interface InvocationContext
getContextData
public Map<String,Object> getContextData()
- Specified by:
getContextData in interface InvocationContext
getTimer
public Object getTimer()
- Specified by:
getTimer in interface InvocationContext
proceed
public Object proceed()
throws Exception
- Specified by:
proceed in interface InvocationContext
- Throws:
Exception
getConstructor
public Constructor getConstructor()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.