|
Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing 11g Release 1 (11.1.1.4.0) E14303-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Enum | +--com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
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 |
public static final RecordPlaybackMBean.ConfigParameters DatasetName
public static final RecordPlaybackMBean.ConfigParameters EventTypeList
public static final RecordPlaybackMBean.ConfigParameters ProviderName
public static final RecordPlaybackMBean.ConfigParameters SessionName
public static final RecordPlaybackMBean.ConfigParameters StorePolicyParameters
public static final RecordPlaybackMBean.ConfigParameters MaxSize
public static final RecordPlaybackMBean.ConfigParameters MaxThreads
public static final RecordPlaybackMBean.ConfigParameters ScheduleStartTime
public static final RecordPlaybackMBean.ConfigParameters ScheduleEndTime
public static final RecordPlaybackMBean.ConfigParameters ScheduleTimeDuration
public static final RecordPlaybackMBean.ConfigParameters BatchSize
public static final RecordPlaybackMBean.ConfigParameters BatchTimeout
public static final RecordPlaybackMBean.ConfigParameters PlaybackSpeed
public static final RecordPlaybackMBean.ConfigParameters Repeat
public static final RecordPlaybackMBean.ConfigParameters FilterStartTime
public static final RecordPlaybackMBean.ConfigParameters FilterEndTime
public static final RecordPlaybackMBean.ConfigParameters FilterTimeDuration
Method Detail |
public static RecordPlaybackMBean.ConfigParameters[] values()
public static RecordPlaybackMBean.ConfigParameters valueOf(java.lang.String name)
|
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 |