|
Oracle CEP API Reference Release 11gR1 (11.1.1) E14303-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Inner Class Summary | |
static class |
CQLProcessorMBean.FunctionParameter |
| Inner classes inherited from class com.bea.wlevs.management.configuration.ProcessorMBean |
ProcessorMBean.RuleConfigParameters, ProcessorMBean.RuleType |
| Field Summary | |
static java.lang.String |
MBEAN_TYPE |
| Method Summary | |
java.lang.String |
addQuery(java.lang.String query)This method will add an CQL query to the designated CQL Processor. |
void |
addQuery(java.lang.String id, java.lang.String query)This method will add an CQL query with a name to the designated CQL Processor. |
void |
addQuery(java.lang.String id, java.lang.String query, boolean active)This method will add an CQL query with a name to the designated CQL Processor. |
java.lang.String |
addView(java.lang.String view)This method will add an CQL view to the designated CQL processor. |
java.lang.String |
addView(java.lang.String view, java.util.List viewSchema)This method will add an CQL query with a name to the designated CQL Processor. |
void |
addView(java.lang.String id, java.lang.String view)This method will add an CQL query with a name to the designated CQL Processor. |
void |
addView(java.lang.String id, java.lang.String view, java.util.List viewSchema)This method will add an CQL query with a name to the designated CQL Processor. |
void |
addView(java.lang.String id, java.lang.String view, java.util.List viewSchema, boolean active)This method will add an CQL query with a name to the designated CQL Processor. |
void |
deleteAllQueries()This methods deletes all queries that has been configured in the CQL Processor. |
void |
deleteAllViews()This methods deletes all views that have been configured in the CQL Processor. |
java.util.Map |
getAllFunctionsInfo()Returns all user defined functions that have been associated to this processor, possibly through the wlevs:function tag in the EPN assembly configuration file. |
java.util.Map |
getAllQueries()This method fetches all the queries in this processor. |
java.util.Map |
getAllQueriesInfo()Returns all the queries configured for this processor along with all the information about the queries. |
java.util.Map |
getAllViews()This method fetches all the views in this processor. |
java.util.Map |
getAllViewsInfo()Returns all the views configured for this processor along with all the information about the views. |
java.util.Map |
getView(java.lang.String id)This method fetches a view with the given id. |
java.util.Map |
getViews(java.lang.String[] ids)This method fetches a set of views with the given ids. |
void |
replaceQuery(java.lang.String id, java.lang.String query)Replaces the query string on the query with the specified id. |
void |
replaceView(java.lang.String id, java.lang.String view, java.util.List viewSchema)This method will replace an existing view by another view. |
| Methods inherited from interface com.bea.wlevs.management.configuration.ProcessorMBean |
addRule, addRule, addRule, addRules, deleteAllRules, deleteRule, deleteRules, downloadRules, getAllRules, getAllRulesInfo, getRule, getRules, isRuleStarted, replaceRule, replaceRules, startRule, stopRule, uploadRules, uploadRules |
| Methods inherited from interface com.bea.wlevs.management.configuration.StageMBean |
configurePlayback, configurePlaybackWithDuration, configureRecord, configureRecordWithDuration, getPlaybackConfiguration, getRecordConfiguration, getRecordPlayback, isPlayingBack, isRecording, startPlayback, startRecording, stopPlayback, stopRecording |
| Methods inherited from interface com.bea.wlevs.management.WebLogicMBean |
getName, getObjectName, getType |
| Methods inherited from interface javax.management.NotificationEmitter |
removeNotificationListener |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Field Detail |
public static final java.lang.String MBEAN_TYPE
| Method Detail |
public java.lang.String addQuery(java.lang.String query)
throws javax.management.JMException
query -
public void addQuery(java.lang.String id,
java.lang.String query)
throws javax.management.JMException
id- - A String which has the name of the queryquery- - A String representing a query in CQL syntax
public void addQuery(java.lang.String id,
java.lang.String query,
boolean active)
throws javax.management.JMException
id - A String which has the name of the queryquery - A String representing a query in CQL syntaxactive - indicates if the rule should be started and ready to process events
public void replaceQuery(java.lang.String id,
java.lang.String query)
throws javax.management.JMException
id - A String which has the name of the queryquery - A String representing the new query in CQL syntax
public java.util.Map getAllQueries()
throws javax.management.JMException
public java.util.Map getAllQueriesInfo()
throws javax.management.JMException
public void deleteAllQueries()
throws javax.management.JMException
public java.lang.String addView(java.lang.String view)
throws javax.management.JMException
view -
public void addView(java.lang.String id,
java.lang.String view)
throws javax.management.JMException
id- - A String which has the name of the viewview - - A String representing a view in CQL syntax
public java.lang.String addView(java.lang.String view,
java.util.List viewSchema)
throws javax.management.JMException
view - - A String representing a view in CQL syntaxviewSchema - - A list of tokens representing the column name for the view
public void addView(java.lang.String id,
java.lang.String view,
java.util.List viewSchema)
throws javax.management.JMException
id- - A String which has the name of the viewview - - A String representing a view in CQL syntaxviewSchema - - A list of tokens representing the column name for the view
public void addView(java.lang.String id,
java.lang.String view,
java.util.List viewSchema,
boolean active)
throws javax.management.JMException
id - A String which has the name of the viewview - A String representing a view in CQL syntaxviewSchema - A list of tokens representing the column name for the viewactive - Flag indicating if the view should be started and ready
public void replaceView(java.lang.String id,
java.lang.String view,
java.util.List viewSchema)
throws javax.management.JMException
id - - A String which has the id of the viewquery- - A String representing a view in CQL syntax
public java.util.Map getView(java.lang.String id)
throws javax.management.JMException
id - - A string which represents the id of the view
public java.util.Map getViews(java.lang.String[] ids)
throws javax.management.JMException
id - - A array of strings which represents the id of the views
public java.util.Map getAllViews()
throws javax.management.JMException
public java.util.Map getAllViewsInfo()
throws javax.management.JMException
public void deleteAllViews()
throws javax.management.JMException
public java.util.Map getAllFunctionsInfo()
throws javax.management.JMException
wlevs:function tag in the EPN assembly configuration file.FunctionParameter, and the values are defined by the enumeration.
|
Copyright © 2007, 2009 Oracle and/or its affiliates. All rights reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||