com.espertech.esper.epl.annotation
Class EPLAnnotationInvocationHandler
java.lang.Object
com.espertech.esper.epl.annotation.EPLAnnotationInvocationHandler
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
public class EPLAnnotationInvocationHandler
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler
Invocation handler for EPL and application-specified annotations.
Constructor Summary |
EPLAnnotationInvocationHandler(java.lang.Class annotationClass,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Ctor. |
Method Summary |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPLAnnotationInvocationHandler
public EPLAnnotationInvocationHandler(java.lang.Class annotationClass,
java.util.Map<java.lang.String,java.lang.Object> attributes)
- Ctor.
- Parameters:
annotationClass
- annotation classattributes
- attribute values
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Specified by:
invoke
in interface java.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable