org.jboss.weld.interceptor.proxy
Class InterceptorInvocationContext

java.lang.Object
  extended by org.jboss.weld.interceptor.proxy.InterceptorInvocationContext
All Implemented Interfaces:
javax.interceptor.InvocationContext

public class InterceptorInvocationContext
extends Object
implements javax.interceptor.InvocationContext

Author:
Marius Bogoevici

Constructor Summary
InterceptorInvocationContext(InterceptionChain interceptionChain, Object target, Method targetMethod, Object timer)
           
InterceptorInvocationContext(InterceptionChain interceptionChain, Object target, Method targetMethod, Object[] parameters)
           
 
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

InterceptorInvocationContext

public InterceptorInvocationContext(InterceptionChain interceptionChain,
                                    Object target,
                                    Method targetMethod,
                                    Object[] parameters)

InterceptorInvocationContext

public InterceptorInvocationContext(InterceptionChain interceptionChain,
                                    Object target,
                                    Method targetMethod,
                                    Object timer)
Method Detail

getContextData

public Map<String,Object> getContextData()
Specified by:
getContextData in interface javax.interceptor.InvocationContext

getMethod

public Method getMethod()
Specified by:
getMethod in interface javax.interceptor.InvocationContext

getParameters

public Object[] getParameters()
Specified by:
getParameters in interface javax.interceptor.InvocationContext

getTarget

public Object getTarget()
Specified by:
getTarget in interface javax.interceptor.InvocationContext

proceed

public Object proceed()
               throws Exception
Specified by:
proceed in interface javax.interceptor.InvocationContext
Throws:
Exception

setParameters

public void setParameters(Object[] params)
Specified by:
setParameters in interface javax.interceptor.InvocationContext

getTimer

public Object getTimer()
Specified by:
getTimer in interface javax.interceptor.InvocationContext


Copyright © 2013 Seam Framework. All Rights Reserved.