A B C D E F G H I L M N O P R S U V

A

AbstractAdapter - class com.bea.wlrt.ede.impl.AbstractAdapter.
Abstract adapter class that can be extended by adapter implementations
AbstractAdapter(String, String) - Constructor for class com.bea.wlrt.ede.impl.AbstractAdapter
 
AbstractStage.ResourceManagerImpl - class com.bea.wlrt.ede.impl.AbstractStage.ResourceManagerImpl.
 
AbstractStage.ResourceManagerImpl() - Constructor for class com.bea.wlrt.ede.impl.AbstractStage.ResourceManagerImpl
 
AbstractStageFactory - class com.bea.wlrt.ede.impl.AbstractStageFactory.
Abstract stage factory that can be extended by adapter implementations.
AbstractStageFactory() - Constructor for class com.bea.wlrt.ede.impl.AbstractStageFactory
 
ActivatableBean - interface com.bea.wlrt.ede.ActivatableBean.
Adapter implementations may implement this interface in order to be called back when a containing EPN is activated.
activate() - Method in interface com.bea.wlrt.ede.ActivatableBean
Callback that is called when the containing EPN is activated.
activate() - Method in class com.bea.wlrt.ede.impl.ActiveAdapter
 
ActiveAdapter - class com.bea.wlrt.ede.impl.ActiveAdapter.
An ActiveAdapter is an abstract adapter class that should be extended by adapter implementations that are active, that is, need to be executed in the context of thread.
ActiveAdapter(String, String) - Constructor for class com.bea.wlrt.ede.impl.ActiveAdapter
 
Adapter - interface com.bea.wlrt.ede.Adapter.
A streaming event entry point for the application.
AdapterFactory - interface com.bea.wlrt.ede.AdapterFactory.
Factory for creating Adapters.
addEventSink(EventSink) - Method in interface com.bea.wlrt.ede.EventSource
Registers listeners to receive streaming events from this source.
addRule(String) - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method will add an EPL rule to the designated EPL Processor.
addRule(String, String) - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method will add an EPL rule with a name to the designated EPL Processor.
addRules(Map) - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method adds a bunch of EPL queries to the designated EPL Processor.
AppDeploymentMBean - interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean.
This MBean will manage the deployment of a deployable application in the Weblogic Event Server.

B

BaseException - exception com.bea.wlrt.ede.BaseException.
 
BaseException() - Constructor for class com.bea.wlrt.ede.BaseException
 
BaseException(String) - Constructor for class com.bea.wlrt.ede.BaseException
 
BaseException(String, Throwable) - Constructor for class com.bea.wlrt.ede.BaseException
 
BaseException(Throwable) - Constructor for class com.bea.wlrt.ede.BaseException
 
beginSession(String) - Method in interface com.bea.wlrt.jmx.standard.ConfigSessionMBean
This method will create a session for that thread.

C

Clock - interface com.bea.wlrt.ede.Clock.
Keeps track of time.
com.bea.wlrt.cep.event - package com.bea.wlrt.cep.event
This package defines the CEP event API.
com.bea.wlrt.deployment.mbean - package com.bea.wlrt.deployment.mbean
 
com.bea.wlrt.ede - package com.bea.wlrt.ede
 
com.bea.wlrt.ede.impl - package com.bea.wlrt.ede.impl
 
com.bea.wlrt.jmx.standard - package com.bea.wlrt.jmx.standard
 
com.bea.wlrt.server.management.mbean - package com.bea.wlrt.server.management.mbean
 
commit() - Method in interface com.bea.wlrt.jmx.standard.ConfigSessionMBean
This method will commit the session.
ConfigSessionMBean - interface com.bea.wlrt.jmx.standard.ConfigSessionMBean.
This MBean manages multiple edits within a given session.
create(Properties) - Method in interface com.bea.wlrt.ede.StageFactory
Create a new Stage using the provided properties which are expected to contain a stage identifier (keyed on StageManager.STAGE_ID) and an application identifier (keyed on StageManager.STAGE_APPLICATION_ID).
create(Properties) - Method in class com.bea.wlrt.ede.impl.AbstractStageFactory
 
create(String, String) - Method in interface com.bea.wlrt.ede.StageFactory
Create a new Stage using the provided stage identifier and application identifier.
create(String, String) - Method in class com.bea.wlrt.ede.impl.AbstractStageFactory
 
createBuilder() - Method in interface com.bea.wlrt.cep.event.EventBuilder.Factory
 
createEvent() - Method in interface com.bea.wlrt.cep.event.EventBuilder
Instantiate an event of the type associated with this event builder.
createStatement(String) - Method in interface com.bea.wlrt.ede.Processor
Compile query using the supplied query string parameter.
createStatement(String, String) - Method in interface com.bea.wlrt.ede.Processor
Compile query using the supplied query string parameter and query id.

D

deleteAllRules() - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This methods deletes all rules that has been configured in the EPL Processor.
deleteRule(String) - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method deletes a rule from the EPL Processor with the given rule id.
deleteRules(String[]) - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method deletes all rules with the given ids.
deployApplication(String, byte[]) - Method in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
This method will deploy a serialized byte array to the Weblogic Event Server.
deployApplication(String, File) - Method in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
This method will deploy the jar file in the Weblogic Event Server.
destroy() - Method in interface com.bea.wlrt.ede.Statement
Permanently destroys statement and removes its reference in the processor
destroy() - Method in interface com.bea.wlrt.ede.Stage
Callback for when this stage is being destroyed.
disableMonitoring() - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method disables monitoring of the EPL Processor.
discard() - Method in interface com.bea.wlrt.jmx.standard.ConfigSessionMBean
This method will discard the session.

E

enableMonitoring() - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method enabled monitoring of the EPL Processor.
EPLProcessorMBean - interface com.bea.wlrt.jmx.standard.EPLProcessorMBean.
This MBean will manage instances of epl processor whose configuration has been derived from com.bea.wlrt.configuration.application.DefaultProcessorConfig schema.
EPLRule - class com.bea.wlrt.jmx.standard.EPLRule.
 
EPLRule() - Constructor for class com.bea.wlrt.jmx.standard.EPLRule
 
EventBuilder - interface com.bea.wlrt.cep.event.EventBuilder.
Builder that knows how to create events of a certain event type.
EventBuilder.Factory - interface com.bea.wlrt.cep.event.EventBuilder.Factory.
Factory for event builder.
EventSink - interface com.bea.wlrt.ede.EventSink.
A StreamingEventListener receives events emitted by StreamingEventSources.
EventSource - interface com.bea.wlrt.ede.EventSource.
A StreamingEventSource emits streaming events to StreamingEventListeners.
EventType - interface com.bea.wlrt.cep.event.EventType.
This interface provides metadata for events.
EventTypeRepository - interface com.bea.wlrt.cep.event.EventTypeRepository.
EventTypeRepository is a repository for all of the registered the event types

F

FULL - Static variable in class com.bea.wlrt.ede.RejectEventException.Reason
 

G

getAllRules() - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method fetches all the rules that has been configured in the designated EPL Proessor.
getColumnNumber() - Method in class com.bea.wlrt.ede.StatementException
Returns column number on which an error was detected.
getEPL() - Method in interface com.bea.wlrt.ede.Processor
Returns unique URI associated with a particular type of Processor.
getEventBuilderFactory() - Method in interface com.bea.wlrt.cep.event.EventType
Returns EventBuilder.Factory which may be used to manufacture event objects of this event type.
getEventSinks() - Method in interface com.bea.wlrt.ede.EventSource
List all listeners currenly registered in this source
getEventType() - Method in interface com.bea.wlrt.cep.event.MapEventObject
Event type for this event that contains metadata about the properties of the event.
getEventType(Object) - Method in interface com.bea.wlrt.cep.event.EventTypeRepository
Retrieve the event type for an event object.
getEventType(String) - Method in interface com.bea.wlrt.cep.event.EventTypeRepository
Retrieve a previously registered even type by name.
getEventTypeRepository() - Method in interface com.bea.wlrt.ede.Processor
Returns repository for types defined within the application.
getExceptions() - Method in class com.bea.wlrt.ede.MultiStatementException
Retrieves the list of exceptions that were detected
getId() - Method in interface com.bea.wlrt.ede.Statement
Retrieve the ID of the statement
getId() - Method in interface com.bea.wlrt.ede.Stage
 
getId() - Method in class com.bea.wlrt.jmx.standard.EPLRule
 
getLineNumber() - Method in class com.bea.wlrt.ede.StatementException
Returns line number on which an error was detected.
getMessage() - Method in class com.bea.wlrt.ede.MultiStatementException
 
getMSAName() - Method in interface com.bea.wlrt.server.management.mbean.ServerRuntimeMBean
This method returns the name of the server
getNumberOfWorkers() - Method in class com.bea.wlrt.ede.impl.AbstractStage.ResourceManagerImpl
 
getPropertyNames() - Method in interface com.bea.wlrt.cep.event.EventType
Get all valid property names for the event type.
getPropertyType(String) - Method in interface com.bea.wlrt.cep.event.EventType
Get the type of an event property as returned by the "getter" method for that property.
getPropertyValue(Object, String) - Method in interface com.bea.wlrt.cep.event.EventType
Retrieves property value from an event object of this event type.
getQuery() - Method in interface com.bea.wlrt.ede.Statement
Retrieve the query string of the statement
getQuery() - Method in class com.bea.wlrt.jmx.standard.EPLRule
 
getRule(String) - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method fetches a rule with the given id.
getRules(String[]) - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method fetches the rules for ids that are in the array.
getSize() - Method in interface com.bea.wlrt.ede.Stream
Returns maximum size of stream
getSize() - Method in interface com.bea.wlrt.jmx.standard.IStream
This method reads the size of the Stream
getState() - Method in class com.bea.wlrt.server.management.mbean.ServerStates
Get the state of the server
getState() - Method in interface com.bea.wlrt.server.management.mbean.ServerRuntimeMBean
This method returns the state of the server
getStatement(String) - Method in interface com.bea.wlrt.ede.StatementManager
Retrieve compiled statement through query id
getStatementManager() - Method in interface com.bea.wlrt.ede.Processor
Returns statement manager for accessing compiled statements defined for this processor.
getStatements() - Method in interface com.bea.wlrt.ede.StatementManager
 
getSuperTypes() - Method in interface com.bea.wlrt.cep.event.EventType
Returns an array of event types that are super to this event type, from which this event type inherited event properties.
getTime(TimeUnit) - Method in interface com.bea.wlrt.ede.Clock
The current value of this clock.
getTypeName() - Method in interface com.bea.wlrt.cep.event.EventType
Returns the registered event type name associated with this EventType.
getUnderlyingType() - Method in interface com.bea.wlrt.cep.event.EventType
Get the class that represents the Java type of the event type.
getWorkManager() - Method in class com.bea.wlrt.ede.impl.AbstractAdapter
 

H

hasLocation() - Method in class com.bea.wlrt.ede.StatementException
Indicates whether or not location information is available for this exception

I

IEPLProcessor - interface com.bea.wlrt.jmx.standard.IEPLProcessor.
 
isMonitoringEnabled() - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method checks if monitoring has been enabled for the EPL Processor.
isProperty(String) - Method in interface com.bea.wlrt.cep.event.EventType
Check that the given property name is valid for this event type, ie. that is exists in the event type.
isSessionOpen() - Method in interface com.bea.wlrt.jmx.standard.ConfigSessionMBean
This method will check if a session is open
IStream - interface com.bea.wlrt.jmx.standard.IStream.
 

L

LARGE_BATCH - Static variable in class com.bea.wlrt.ede.RejectEventException.Reason
 
listDeployedApplications() - Method in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
This method will return a java.util.Collection of application names which has been deployed in the Weblogic Event Server
loadStatements(URL) - Method in interface com.bea.wlrt.ede.Processor
Load queries from an XML document located at the specified URL.

M

MapEventObject - interface com.bea.wlrt.cep.event.MapEventObject.
An event may either be represented as a JavaBean or as a Map.
MultiStatementException - exception com.bea.wlrt.ede.MultiStatementException.
Exception raised if one or more errors are detected when loading a set of statements in bulk
MultiStatementException(URL, List) - Constructor for class com.bea.wlrt.ede.MultiStatementException
 

N

newStage(String, String) - Method in class com.bea.wlrt.ede.impl.AbstractStageFactory
Create a new Stage.
numberOfWorkers - Variable in class com.bea.wlrt.ede.impl.AbstractStage.ResourceManagerImpl
 

O

OBJECT_NAME - Static variable in interface com.bea.wlrt.jmx.standard.StreamMBean
 
OBJECT_NAME - Static variable in interface com.bea.wlrt.jmx.standard.EPLProcessorMBean
 
OBJECT_NAME - Static variable in interface com.bea.wlrt.jmx.standard.ConfigSessionMBean
 
OBJECT_NAME - Static variable in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
 
onEvent(List) - Method in interface com.bea.wlrt.ede.EventSink
Callback method for receiving events.
onREvent(List, List) - Method in interface com.bea.wlrt.ede.REventSink
Callback for receiving events

P

Processor - interface com.bea.wlrt.ede.Processor.
Processes queries specific to an EPL.
ProcessorFactory - interface com.bea.wlrt.ede.ProcessorFactory.
Factory for creating Processors
put(String, Object) - Method in interface com.bea.wlrt.cep.event.EventBuilder
Set the property of the event being created to the specified value.

R

registerEventType(String, Class) - Method in interface com.bea.wlrt.cep.event.EventTypeRepository
Registers POJO event types into repository.
registerEventType(String, Class, EventBuilder.Factory) - Method in interface com.bea.wlrt.cep.event.EventTypeRepository
Registers POJO event types into repository specifying an EventBuilder.Factory for the engine to use when instantiating events of this type.
registerEventType(String, Map) - Method in interface com.bea.wlrt.cep.event.EventTypeRepository
Registers Map event types into repository.
registerEventType(String, Map, EventBuilder.Factory) - Method in interface com.bea.wlrt.cep.event.EventTypeRepository
Registers Map event types into repository specifying an EventBuilder.Factory for the engine to use when instantiating events of this type.
RejectEventException - exception com.bea.wlrt.ede.RejectEventException.
Exception raised by an event sink to indicate a problem during processing of one or more event(s).
RejectEventException.Reason - class com.bea.wlrt.ede.RejectEventException.Reason.
Enumeration representing the reason for rejecting the events:
RejectEventException(RejectEventException.Reason, List, String) - Constructor for class com.bea.wlrt.ede.RejectEventException
 
removeEventSink(EventSink) - Method in interface com.bea.wlrt.ede.EventSource
Removes listener from this source
REventSink - interface com.bea.wlrt.ede.REventSink.
A StreamingEventListener that also receives events that are no longer live (old) in the source.
rollback() - Method in interface com.bea.wlrt.jmx.standard.ConfigSessionMBean
This method will rollback the session.
RUNNING - Static variable in class com.bea.wlrt.server.management.mbean.ServerStates
 

S

Schedulable.Parameter - interface com.bea.wlrt.ede.Schedulable.Parameter.
 
ServerRuntimeMBean - interface com.bea.wlrt.server.management.mbean.ServerRuntimeMBean.
This MBean manages the lifecycle of a Weblogic Event Server.
ServerStates - class com.bea.wlrt.server.management.mbean.ServerStates.
Enumeration of possible server states The possible server states that can be reported are RUNNING - The server is running SHUTDOWN - The server has been shutdown
SERVICE_FILTER - Static variable in interface com.bea.wlrt.cep.event.EventTypeRepository
 
SERVICE_ID - Static variable in interface com.bea.wlrt.cep.event.EventTypeRepository
 
setId(String) - Method in class com.bea.wlrt.jmx.standard.EPLRule
 
setNumberOfWorkers(int) - Method in class com.bea.wlrt.ede.impl.AbstractStage.ResourceManagerImpl
 
setQuery(String) - Method in class com.bea.wlrt.jmx.standard.EPLRule
 
setSize(int) - Method in interface com.bea.wlrt.ede.Stream
Maximum number of events that a stream can hold at a time.
setSize(int) - Method in interface com.bea.wlrt.jmx.standard.IStream
This method sets the size of the Stream
SHUTDOWN - Static variable in class com.bea.wlrt.server.management.mbean.ServerStates
 
shutdown() - Method in interface com.bea.wlrt.server.management.mbean.ServerRuntimeMBean
This method shutsdown the server
Stage - interface com.bea.wlrt.ede.Stage.
A Stage is a node of an Event Processing Network (EPN).
STAGE_APPLICATION_ID - Static variable in interface com.bea.wlrt.ede.StageConstants
The globally unique identity of am application
STAGE_ID - Static variable in interface com.bea.wlrt.ede.StageConstants
The application unique identity of a Stage
STAGE_PROVIDER - Static variable in interface com.bea.wlrt.ede.StageConstants
 
StageConstants - interface com.bea.wlrt.ede.StageConstants.
Predefined property names uses in Stage creation and advertisement
StageFactory - interface com.bea.wlrt.ede.StageFactory.
Factory interface that is implemented by all Stage creators
start() - Method in interface com.bea.wlrt.ede.Statement
Starts a statement that has previously been stopped.
startApplication(String) - Method in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
This method will start a deployed application which may have been stopped.
Statement - interface com.bea.wlrt.ede.Statement.
Represent a single compiled query.
StatementException - exception com.bea.wlrt.ede.StatementException.
Exception raised when attempting to add an invalid statement
StatementException(Exception) - Constructor for class com.bea.wlrt.ede.StatementException
 
StatementException(String) - Constructor for class com.bea.wlrt.ede.StatementException
 
StatementManager - interface com.bea.wlrt.ede.StatementManager.
Manages compiled statements.
stop() - Method in interface com.bea.wlrt.ede.Statement
Stops statement making it inactive.
stopApplication(String) - Method in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
This method will stop a deployed appliction.
Stream - interface com.bea.wlrt.ede.Stream.
Streams are virtual pipes that continously handle events.
StreamFactory - interface com.bea.wlrt.ede.StreamFactory.
Factory for creating Streams
StreamMBean - interface com.bea.wlrt.jmx.standard.StreamMBean.
This MBean will manage instances of Streams whose configuration has been derived from com.bea.wlrt.configuration.application.DefaultStreamConfig schema.

U

undeployApplication(String) - Method in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
This method will undeploy an application named applicationName
UNKOWN - Static variable in class com.bea.wlrt.ede.RejectEventException.Reason
 
updateDeployedApplication(String, byte[]) - Method in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
This method will update a deployed appliction in the Weblogic Event Server.
updateDeployedApplication(String, File) - Method in interface com.bea.wlrt.deployment.mbean.AppDeploymentMBean
This method will update a deployed application in the Weblogic Event Server.
uploadRules(Map) - Method in interface com.bea.wlrt.jmx.standard.IEPLProcessor
This method uploads a collection of EPL queries to the designated EPL processor.

V

validate() - Method in class com.bea.wlrt.ede.impl.ActiveAdapter
 
valueOf(String) - Static method in class com.bea.wlrt.ede.RejectEventException.Reason
 
valueOf(String) - Static method in class com.bea.wlrt.server.management.mbean.ServerStates
 
values() - Static method in class com.bea.wlrt.ede.RejectEventException.Reason
 
values() - Static method in class com.bea.wlrt.server.management.mbean.ServerStates
 

A B C D E F G H I L M N O P R S U V