Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.management.configuration
Class RecordPlaybackMBean.RecordSessionParameters

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

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

Field Summary
static RecordPlaybackMBean.RecordSessionParameters ApplicationName
          Name of the application from which these events were recorded
static RecordPlaybackMBean.RecordSessionParameters DataSetName
          The data set name used for this recording
static RecordPlaybackMBean.RecordSessionParameters EventTypes
          List of names of the event types contained in this recording.
static RecordPlaybackMBean.RecordSessionParameters Name
          User specified name for the recording
static RecordPlaybackMBean.RecordSessionParameters ProviderName
          The name of the event store provider that was used for this recording
static RecordPlaybackMBean.RecordSessionParameters RecordingEndTime
          Time at which this recording ended
static RecordPlaybackMBean.RecordSessionParameters RecordingStartTime
          Time at which this recording started
static RecordPlaybackMBean.RecordSessionParameters StageName
          Name of the stage from which these events were recorded

 

Method Summary
static RecordPlaybackMBean.RecordSessionParameters valueOf(java.lang.String name)
           
static RecordPlaybackMBean.RecordSessionParameters[] 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

Name

public static final RecordPlaybackMBean.RecordSessionParameters Name
User specified name for the recording

RecordingStartTime

public static final RecordPlaybackMBean.RecordSessionParameters RecordingStartTime
Time at which this recording started

RecordingEndTime

public static final RecordPlaybackMBean.RecordSessionParameters RecordingEndTime
Time at which this recording ended

StageName

public static final RecordPlaybackMBean.RecordSessionParameters StageName
Name of the stage from which these events were recorded

ApplicationName

public static final RecordPlaybackMBean.RecordSessionParameters ApplicationName
Name of the application from which these events were recorded

EventTypes

public static final RecordPlaybackMBean.RecordSessionParameters EventTypes
List of names of the event types contained in this recording.

DataSetName

public static final RecordPlaybackMBean.RecordSessionParameters DataSetName
The data set name used for this recording

ProviderName

public static final RecordPlaybackMBean.RecordSessionParameters ProviderName
The name of the event store provider that was used for this recording

Method Detail

values

public static RecordPlaybackMBean.RecordSessionParameters[] values()

valueOf

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

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