|
Invocation API 1.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.invocation.DelegatingInvocationContext
public class DelegatingInvocationContext
An invocation context which simply delegates to another invocation context.
Constructor Summary | |
---|---|
DelegatingInvocationContext(javax.interceptor.InvocationContext delegate)
Construct a new instance. |
Method Summary | |
---|---|
Map<String,Object> |
getContextData()
|
Method |
getMethod()
|
Object[] |
getParameters()
|
Object |
getTarget()
|
Object |
getTimer()
|
Object |
proceed()
|
void |
setParameters(Object[] params)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingInvocationContext(javax.interceptor.InvocationContext delegate)
delegate
- the delegate contextMethod Detail |
---|
public Object getTarget()
getTarget
in interface javax.interceptor.InvocationContext
public Method getMethod()
getMethod
in interface javax.interceptor.InvocationContext
public Object[] getParameters()
getParameters
in interface javax.interceptor.InvocationContext
public void setParameters(Object[] params)
setParameters
in interface javax.interceptor.InvocationContext
public Map<String,Object> getContextData()
getContextData
in interface javax.interceptor.InvocationContext
public Object getTimer()
getTimer
in interface javax.interceptor.InvocationContext
public Object proceed() throws Exception
proceed
in interface javax.interceptor.InvocationContext
Exception
|
Invocation API 1.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |