public class EventForwarderDefaultImpl extends AbstractEventForwarder implements EventForwarder
| Constructor and Description | 
|---|
EventForwarderDefaultImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
flushEvent(Event event)
Method used to flush Event 
 | 
void | 
flushSyncEvent(Event event)
Method used to flush Sync Event 
 | 
void | 
sendEndSync()
This method should be invoked after
 flushing sync events. 
 | 
void | 
sendStartSync()
This method should be invoked before
 flushing sync events
 The class implementation should
 send the "startSync" event
 in the preferred format 
 | 
filter, setEventPolicyRuleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetEventPolicyRulepublic void flushEvent(Event event)
EventForwarderflushEvent in interface EventForwarderpublic void flushSyncEvent(Event event)
EventForwarderflushSyncEvent in interface EventForwarderpublic void sendStartSync()
EventForwardersendStartSync in interface EventForwarderpublic void sendEndSync()
EventForwardersendEndSync in interface EventForwarderCopyright © 2020. All rights reserved.