Skip navigation links

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

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


com.bea.wlevs.management.configuration
Class ProcessorMBean.RuleConfigParameters

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters

public static final class ProcessorMBean.RuleConfigParameters
extends java.lang.Enum

Values defined here identify rule configuration parameters. These will be used as key values in Maps containing rule configuration parameters.

See Also:
Serialized Form

Field Summary
static ProcessorMBean.RuleConfigParameters ID
          Used to identify Id value of a rule.
static ProcessorMBean.RuleConfigParameters ISSTREAM
          Used to identify whether it produced stream or a relation.
static ProcessorMBean.RuleConfigParameters ORDERING_CONSTRAINT
          Used to specify the ordering constraint of a query or view.
static ProcessorMBean.RuleConfigParameters PARTITION_EXPRESSION
          Used to specify the partition expression for partition ordered rules.
static ProcessorMBean.RuleConfigParameters RULE_TYPE
          Used to identify the type of a rule (query or view or rule).
static ProcessorMBean.RuleConfigParameters SCHEMA
          Used to identify value indicating if a rule is started or not.
static ProcessorMBean.RuleConfigParameters STARTED
          Used to identify value indicating if a rule is started or not.
static ProcessorMBean.RuleConfigParameters VALUE
          Used to identify value or rule string of a rule.

 

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

RULE_TYPE

public static final ProcessorMBean.RuleConfigParameters RULE_TYPE
Used to identify the type of a rule (query or view or rule). The values for these are defined in RuleType.

ID

public static final ProcessorMBean.RuleConfigParameters ID
Used to identify Id value of a rule. Id values are Strings.

VALUE

public static final ProcessorMBean.RuleConfigParameters VALUE
Used to identify value or rule string of a rule. These values are Strings.

STARTED

public static final ProcessorMBean.RuleConfigParameters STARTED
Used to identify value indicating if a rule is started or not. These values are Booleans.

SCHEMA

public static final ProcessorMBean.RuleConfigParameters SCHEMA
Used to identify value indicating if a rule is started or not. The schema values are HashMap<String, String>.

ISSTREAM

public static final ProcessorMBean.RuleConfigParameters ISSTREAM
Used to identify whether it produced stream or a relation.

ORDERING_CONSTRAINT

public static final ProcessorMBean.RuleConfigParameters ORDERING_CONSTRAINT
Used to specify the ordering constraint of a query or view. This specifies the constraint set by the user, and not the one actually being used by the system. For the latter, use the CQLProcessorRuntimeMBean's query statistics.

PARTITION_EXPRESSION

public static final ProcessorMBean.RuleConfigParameters PARTITION_EXPRESSION
Used to specify the partition expression for partition ordered rules. Only present if ordering constraint is set to partition ordered.

Method Detail

values

public static ProcessorMBean.RuleConfigParameters[] values()

valueOf

public static ProcessorMBean.RuleConfigParameters 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