org.ow2.cmi.rpc
Class CMIInvocationContext<T>

java.lang.Object
  extended by org.ow2.cmi.rpc.CMIInvocationContext<T>
All Implemented Interfaces:
javax.interceptor.InvocationContext

public class CMIInvocationContext<T>
extends java.lang.Object
implements javax.interceptor.InvocationContext

Author:
Loris Bouzonnet

Constructor Summary
CMIInvocationContext(CMIReferenceable<T> cmiReferenceable, CMIInvocationInfo info, java.lang.reflect.Method method)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getContextData()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.Object[] getParameters()
           
 T getTarget()
           
 java.lang.Object proceed()
           
 void setParameters(java.lang.Object[] paremeters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMIInvocationContext

public CMIInvocationContext(CMIReferenceable<T> cmiReferenceable,
                            CMIInvocationInfo info,
                            java.lang.reflect.Method method)
Method Detail

getContextData

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

getMethod

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

getParameters

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

getTarget

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

proceed

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

setParameters

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.