com.espertech.esper.event
Class WrapperEventBeanUndCopyMethod

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

public class WrapperEventBeanUndCopyMethod
extends java.lang.Object
implements EventBeanCopyMethod

Copy method for underlying events.


Constructor Summary
WrapperEventBeanUndCopyMethod(WrapperEventType wrapperEventType, EventAdapterService eventAdapterService, EventBeanCopyMethod underlyingCopyMethod)
          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

WrapperEventBeanUndCopyMethod

public WrapperEventBeanUndCopyMethod(WrapperEventType wrapperEventType,
                                     EventAdapterService eventAdapterService,
                                     EventBeanCopyMethod underlyingCopyMethod)
Ctor.

Parameters:
wrapperEventType - wrapper type
eventAdapterService - for creating events
underlyingCopyMethod - for copying the underlying 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