Skip navigation links

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

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


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

All Known Implementing Classes:
BroadcastInboundAdapterMBeanImpl

public interface BroadcastInboundAdapterMBean
extends AdapterMBean

Field Summary
static java.lang.String 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
 int getBatchSize()
          Get the batch size for timing messages broadcast to secondaries.
 long getHeartbeat()
          Get the heartbeat interval.
 java.lang.String getHeartbeatUnits()
          Get the units used for the heartbeat.
 void setBatchSize(int batchSize)
          Set the batch size.
 void setHeartbeat(long heartbeat)
          Set the heartbeat.
 void setHeartbeatUnits(java.lang.String heartbeatUnits)
          Set the units used for the heartbeat.

 

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

getHeartbeat

public long getHeartbeat()
Get the heartbeat interval. The default value is 0 (no heartbeat).

setHeartbeat

public void setHeartbeat(long heartbeat)
                  throws javax.management.JMException
Set the heartbeat.

getHeartbeatUnits

public java.lang.String getHeartbeatUnits()
Get the units used for the heartbeat. The default units is "millis".
Returns:
heartbeat units, either "millis", "nanos", or "secs"

setHeartbeatUnits

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

getBatchSize

public int getBatchSize()
Get the batch size for timing messages broadcast to secondaries. The default value is 1 (no batching).

setBatchSize

public void setBatchSize(int batchSize)
                  throws javax.management.JMException
Set the batch size.

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