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.management
Interface BroadcastQueueTrimmingAdapterMBean

All Known Implementing Classes:
BroadcastQueueTrimmingAdapterMBeanImpl

public interface BroadcastQueueTrimmingAdapterMBean
extends QueueTrimmingAdapterMBean

JMX interface to com.oracle.cep.cluster.ha.adapter.GroupBroadcastQueueTrimmingAdapter


Field Summary
static java.lang.String MBEAN_TYPE
           

 

Fields inherited from class com.oracle.cep.cluster.ha.adapter.management.QueueTrimmingAdapterMBean
MBEAN_TYPE

 

Fields inherited from class com.bea.wlevs.management.configuration.AdapterMBean
MBEAN_TYPE

 

Fields inherited from class com.bea.wlevs.management.configuration.EventBeanMBean
MBEAN_TYPE

 

Method Summary
 long getTrimmingInterval()
          Get the trimming interval.
 java.lang.String getTrimmingIntervalUnits()
          Get the units used for the trimming interval.
 void setTrimmingInterval(long trimmingInterval)
          Set the trimming interval.
 void setTrimmingIntervalUnits(java.lang.String trimmingIntervalUnits)
          Set the units used for the trimming interval.

 

Methods inherited from interface com.bea.wlevs.management.configuration.EventBeanMBean
getInstanceProperties, getProvider, getStageClassName

 

Methods inherited from interface com.bea.wlevs.management.configuration.StageMBean
configurePlayback, configurePlaybackWithDuration, configureRecord, configureRecordWithDuration, getPlaybackConfiguration, getRecordConfiguration, getRecordPlayback, isPlayingBack, isRecording, startPlayback, startRecording, stopPlayback, stopRecording

 

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

 

Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Field Detail

MBEAN_TYPE

public static final java.lang.String MBEAN_TYPE

Method Detail

getTrimmingInterval

public long getTrimmingInterval()
Get the trimming interval. The default trimming interval is 1, i.e. events are trimmed as they are output by the primary.

setTrimmingInterval

public void setTrimmingInterval(long trimmingInterval)
                         throws javax.management.JMException
Set the trimming interval.

getTrimmingIntervalUnits

public java.lang.String getTrimmingIntervalUnits()
Get the units used for the trimming interval. The default units is "events".
Returns:
trimming interval units, either "events" or "millis"

setTrimmingIntervalUnits

public void setTrimmingIntervalUnits(java.lang.String trimmingIntervalUnits)
                              throws javax.management.JMException
Set the units used for the trimming interval. If "events" is used, then the primary will send a trimming message every trimmingInterval events. If "millis" is used, then the primary will send a trimming message every trimmingInterval milliseconds.
Parameters:
trimmingIntervalUnits - interval units, legal values are either "events" or "millis"

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