Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.cluster.ha.adapter
Class EventWindowQueueTrimmingStrategy

java.lang.Object
  |
  +--com.oracle.cep.cluster.ha.adapter.EventWindowQueueTrimmingStrategy

public class EventWindowQueueTrimmingStrategy
extends java.lang.Object
implements DelegatingQueueTrimmingStrategy

Trim the backup queue based on a time window of events


Constructor Summary
EventWindowQueueTrimmingStrategy()
           
EventWindowQueueTrimmingStrategy(QueueTrimmingStrategy delegate)
           

 

Method Summary
 void afterPropertiesSet()
           
 void onProcessedEvent(java.lang.Object event)
           
 void onQueuedEvent(TrimmableQueue queue)
           
 void setDelegate(QueueTrimmingStrategy delegate)
           
 void setWindowLength(long millis)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EventWindowQueueTrimmingStrategy

public EventWindowQueueTrimmingStrategy()

EventWindowQueueTrimmingStrategy

public EventWindowQueueTrimmingStrategy(QueueTrimmingStrategy delegate)

Method Detail

setWindowLength

public void setWindowLength(long millis)

onProcessedEvent

public void onProcessedEvent(java.lang.Object event)

onQueuedEvent

public void onQueuedEvent(TrimmableQueue queue)

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception

setDelegate

public void setDelegate(QueueTrimmingStrategy delegate)
Specified by:
setDelegate in interface DelegatingQueueTrimmingStrategy

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD