com.espertech.esper.epl.annotation
Class EPLAnnotationInvocationHandler

java.lang.Object
  extended by 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
 

Constructor Detail

EPLAnnotationInvocationHandler

public EPLAnnotationInvocationHandler(java.lang.Class annotationClass,
                                      java.util.Map<java.lang.String,java.lang.Object> attributes)
Ctor.

Parameters:
annotationClass - annotation class
attributes - attribute values
Method Detail

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

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com