com.espertech.esper.event.bean
Class BeanEventBeanConfiguredCopyMethod

java.lang.Object
  extended by com.espertech.esper.event.bean.BeanEventBeanConfiguredCopyMethod
All Implemented Interfaces:
EventBeanCopyMethod

public class BeanEventBeanConfiguredCopyMethod
extends java.lang.Object
implements EventBeanCopyMethod

Copies an event for modification.


Constructor Summary
BeanEventBeanConfiguredCopyMethod(BeanEventType beanEventType, EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod copyMethod)
          Ctor.
 
Method Summary
 EventBean copy(EventBean theEvent)
          Copy the event bean returning a shallow copy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanEventBeanConfiguredCopyMethod

public BeanEventBeanConfiguredCopyMethod(BeanEventType beanEventType,
                                         EventAdapterService eventAdapterService,
                                         net.sf.cglib.reflect.FastMethod copyMethod)
Ctor.

Parameters:
beanEventType - type of bean to copy
eventAdapterService - for creating events
copyMethod - method to copy the event
Method Detail

copy

public EventBean copy(EventBean theEvent)
Description copied from interface: EventBeanCopyMethod
Copy the event bean returning a shallow copy.

Specified by:
copy in interface EventBeanCopyMethod
Parameters:
theEvent - to copy
Returns:
shallow copy

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