|
Oracle® Fusion Middleware Java API Reference for Oracle Edge Analytics for Embedded Linux ARM, Embedded Linux x86, Linux ARM, Linux x86 12c Release (12.1.3.0) E58921-01 |
|||||||||
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.CQLProcessorMBean.QueryStateChangeValue
Value of the query state in the AttributeChangeNotification.
Field Summary | |
static CQLProcessorMBean.QueryStateChangeValue |
RUNNING Query has been started and is running. |
static CQLProcessorMBean.QueryStateChangeValue |
STOPPED Query has been stopped and is not running. |
Method Summary | |
static CQLProcessorMBean.QueryStateChangeValue |
valueOf(java.lang.String name) |
static CQLProcessorMBean.QueryStateChangeValue[] |
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 CQLProcessorMBean.QueryStateChangeValue STOPPED
public static final CQLProcessorMBean.QueryStateChangeValue RUNNING
Method Detail |
public static CQLProcessorMBean.QueryStateChangeValue[] values()
public static CQLProcessorMBean.QueryStateChangeValue valueOf(java.lang.String name)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |