Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

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


com.oracle.cep.cluster.ha.adapter.management
Interface BufferingQueueTrimmingAdapterMBean

All Known Implementing Classes:
BufferingQueueTrimmingAdapterMBeanImpl

public interface BufferingQueueTrimmingAdapterMBean
extends QueueTrimmingAdapterMBean

JMX interface to BufferingQueueTrimmingAdapter


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 getWindowLength()
           
 void setWindowLength(long window)
           

 

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

getWindowLength

public long getWindowLength()
See Also:
BufferingQueueTrimmingStrategy.getWindowLength()

setWindowLength

public void setWindowLength(long window)
                     throws javax.management.JMException
See Also:
BufferingQueueTrimmingStrategy.setWindowLength(long)

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