org.jboss.invocation
public class DelegatingInvocationContext extends Object implements javax.interceptor.InvocationContext
Constructor and Description |
---|
DelegatingInvocationContext(javax.interceptor.InvocationContext delegate)
Construct a new instance.
|
public DelegatingInvocationContext(javax.interceptor.InvocationContext delegate)
delegate
- the delegate contextpublic 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
Copyright © 2016 JBoss by Red Hat. All rights reserved.