Skip navigation links

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

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


com.oracle.cep.cluster.ha.adapter.runtime
Interface QueueTrimmingAdapterRuntimeMBean

All Known Subinterfaces:
BroadcastQueueTrimmingAdapterRuntimeMBean, BufferingQueueTrimmingAdapterRuntimeMBean, CorrelatedQueueTrimmingAdapterRuntimeMBean
All Known Implementing Classes:
QueueTrimmingAdapterRuntimeMBeanImpl

public interface QueueTrimmingAdapterRuntimeMBean
extends HAAdapterRuntimeMBean

Method Summary
 java.lang.String getEventTrimmingKey()
           
 int getQueueSize()
           
 boolean isEventTrimmingEnabled()
           
 void resetEventTrimming()
          Turns off event trimming.

 

Methods inherited from interface com.oracle.cep.cluster.ha.adapter.runtime.HAAdapterRuntimeMBean
isPrimary

 

Methods inherited from interface com.bea.wlevs.management.WebLogicMBean
getName, getObjectName, getType

 

Method Detail

getQueueSize

public int getQueueSize()
Returns:
the current size of the output event queue

isEventTrimmingEnabled

public boolean isEventTrimmingEnabled()
Returns:
whether or not event trimming is enabled

getEventTrimmingKey

public java.lang.String getEventTrimmingKey()
Returns:
string representation of the event trimming key

resetEventTrimming

public void resetEventTrimming()
Turns off event trimming. Invoking this method causes the adapter to resume inserting output events into the queue.

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