com.espertech.esper.event.arr
Class ObjectArrayEventBeanCopyMethodWithArrayMap

java.lang.Object
  extended by com.espertech.esper.event.arr.ObjectArrayEventBeanCopyMethodWithArrayMap
All Implemented Interfaces:
EventBeanCopyMethod

public class ObjectArrayEventBeanCopyMethodWithArrayMap
extends java.lang.Object
implements EventBeanCopyMethod

Copy method for Map-underlying events.


Constructor Summary
ObjectArrayEventBeanCopyMethodWithArrayMap(ObjectArrayEventType eventType, EventAdapterService eventAdapterService, java.util.Set<java.lang.String> mapPropertiesToCopy, java.util.Set<java.lang.String> arrayPropertiesToCopy, java.util.Map<java.lang.String,java.lang.Integer> propertiesIndexes)
           
 
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

ObjectArrayEventBeanCopyMethodWithArrayMap

public ObjectArrayEventBeanCopyMethodWithArrayMap(ObjectArrayEventType eventType,
                                                  EventAdapterService eventAdapterService,
                                                  java.util.Set<java.lang.String> mapPropertiesToCopy,
                                                  java.util.Set<java.lang.String> arrayPropertiesToCopy,
                                                  java.util.Map<java.lang.String,java.lang.Integer> propertiesIndexes)
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