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

A

ActivatableBean - interface com.bea.wlevs.ede.api.ActivatableBean.
Interface to be implemented by beans that need to react when dynamic configuration has been set and the containing EPN is activated.
Adapter - interface com.bea.wlevs.ede.api.Adapter.
Marker interface for Adapters.
AdapterFactory - interface com.bea.wlevs.ede.api.AdapterFactory.
Factory for creating Adapters.
AdapterMBean - interface com.bea.wlevs.management.configuration.AdapterMBean.
MBeans of this type wraps around a Adapter object which has been instantiated or configured through the spring-context file.
addRule(String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method will add an EPL rule to the designated EPL Processor.
addRule(String, String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method will add an EPL rule with a name to the designated EPL Processor.
addRules(Map) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method adds a bunch of EPL queries to the designated EPL Processor.
afterConfigurationActive() - Method in interface com.bea.wlevs.ede.api.ActivatableBean
Invoked by the EPN container after it has set all of the dynamic configuration.
afterPropertiesSet() - Method in interface com.bea.wlevs.ede.api.InitializingBean
Invoked by the EPN container after it has set all instance properties supplied.
AppDeploymentMBean - interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean.
This MBean will manage the deployment of a deployable application in the Weblogic Event Server.
ApplicationIdentityAware - interface com.bea.wlevs.ede.api.ApplicationIdentityAware.
Interface to be implemented by beans that wish to know the application id of the containing EPN.
ApplicationMBean - interface com.bea.wlevs.management.configuration.ApplicationMBean.
This MBean represents an application instance that is deployed in the Weblogic Event Server.

B

beginSession(String) - Method in interface com.bea.wlevs.management.configuration.ConfigSessionMBean
This method will create a session for that thread.
BootMBean - interface com.bea.wlevs.management.boot.BootMBean.
This is the root MBean in the Weblogic Event Server hierarchy.
buildMessage(String, Throwable) - Static method in class com.bea.wlevs.management.NestedExceptionUtils
Build a message for the given base message and root cause.
buildRootMessage(String, Throwable) - Static method in class com.bea.wlevs.management.NestedExceptionUtils
Build the root cause message.

C

com.bea.wlevs.deployment.mbean - package com.bea.wlevs.deployment.mbean
 
com.bea.wlevs.ede.api - package com.bea.wlevs.ede.api
 
com.bea.wlevs.management - package com.bea.wlevs.management
 
com.bea.wlevs.management.boot - package com.bea.wlevs.management.boot
 
com.bea.wlevs.management.configuration - package com.bea.wlevs.management.configuration
 
com.bea.wlevs.management.runtime - package com.bea.wlevs.management.runtime
 
com.bea.wlevs.server.management.mbean - package com.bea.wlevs.server.management.mbean
 
commit() - Method in interface com.bea.wlevs.management.configuration.ConfigSessionMBean
This method will commit the session.
ConfigSessionMBean - interface com.bea.wlevs.management.configuration.ConfigSessionMBean.
This MBean manages multiple edits within a given session.
ConfigurationException - exception com.bea.wlevs.management.configuration.ConfigurationException.
 
ConfigurationException(String) - Constructor for class com.bea.wlevs.management.configuration.ConfigurationException
Constructor for the ConfigurationException object
ConfigurationException(String, Throwable) - Constructor for class com.bea.wlevs.management.configuration.ConfigurationException
Constructor for the ConfigurationException object
ConfigurationException(Throwable) - Constructor for class com.bea.wlevs.management.configuration.ConfigurationException
Constructor for the ConfigurationException object
ConfigurationMBean - interface com.bea.wlevs.management.configuration.ConfigurationMBean.
 
create() - Method in interface com.bea.wlevs.ede.api.StageFactory
Create a new Stage using the provided stage identifier and application identifier.
createBuilder() - Method in interface com.bea.wlevs.ede.api.EventBuilder.Factory
 
createEvent() - Method in interface com.bea.wlevs.ede.api.EventBuilder
Instantiate an event of the type associated with this event builder.
createMonitoringMetricAvgLatency(long, TimeUnit) - Method in interface com.bea.wlevs.management.configuration.StageMBean
Monitor the average latency of events between two endpoints.
createMonitoringMetricAvgLatencyThreshold(long, long, TimeUnit) - Method in interface com.bea.wlevs.management.configuration.StageMBean
Monitor if the average latency of events between two endpoints cross a threshold.The endpints for a stage is defined as the ENTRY and EXIT points of a stage.
createMonitoringMetricAvgThroughput(Endpoint.Stagepoint, long, long, TimeUnit) - Method in interface com.bea.wlevs.management.configuration.StageMBean
Monitor the average throughput of events in an endpoint.
createMonitoringMetricAvgThroughput(long, long) - Method in interface com.bea.wlevs.management.configuration.StageMBean
This method creates a StageMonitoringMetricRuntimeMBean which monitors the average throughput for a Stage.
createMonitoringMetricAvgThroughput(long, long, TimeUnit) - Method in interface com.bea.wlevs.management.configuration.StageMBean
This method creates a StageMonitoringMetricRuntimeMBean which monitors the average throughput for a Stage.
createMonitoringMetricMaxLatency(long, TimeUnit) - Method in interface com.bea.wlevs.management.configuration.StageMBean
Monitor the maximum latency of events between two endpoints.The endpints for a stage is defined as the ENTRY and EXIT points of a stage.
createStatement(String) - Method in interface com.bea.wlevs.ede.api.Processor
Compile query using the supplied query string parameter.
createStatement(String, String) - Method in interface com.bea.wlevs.ede.api.Processor
Compile query using the supplied query string parameter and query id.

D

deleteAllRules() - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This methods deletes all rules that has been configured in the EPL Processor.
deleteRule(String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method deletes a rule from the EPL Processor with the given rule id.
deleteRules(String[]) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method deletes all rules with the given ids.
deployApplication(String, byte[]) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method will deploy a serialized byte array to the Weblogic Event Server.
deployApplication(String, File) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method will deploy the jar file in the Weblogic Event Server.
destroy() - Method in interface com.bea.wlevs.ede.api.Statement
Permanently destroys statement and removes its reference in the processor
destroy() - Method in interface com.bea.wlevs.ede.api.DisposableBean
Invoked by the EPN container when the containing application is stopped.
disableMonitoring() - Method in interface com.bea.wlevs.management.configuration.StageMBean
This method disables the monitoring of a stage.
discard() - Method in interface com.bea.wlevs.management.configuration.ConfigSessionMBean
This method will discard the session.
DisposableBean - interface com.bea.wlevs.ede.api.DisposableBean.
Interface to be implemented by beans that want to release resources when the containing EPN is destroyed and the application undeployed.
DomainMBean - interface com.bea.wlevs.management.configuration.DomainMBean.
This MBean is the root of Weblogic Event Server MBeans.

E

enableMonitoring() - Method in interface com.bea.wlevs.management.configuration.StageMBean
This method enables monitoring of a stage.
EPLProcessorMBean - interface com.bea.wlevs.management.configuration.EPLProcessorMBean.
This MBean will manage instances of epl processor whose configuration has been derived from com.bea.wlevs.configuration.application.DefaultProcessorConfig schema.
EventBuilder - interface com.bea.wlevs.ede.api.EventBuilder.
Builder that knows how to create events of a certain event type.
EventBuilder.Factory - interface com.bea.wlevs.ede.api.EventBuilder.Factory.
Factory for event builder.
EventRejectedException - exception com.bea.wlevs.ede.api.EventRejectedException.
Exception raised by an event sink to indicate a problem during processing of one or more event(s).
EventRejectedException.Reason - class com.bea.wlevs.ede.api.EventRejectedException.Reason.
Enumeration representing the reason for rejecting the events:
EventRejectedException(EventRejectedException.Reason, List, String) - Constructor for class com.bea.wlevs.ede.api.EventRejectedException
 
EventSender - interface com.bea.wlevs.ede.api.EventSender.
An EventSender sends events emitted by an EventSource
EventSink - interface com.bea.wlevs.ede.api.EventSink.
An EventSink receives events emitted by an EventSource.
EventSource - interface com.bea.wlevs.ede.api.EventSource.
Interface to be implemented by beans that want to emit events.
EventType - interface com.bea.wlevs.ede.api.EventType.
This interface provides metadata for events.
EventTypeRepository - interface com.bea.wlevs.ede.api.EventTypeRepository.
EventTypeRepository is a repository for all of the registered event types in the Event Server.

F

FULL - Static variable in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 

G

getAllRules() - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method fetches all the rules that has been configured in the designated EPL Proessor.
getApplicationMBeans() - Method in interface com.bea.wlevs.management.configuration.DomainMBean
Returns an array of ObjectName which corresponds to the naming key of the ApplicationMBean that may have been bootstrapped
getApplicationName() - Method in interface com.bea.wlevs.management.runtime.StageMonitoringMetricRuntimeMBean
This method returns the name of the application.
getColumnNumber() - Method in class com.bea.wlevs.ede.api.StatementException
Returns column number on which an error was detected.
getCurrentSize() - Method in interface com.bea.wlevs.ede.api.Stream
Returns the current (used) size of stream
getDomainName() - Method in interface com.bea.wlevs.management.boot.BootMBean
Returns the domain name
getEPL() - Method in interface com.bea.wlevs.ede.api.Processor
Returns unique URI associated with a particular type of Processor.
getEventBuilderFactory() - Method in interface com.bea.wlevs.ede.api.EventType
Returns EventBuilder.Factory which may be used to manufacture event objects of this event type.
getEventType() - Method in interface com.bea.wlevs.ede.api.MapEventObject
Event type for this event that contains metadata about the properties of the event.
getEventType(Object) - Method in interface com.bea.wlevs.ede.api.EventTypeRepository
Retrieve the event type for an event object.
getEventType(String) - Method in interface com.bea.wlevs.ede.api.EventTypeRepository
Retrieve a previously registered even type by name.
getEventTypeRepository() - Method in interface com.bea.wlevs.ede.api.Processor
Returns repository for types defined within the application.
getExceptions() - Method in class com.bea.wlevs.ede.api.MultiStatementException
Retrieves the list of exceptions that were detected
getId() - Method in interface com.bea.wlevs.ede.api.Statement
Retrieve the ID of the statement
getLineNumber() - Method in class com.bea.wlevs.ede.api.StatementException
Returns line number on which an error was detected.
getMaxSize() - Method in interface com.bea.wlevs.management.configuration.StreamMBean
This method reads the size of the Stream
getMaxSize() - Method in interface com.bea.wlevs.ede.api.Stream
Returns maximum size of stream
getMaxThreads() - Method in interface com.bea.wlevs.management.configuration.StreamMBean
This method reads the maximum number of Threads associated with the Stream's WorkManager
getMaxThreads() - Method in interface com.bea.wlevs.ede.api.Stream
Returns maximum number of threads that a stream should use for processing events.
getMBeanInfo() - Method in interface com.bea.wlevs.management.WebLogicMBean
It returns the MBeanInfo of the MBean
getMessage() - Method in class com.bea.wlevs.management.MBeanOperationsException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class com.bea.wlevs.ede.api.MultiStatementException
 
getMetric() - Method in interface com.bea.wlevs.management.runtime.StageMonitoringMetricRuntimeMBean
This method returns the value of the monitoring metric.
getMSAName() - Method in interface com.bea.wlevs.server.management.mbean.ServerRuntimeMBean
This method returns the name of the server
getName() - Method in interface com.bea.wlevs.management.WebLogicMBean
This method returns the name of the MBean
getObjectName() - Method in interface com.bea.wlevs.management.WebLogicMBean
It returns the ObjectName under which the MBean is registered
getPropertyNames() - Method in interface com.bea.wlevs.ede.api.EventType
Get all valid property names for the event type.
getPropertyType(String) - Method in interface com.bea.wlevs.ede.api.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.wlevs.ede.api.EventType
Retrieves property value from an event object of this event type.
getQuery() - Method in interface com.bea.wlevs.ede.api.Statement
Retrieve the query string of the statement
getReason() - Method in class com.bea.wlevs.ede.api.EventRejectedException
 
getRejectedEvents() - Method in class com.bea.wlevs.ede.api.EventRejectedException
Retrieve the set of events rejected by the event sink.
getRule(String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method fetches a rule with the given id.
getRules(String[]) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method fetches the rules for ids that are in the array.
getStageMBeans() - Method in interface com.bea.wlevs.management.configuration.ApplicationMBean
Returns an array of ObjectName which is the naming of the various StageMBean
getStageName() - Method in interface com.bea.wlevs.management.runtime.StageMonitoringMetricRuntimeMBean
This method returns the name of the stage.
getStageType() - Method in interface com.bea.wlevs.management.configuration.StageMBean
This method will return the type of Stage this MBean represents
getState() - Method in class com.bea.wlevs.server.management.mbean.ServerStates
Get the state of the server
getState() - Method in interface com.bea.wlevs.server.management.mbean.ServerRuntimeMBean
This method returns the state of the server
getStatement(String) - Method in interface com.bea.wlevs.ede.api.StatementManager
Retrieve compiled statement through query id
getStatementManager() - Method in interface com.bea.wlevs.ede.api.Processor
Returns statement manager for accessing compiled statements defined for this processor.
getStatements() - Method in interface com.bea.wlevs.ede.api.StatementManager
 
getSuperTypes() - Method in interface com.bea.wlevs.ede.api.EventType
Returns an array of event types that are super to this event type, from which this event type inherited event properties.
getType() - Method in interface com.bea.wlevs.management.WebLogicMBean
It returns the type of the MBean
getTypeName() - Method in interface com.bea.wlevs.ede.api.EventType
Returns the registered event type name associated with this EventType.
getUnderlyingType() - Method in interface com.bea.wlevs.ede.api.EventType
Get the class that represents the Java type of the event type.

H

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

I

InitializingBean - interface com.bea.wlevs.ede.api.InitializingBean.
Interface to be implemented by beans that need to react once all their properties have been set by the EPN container, for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
InvalidAttributeValuesException - exception com.bea.wlevs.management.InvalidAttributeValuesException.
The values specified are not valid.
InvalidAttributeValuesException(InvalidAttributeValueException[]) - Constructor for class com.bea.wlevs.management.InvalidAttributeValuesException
Construct a InvalidAttributeValuesException with a list of InvalidAttributeValueException.
isProperty(String) - Method in interface com.bea.wlevs.ede.api.EventType
Check that the given property name is valid for this event type, ie. that is exists in the event type.
isRegistered() - Method in interface com.bea.wlevs.management.WebLogicMBean
It returns whethet the current MBean is registered with the MBean server
isSessionOpen() - Method in interface com.bea.wlevs.management.configuration.ConfigSessionMBean
This method will check if a session is open

L

LARGE_BATCH - Static variable in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 
listDeployedApplications() - Method in interface com.bea.wlevs.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.wlevs.ede.api.Processor
Load queries from an XML document located at the specified URL.
lookupApplicationMBean(String) - Method in interface com.bea.wlevs.management.configuration.DomainMBean
Returns the ObjectName of the ApplicationMBean.
lookupStageMBean(String) - Method in interface com.bea.wlevs.management.configuration.ApplicationMBean
Returns the ObjectName of the StageMBean

M

Manageable - interface com.bea.wlevs.ede.api.Manageable.
Marker interface to denote monitoring and configuration capability.
ManagementRuntimeException - exception com.bea.wlevs.management.ManagementRuntimeException.
This class is used to indicate a runtime error in the Management Subsytem of WebLogic Event Server.
ManagementRuntimeException() - Constructor for class com.bea.wlevs.management.ManagementRuntimeException
Default constructor.
ManagementRuntimeException(Throwable) - Constructor for class com.bea.wlevs.management.ManagementRuntimeException
Constructor with a cause
MapEventObject - interface com.bea.wlevs.ede.api.MapEventObject.
An event may either be represented as a JavaBean or as a Map.
MBeanOperationsException - exception com.bea.wlevs.management.MBeanOperationsException.
This class represents wraps any execption that was thrown during an MBean operation.
MBeanOperationsException(String) - Constructor for class com.bea.wlevs.management.MBeanOperationsException
Construct a MBeanOperationsException with a specific message
MBeanOperationsException(String, Throwable) - Constructor for class com.bea.wlevs.management.MBeanOperationsException
Construct a MBeanOperationsException with a detail message and a root cause.
MBeanOperationsException(Throwable) - Constructor for class com.bea.wlevs.management.MBeanOperationsException
 
monitored() - Method in interface com.bea.wlevs.management.configuration.StageMBean
This method returns the status of the monitoring of a Stage
MultiStatementException - exception com.bea.wlevs.ede.api.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.wlevs.ede.api.MultiStatementException
 

N

NAME - Static variable in interface com.bea.wlevs.management.boot.BootMBean
 
NestedExceptionUtils - class com.bea.wlevs.management.NestedExceptionUtils.
Helper class for implementing exception classes which are capable of holding nested exceptions.
NestedExceptionUtils() - Constructor for class com.bea.wlevs.management.NestedExceptionUtils
 

O

OBJECT_NAME - Static variable in interface com.bea.wlevs.management.configuration.StreamMBean
 
OBJECT_NAME - Static variable in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
 
OBJECT_NAME - Static variable in interface com.bea.wlevs.management.configuration.ConfigSessionMBean
 
OBJECT_NAME - Static variable in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
 
onEvent(List) - Method in interface com.bea.wlevs.ede.api.EventSink
Callback method for receiving events.

P

preDeregister() - Method in interface com.bea.wlevs.management.runtime.RuntimeMBean
This method is present so that the MBeanImplementation gets a chance to clean up before it is actually de-registered from the MBean server.
Processor - interface com.bea.wlevs.ede.api.Processor.
Processors filter, correlate, aggregate, and perform other event processing functions.
ProcessorFactory - interface com.bea.wlevs.ede.api.ProcessorFactory.
Factory for creating Processors.
put(String, Object) - Method in interface com.bea.wlevs.ede.api.EventBuilder
Set the property of the event being created to the specified value.

R

registerEventType(String, Class) - Method in interface com.bea.wlevs.ede.api.EventTypeRepository
Registers POJO event types into repository.
registerEventType(String, Class, EventBuilder.Factory) - Method in interface com.bea.wlevs.ede.api.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.wlevs.ede.api.EventTypeRepository
Registers Map event types into repository.
registerEventType(String, Map, EventBuilder.Factory) - Method in interface com.bea.wlevs.ede.api.EventTypeRepository
Registers Map event types into repository specifying an EventBuilder.Factory for the engine to use when instantiating events of this type.
restart() - Method in interface com.bea.wlevs.management.runtime.StageMonitoringMetricRuntimeMBean
This method resets the monitoring metric value.
rollback() - Method in interface com.bea.wlevs.management.configuration.ConfigSessionMBean
This method will rollback the session.
RUNNING - Static variable in class com.bea.wlevs.server.management.mbean.ServerStates
 
RuntimeMBean - interface com.bea.wlevs.management.runtime.RuntimeMBean.
Interface for all runtime MBeans that are implemented by the Weblogic Event Server.

S

sendEvent(List, List) - Method in interface com.bea.wlevs.ede.api.EventSender
Send a list of events to the downstream element in the EPN.
ServerRuntimeMBean - interface com.bea.wlevs.server.management.mbean.ServerRuntimeMBean.
This MBean manages the lifecycle of a Weblogic Event Server.
ServerStates - class com.bea.wlevs.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.wlevs.ede.api.EventTypeRepository
 
SERVICE_ID - Static variable in interface com.bea.wlevs.ede.api.EventTypeRepository
 
setApplicationIdentity(String) - Method in interface com.bea.wlevs.ede.api.ApplicationIdentityAware
Sets the application id of the containing EPN.
setEventSender(EventSender) - Method in interface com.bea.wlevs.ede.api.EventSource
Set the EventSender for this EventSource.
setMaxSize(int) - Method in interface com.bea.wlevs.management.configuration.StreamMBean
This method sets the size of the Stream
setMaxSize(int) - Method in interface com.bea.wlevs.ede.api.Stream
Maximum number of events that a stream can hold at a time.
setMaxThreads(int) - Method in interface com.bea.wlevs.management.configuration.StreamMBean
This method sets the maximum number of Threads associated with the Stream's WorkManager
setMaxThreads(int) - Method in interface com.bea.wlevs.ede.api.Stream
Maximum number of threads that a stream should use for processing events.
setStageIdentity(String) - Method in interface com.bea.wlevs.ede.api.StageIdentityAware
Callback through which the framework publishes the Stage identity
SHUTDOWN - Static variable in class com.bea.wlevs.server.management.mbean.ServerStates
 
shutdown() - Method in interface com.bea.wlevs.server.management.mbean.ServerRuntimeMBean
This method shutsdown the server
Stage - interface com.bea.wlevs.ede.api.Stage.
A Stage is a node of an Event Processing Network (EPN).
STAGE_APPLICATION_ID - Static variable in interface com.bea.wlevs.ede.api.StageConstants
The globally unique identity of am application
STAGE_ID - Static variable in interface com.bea.wlevs.ede.api.StageConstants
The application unique identity of a Stage
STAGE_PROVIDER - Static variable in interface com.bea.wlevs.ede.api.StageConstants
 
StageConstants - interface com.bea.wlevs.ede.api.StageConstants.
Predefined property names uses in Stage creation and advertisement
StageFactory - interface com.bea.wlevs.ede.api.StageFactory.
Factory interface that is implemented by all Stage creators
StageIdentityAware - interface com.bea.wlevs.ede.api.StageIdentityAware.
Interface to be implemented by Stage components that wish to be aware of their identity.
StageMBean - interface com.bea.wlevs.management.configuration.StageMBean.
 
StageMonitoringMetricRuntimeMBean - interface com.bea.wlevs.management.runtime.StageMonitoringMetricRuntimeMBean.
StageMonitoringMetricRuntimeMBean is created to monitor different types of metrics for various stage components of an Event Processing Network.
start() - Method in interface com.bea.wlevs.ede.api.Statement
Starts a statement that has previously been stopped.
startApplication(String) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method will start a deployed application which may have been stopped.
Statement - interface com.bea.wlevs.ede.api.Statement.
Represent a single compiled query.
StatementException - exception com.bea.wlevs.ede.api.StatementException.
Exception raised when attempting to add an invalid statement
StatementException(Exception) - Constructor for class com.bea.wlevs.ede.api.StatementException
 
StatementException(String) - Constructor for class com.bea.wlevs.ede.api.StatementException
 
StatementManager - interface com.bea.wlevs.ede.api.StatementManager.
Manages compiled statements.
stop() - Method in interface com.bea.wlevs.management.runtime.StageMonitoringMetricRuntimeMBean
This method stops collection of any more monitoring metrics
stop() - Method in interface com.bea.wlevs.ede.api.Statement
Stops statement making it inactive.
stopApplication(String) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method will stop a deployed appliction.
Stream - interface com.bea.wlevs.ede.api.Stream.
Streams are virtual pipes that continously handle events.
StreamFactory - interface com.bea.wlevs.ede.api.StreamFactory.
Factory for creating Streams.
StreamMBean - interface com.bea.wlevs.management.configuration.StreamMBean.
This MBean will manage instances of Streams whose configuration has been derived from com.bea.wlevs.configuration.application.DefaultStreamConfig schema.
suspend() - Method in interface com.bea.wlevs.ede.api.SuspendableBean
Invoked by the EPN container when the containing application is suspended.
SuspendableBean - interface com.bea.wlevs.ede.api.SuspendableBean.
Interface to be implemented by beans that want to suspend resources or stop processing events when the containing EPN is suspended.

T

terminate() - Method in interface com.bea.wlevs.management.runtime.StageMonitoringMetricRuntimeMBean
This method terminates metric collection and unregisters this MBean from the MBeanServer.

U

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

V

valueOf(String) - Static method in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 
valueOf(String) - Static method in class com.bea.wlevs.server.management.mbean.ServerStates
 
values() - Static method in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 
values() - Static method in class com.bea.wlevs.server.management.mbean.ServerStates
 

W

WebLogicMBean - interface com.bea.wlevs.management.WebLogicMBean.
The super interface for all WebLogic Event Server MBeans.

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