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.bea.wlevs.management.configuration
Class RecordPlaybackMBean.ConfigParameters

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters

public static final class RecordPlaybackMBean.ConfigParameters
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static RecordPlaybackMBean.ConfigParameters BatchSize
          Integer value with batch-size configuration paramter
static RecordPlaybackMBean.ConfigParameters BatchTimeout
          Integer value with batch-timeout configuration paramter
static RecordPlaybackMBean.ConfigParameters DatasetName
          The dataset name string value
static RecordPlaybackMBean.ConfigParameters EventTypeList
          Comma separated list of event types as defined in the Event Type Repository
static RecordPlaybackMBean.ConfigParameters FilterEndTime
          Long value with record time filter end value -1 means end time is not specified.
static RecordPlaybackMBean.ConfigParameters FilterStartTime
          Long value with record time filter start value -1 means start time is not specified.
static RecordPlaybackMBean.ConfigParameters FilterTimeDuration
          Long value with record time filter duration -1 means duration is not specified.
static RecordPlaybackMBean.ConfigParameters MaxSize
          Integer value with max-size configuration value
static RecordPlaybackMBean.ConfigParameters MaxThreads
          Integer value with max-threads configuration value
static RecordPlaybackMBean.ConfigParameters PlaybackSpeed
          Float value with playback speed parameter value
static RecordPlaybackMBean.ConfigParameters ProviderName
          The provider name string value
static RecordPlaybackMBean.ConfigParameters Repeat
          Boolean value with playback repeat parameter value
static RecordPlaybackMBean.ConfigParameters ScheduleEndTime
          Long value with scheduled record/playback end time
static RecordPlaybackMBean.ConfigParameters ScheduleStartTime
          Long value with scheduled record/playback start time
static RecordPlaybackMBean.ConfigParameters ScheduleTimeDuration
          Long value with scheduled record/playback duration
static RecordPlaybackMBean.ConfigParameters SessionName
          Name of the recording session
static RecordPlaybackMBean.ConfigParameters StorePolicyParameters
          Store policy parameters are in the format: parameter1namebparameter1value, parameter2name=parameter2value,..

 

Method Summary
static RecordPlaybackMBean.ConfigParameters valueOf(java.lang.String name)
           
static RecordPlaybackMBean.ConfigParameters[] values()
           

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

DatasetName

public static final RecordPlaybackMBean.ConfigParameters DatasetName
The dataset name string value

EventTypeList

public static final RecordPlaybackMBean.ConfigParameters EventTypeList
Comma separated list of event types as defined in the Event Type Repository

ProviderName

public static final RecordPlaybackMBean.ConfigParameters ProviderName
The provider name string value

SessionName

public static final RecordPlaybackMBean.ConfigParameters SessionName
Name of the recording session

StorePolicyParameters

public static final RecordPlaybackMBean.ConfigParameters StorePolicyParameters
Store policy parameters are in the format: parameter1namebparameter1value, parameter2name=parameter2value,..

MaxSize

public static final RecordPlaybackMBean.ConfigParameters MaxSize
Integer value with max-size configuration value

MaxThreads

public static final RecordPlaybackMBean.ConfigParameters MaxThreads
Integer value with max-threads configuration value

ScheduleStartTime

public static final RecordPlaybackMBean.ConfigParameters ScheduleStartTime
Long value with scheduled record/playback start time. -1 means start time is not specified.

ScheduleEndTime

public static final RecordPlaybackMBean.ConfigParameters ScheduleEndTime
Long value with scheduled record/playback end time. -1 means end time is not specified.

ScheduleTimeDuration

public static final RecordPlaybackMBean.ConfigParameters ScheduleTimeDuration
Long value with scheduled record/playback duration. -1 means duration is not specified.

BatchSize

public static final RecordPlaybackMBean.ConfigParameters BatchSize
Integer value with batch-size configuration paramter

BatchTimeout

public static final RecordPlaybackMBean.ConfigParameters BatchTimeout
Integer value with batch-timeout configuration paramter

PlaybackSpeed

public static final RecordPlaybackMBean.ConfigParameters PlaybackSpeed
Float value with playback speed parameter value

Repeat

public static final RecordPlaybackMBean.ConfigParameters Repeat
Boolean value with playback repeat parameter value

FilterStartTime

public static final RecordPlaybackMBean.ConfigParameters FilterStartTime
Long value with record time filter start value -1 means start time is not specified.

FilterEndTime

public static final RecordPlaybackMBean.ConfigParameters FilterEndTime
Long value with record time filter end value -1 means end time is not specified.

FilterTimeDuration

public static final RecordPlaybackMBean.ConfigParameters FilterTimeDuration
Long value with record time filter duration -1 means duration is not specified.

Method Detail

values

public static RecordPlaybackMBean.ConfigParameters[] values()

valueOf

public static RecordPlaybackMBean.ConfigParameters valueOf(java.lang.String name)

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