Skip navigation links

Oracle CEP API Reference
Release 11gR1 (11.1.1)

E14303-02
FRAMES    NO FRAMES

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


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.
Activate - interface com.bea.wlevs.configuration.Activate.
Indicates that a method is used to inject a stage with its configuration object during the activate phase of a configuration update.
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.
addAdvice(Advice) - Method in interface com.bea.wlevs.spring.support.ProxyFactory
 
addDatabase(String, String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method add a database to this processor's configuration.
addDataProvider(DataProvider) - Method in interface com.bea.wlevs.ede.api.Processor
In addition to receiving and sending events, a processor can poll data providers to be able to merge the streaming events with static data.
addDataProvider(String, DataProvider) - Method in interface com.bea.wlevs.ede.api.Processor
In addition to receiving and sending events, a processor can poll data providers to be able to merge the streaming events with static data.
addExternalSource(ExternalSource) - Method in interface com.bea.wlevs.ede.api.Processor
In addition to receiving and sending events, a processor can poll data providers to be able to merge the streaming events with static data.
addInterface(Class) - Method in interface com.bea.wlevs.spring.support.ProxyFactory
 
addListener(ProfileManagerListener) - Method in interface com.bea.wlevs.diagnostic.ProfileManagerFactory
Adds a profilemanager listener for adding and removing profilemanager notifications.
addParams(String, String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method adds a new set of unnamed parameter values to be bound against a parameterized query.
addParams(String, String, String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method adds a new set or replaces an existing set of named parameter values to be bound against a parameterized query.
addProbe(ObjectName) - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
Adds a probe to this profile.
addQuery(String) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will add an CQL query to the designated CQL Processor.
addQuery(String, String) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will add an CQL query with a name to the designated CQL Processor.
addQuery(String, String, boolean) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will add an CQL query with a name to the designated CQL Processor.
addRule(String) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method will add an EPL rule to the designated EPL Processor.
addRule(String, String) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method will add an EPL rule with a name to the designated EPL Processor.
addRule(String, String, boolean) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
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.ProcessorMBean
This method adds a set of EPL queries to the designated EPL Processor.
addSelectorQuery(String) - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Adds the specified query ID to the selector configuration for this channel.
addView(String) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will add an CQL view to the designated CQL processor.
addView(String, List) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will add an CQL query with a name to the designated CQL Processor.
addView(String, String) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will add an CQL query with a name to the designated CQL Processor.
addView(String, String, List) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will add an CQL query with a name to the designated CQL Processor.
addView(String, String, List, boolean) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will add an CQL query with a name to the designated CQL 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 class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
afterPropertiesSet() - Method in interface com.bea.wlevs.ede.api.InitializingBean
Invoked by the EPN container after it has set all instance properties supplied.
afterPropertiesSet(BundleContext) - Method in interface com.bea.wlevs.spring.support.BeanPostProcessorService
Initialization callback for this context
AppDeploymentMBean - interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean.
This MBean will manage the deployment of a deployable application in the Weblogic Event Server or in a cluster of WebLogic Event Servers.
APPLICATION_ID - Static variable in interface com.bea.wlevs.ede.api.InstanceConstants
The globally unique identity of an application
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.
ApplicationRuntimeMBean - interface com.bea.wlevs.management.runtime.ApplicationRuntimeMBean.
 
ARGUMENT_TYPES - Static variable in class com.bea.wlevs.management.configuration.CQLProcessorMBean.FunctionParameter
Function argument types.
Asynchronous - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Property name for asynchronous.

B

BatchSize - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Integer value with batch-size configuration paramter
BatchSize - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Property name for batch size.
BatchTimeout - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Integer value with batch-timeout configuration paramter
BAYEUX_ADVICE - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_CHANNEL - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_CLIENT_ID - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_CONNECTION_TYPE - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_DATA - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_ERROR - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_HANDSHAKE - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_INTERVAL - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_MESSAGE - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_CONNECT - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_DISCONNECT - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_HANDSHAKE - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_PING - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_PREFIX - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_RECONNECT - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_STATUS - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_SUBSCRIBE - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_META_UNSUBSCRIBE - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_MINIMUM_VERSION - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_RECONNECT - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_RETRY - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_SUCCESSFUL - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_SUPPORTED_CONNECTION_TYPE_LONG_POLLING - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_SUPPORTED_CONNECTION_TYPES - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_VERSION - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BAYEUX_VERSION_CURRENT - Static variable in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 
BeanPostProcessorService - interface com.bea.wlevs.spring.support.BeanPostProcessorService.
BeanPostProcessor service that allows bundles to contribute to the programming model of WLEvS.
beforeResume() - Method in interface com.bea.wlevs.ede.api.ResumableBean
Invoked by the EPN container before the bean is started or resumed.
BIGINT - Static variable in class com.bea.wlevs.ede.api.Type
 
bind(Object[]) - Method in interface com.bea.wlevs.ede.api.PreparedStatement
Binds placeholder values in the PreparedStatement with the values provided in the array in the order in which they appear.
bind(Object[], String) - Method in interface com.bea.wlevs.ede.api.PreparedStatement
Binds placeholder values in the order in which they appear in the array parameter.
BOOLEAN - Static variable in class com.bea.wlevs.ede.api.Type
 
BoundStatement - interface com.bea.wlevs.ede.api.BoundStatement.
Statement created through binding placeholder values for a PreparedStatement.
BufferSize - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Property name for buffer size.
BufferWriteAttempts - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Property name for buffer write attempts.
BufferWriteTimeout - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Property name for buffer write timeout.
BundlePropertyAdmin - interface com.bea.wlevs.spring.support.BundlePropertyAdmin.
A lightweight equivalent to ConfigAdmin which allows the passing of properties between deployment and deployment applications.
BundlePropertyAdminMutator - interface com.bea.wlevs.spring.support.BundlePropertyAdminMutator.
 
BYTE - Static variable in class com.bea.wlevs.ede.api.Type
 

C

CACHE_MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
 
CACHE_STAGE_MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
 
CacheMBean - interface com.bea.wlevs.management.configuration.CacheMBean.
 
CacheMBeanProperties - interface com.bea.wlevs.management.configuration.CacheMBeanProperties.
 
CacheStageMBean - interface com.bea.wlevs.management.configuration.CacheStageMBean.
This MBean manages the configuration of a cache instance created as a stage in the Weblogic Event Server application as part of an EPN.
CachingSystemMBean - interface com.bea.wlevs.management.configuration.CachingSystemMBean.
This MBean manages the configuration of a caching system instance.
capture(List) - Method in interface com.bea.wlevs.eventstore.EventStore
Appends the specified events to this event store, with no transactional guarantee.
capture(List, EventStoreTransaction) - Method in interface com.bea.wlevs.eventstore.EventStore
Appends the specified events to this event store as part of the specified transaction, or not part of any transaction if transaction is null.
cardinality() - Method in interface com.bea.wlevs.util.Service
 
CHAR - Static variable in class com.bea.wlevs.ede.api.Type
 
clearTraces() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
close() - Method in interface com.bea.wlevs.eventstore.EventStoreCursor
Releases the resources used by this cursor.
com.bea.wlevs.adapters.httppubsub.api - package com.bea.wlevs.adapters.httppubsub.api
 
com.bea.wlevs.adapters.httppubsub.support - package com.bea.wlevs.adapters.httppubsub.support
 
com.bea.wlevs.adapters.jms.api - package com.bea.wlevs.adapters.jms.api
 
com.bea.wlevs.deployment.mbean - package com.bea.wlevs.deployment.mbean
 
com.bea.wlevs.diagnostic - package com.bea.wlevs.diagnostic
 
com.bea.wlevs.ede.api - package com.bea.wlevs.ede.api
 
com.bea.wlevs.ede.api.cluster - package com.bea.wlevs.ede.api.cluster
 
com.bea.wlevs.eventstore - package com.bea.wlevs.eventstore
This package is the service provider interface (SPI) for the event repository.
com.bea.wlevs.management - package com.bea.wlevs.management
 
com.bea.wlevs.management.configuration - package com.bea.wlevs.management.configuration
 
com.bea.wlevs.management.diagnostic - package com.bea.wlevs.management.diagnostic
 
com.bea.wlevs.management.diagnostic.notification - package com.bea.wlevs.management.diagnostic.notification
 
com.bea.wlevs.management.runtime - package com.bea.wlevs.management.runtime
 
com.bea.wlevs.monitor - package com.bea.wlevs.monitor
 
com.bea.wlevs.monitor.management - package com.bea.wlevs.monitor.management
 
com.bea.wlevs.spring.support - package com.bea.wlevs.spring.support
 
commit() - Method in interface com.bea.wlevs.eventstore.EventStoreTransaction
Commit this transaction, storing all events captured within it.
Configuration - interface com.bea.wlevs.ede.api.cluster.Configuration.
An interface representing a configuration update of group members.
ConfigurationException - exception com.bea.wlevs.ede.api.ConfigurationException.
Root exception for EPN configuration errors.
ConfigurationException() - Constructor for class com.bea.wlevs.ede.api.ConfigurationException
 
ConfigurationException(String) - Constructor for class com.bea.wlevs.ede.api.ConfigurationException
 
ConfigurationException(String, String) - Constructor for class com.bea.wlevs.ede.api.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class com.bea.wlevs.ede.api.ConfigurationException
 
ConfigurationException(String, Throwable, String) - Constructor for class com.bea.wlevs.ede.api.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for class com.bea.wlevs.ede.api.ConfigurationException
 
ConfigurationException(Throwable, String) - Constructor for class com.bea.wlevs.ede.api.ConfigurationException
 
ConfigurationPropertyPlaceholderConfigurer - class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer.
An implementation of PropertyPlaceholderConfigurer that understands the WLEvS configuration subsystem.
ConfigurationPropertyPlaceholderConfigurer() - Constructor for class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
configurePlayback(long, long, float, boolean) - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
configurePlaybackFilter(long, long) - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Use this to specify the record time filter for events that are to be played back.
configurePlaybackStorage(String, List, String) - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Configures the store related parameters of the events that should be played back.
configurePlaybackWithDuration(long, long, float, boolean) - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
configureQueueing(int, int) - Method in interface com.bea.wlevs.management.configuration.EventQueueMBean
This method sets both the max threads and the max size.
configureRecord(long, long) - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
configureRecordStorage(String, List, String) - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Configures the storage parameters for recording events at this stage.
configureRecordWithDuration(long, long) - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
connect() - Method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper.Client
Send a connect request to the server.
contextClassloader() - Method in interface com.bea.wlevs.util.Service
 
ContextResumedEvent - class com.bea.wlevs.spring.support.ContextResumedEvent.
Event delivered when an application is resumed
ContextResumedEvent(ApplicationContext) - Constructor for class com.bea.wlevs.spring.support.ContextResumedEvent
Create a new ApplicationEvent.
ContextSuspendedEvent - class com.bea.wlevs.spring.support.ContextSuspendedEvent.
Event delivered when an application is suspended
ContextSuspendedEvent(ApplicationContext) - Constructor for class com.bea.wlevs.spring.support.ContextSuspendedEvent
Create a new ApplicationEvent.
CONTROL_STREAM_FILTER - Static variable in interface com.bea.wlevs.monitor.Monitor
 
CONTROL_STREAM_ID - Static variable in interface com.bea.wlevs.monitor.Monitor
 
convert(JSONObject) - Method in interface com.bea.wlevs.adapters.httppubsub.api.InboundMessageConverter
Convert a JSON message into one or more event server events
convert(Message) - Method in interface com.bea.wlevs.adapters.jms.api.InboundMessageConverter
Convert a JMS message into one or more events
convert(Object) - Method in interface com.bea.wlevs.adapters.httppubsub.api.OutboundMessageConverter
Convert an event into one or more JSON messages
convert(Session, Object) - Method in interface com.bea.wlevs.adapters.jms.api.OutboundMessageConverter
Convert an event into one or more JMS messages
CQLProcessorMBean - interface com.bea.wlevs.management.configuration.CQLProcessorMBean.
 
CQLProcessorMBean.FunctionParameter - class com.bea.wlevs.management.configuration.CQLProcessorMBean.FunctionParameter.
 
CQLProcessorRuntimeMBean - interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean.
 
create() - Method in interface com.bea.wlevs.ede.api.StageFactory
Create a new Stage using the provided stage identifier and application identifier.
create() - Method in interface com.bea.wlevs.ede.api.Factory
 
createBuilder() - Method in interface com.bea.wlevs.ede.api.EventBuilder.Factory
 
createDiagnosticProfile(Node) - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
Creates a profile by a profile node defined in wlevs_diagnostic_config.xsd.
createDiagnosticProfile(String) - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
Creates a profile by a xml profile string.
createDiagnosticProfile(String, ObjectName[]) - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
Creates a profile by a series of probes.
createEndpoint(String, String, Endpoint.Direction) - Method in interface com.bea.wlevs.monitor.Monitor
Returns endpoint that represents a 'place' in the Event Server that can be monitored.
createEvent() - Method in interface com.bea.wlevs.ede.api.EventType
Creates an event object for this event type.
createEvent() - Method in interface com.bea.wlevs.ede.api.EventBuilder
Instantiate an event of the type associated with this event builder.
createProxyFactory(Object) - Method in interface com.bea.wlevs.spring.support.ProxyFactoryService
 
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.
createStore(String, EventStoreProperties) - Method in interface com.bea.wlevs.eventstore.EventStoreProvider
Creates a new event store within this provider, having the specified name and offering the specified properties.
createStore(String, EventStoreProperties) - Method in interface com.bea.wlevs.eventstore.EventStoreManager
Creates a new event store having the specified name and offering the specified properties.
createTransaction() - Method in interface com.bea.wlevs.eventstore.EventStore
Creates a transaction that may be used to treat a series of capture or query operations atomically.

D

DataProvider - interface com.bea.wlevs.ede.api.DataProvider.
Provider of non-streaming data.
DatasetName - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
The dataset name string value
DEFAULT_INTERVAL - Static variable in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Default interval in milliseconds when not specified in monitor operations.
DEFAULT_THROUGHPUT - Static variable in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Default throughput interval in milliseconds when not specified in monitor operations.
DefaultAdapterMBean - interface com.bea.wlevs.management.configuration.DefaultAdapterMBean.
 
deleteAllQueries() - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This methods deletes all queries that has been configured in the CQL Processor.
deleteAllRules() - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This methods deletes all rules that has been configured in the EPL Processor.
deleteAllViews() - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This methods deletes all views that have been configured in the CQL Processor.
deleteDatabase(String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method delete a database from this processor's configuration.
deleteParams(String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method deletes all parameter values for the parameterized query identified by the ruleId argument.
deleteParams(String, String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method deletes the named set of parameter values for the parameterized query identified by the ruleId argument.
deleteRule(String) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method deletes a rule from the EPL Processor with the given rule id.
deleteRules(String[]) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
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.
deployApplication(String, String, byte[]) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method will deploy a serialized byte array as a clustered application in a group of WebLogic Event Servers.
deployApplication(String, String, File) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method will deploy the jar file as a clustered application in a group of WebLogic Event Servers.
DeploymentNotification - class com.bea.wlevs.management.runtime.DeploymentNotification.
DeploymentNotification for deployment events.
DeploymentNotification(Object, long, long, String, String, String, String) - Constructor for class com.bea.wlevs.management.runtime.DeploymentNotification
 
DeploymentServiceMBean - interface com.bea.wlevs.deployment.mbean.DeploymentServiceMBean.
Application deployment service MBean that includes non-public methods.
deregisterEventType(String) - Method in interface com.bea.wlevs.ede.api.EventTypeRepository
Remove event type from the repository.
destroy() - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
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.
destroy(BundleContext) - Method in interface com.bea.wlevs.spring.support.BeanPostProcessorService
Destruction callback for this context
DiagnosticProfileManagerMBean - interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean.
Diagnostic profiles factory MBean to manage diagnostic profile MBeans.
DiagnosticProfileMBean - interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean.
Diagnostic Profile MBean.a profile can be looked as a collection of probes that monitoring the performance of an application.All the probes must have the same start ponit.
DIRECTION_PROPERTY - Static variable in interface com.bea.wlevs.management.ManagementConstants
Attribute used to identify if it is the INBOUND (entry) or OUTBOUND (exit) point on a stage
disconnect() - Method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper.Client
Send disconnect message to the server.
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.
DOMAIN_NAME - Static variable in interface com.bea.wlevs.management.ManagementConstants
WL EvS MBean Domain Name
DomainMBean - interface com.bea.wlevs.management.configuration.DomainMBean.
This MBean is the root of Weblogic Event Server configuration MBeans.
DomainMembershipListener - interface com.bea.wlevs.ede.api.cluster.DomainMembershipListener.
Listener interface that allows beans and adapters to listen for cluster membership changes.
DomainRuntimeMBean - interface com.bea.wlevs.management.runtime.DomainRuntimeMBean.
 
DOUBLE - Static variable in class com.bea.wlevs.ede.api.Type
 
downloadRules() - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method returns in XML format all rules and any parameter values associated with parameterized queries in the designated EPL Proessor.
DuplicateEventTypeException - exception com.bea.wlevs.ede.api.DuplicateEventTypeException.
This exception is raised when an application attempts to register an event type that already has been registered.
DuplicateEventTypeException(String) - Constructor for class com.bea.wlevs.ede.api.DuplicateEventTypeException
 
DuplicateProviderNameException - exception com.bea.wlevs.eventstore.DuplicateProviderNameException.
Exception raised if an attempt is made to register a provider having the same name as a previously registered provider.
DuplicateProviderNameException() - Constructor for class com.bea.wlevs.eventstore.DuplicateProviderNameException
Creates an exception with no message or cause.
DuplicateProviderNameException(String) - Constructor for class com.bea.wlevs.eventstore.DuplicateProviderNameException
Creates an exception having the specified message.
DuplicateProviderNameException(String, Throwable) - Constructor for class com.bea.wlevs.eventstore.DuplicateProviderNameException
Creates an exception having the specified message and cause.
DuplicateProviderNameException(Throwable) - Constructor for class com.bea.wlevs.eventstore.DuplicateProviderNameException
Creates an exception having the specified cause.

E

Endpoint - interface com.bea.wlevs.monitor.Endpoint.
Endpoint is referenceable location in an Event Server application stage.
Endpoint.Direction - class com.bea.wlevs.monitor.Endpoint.Direction.
Specifies two locations within a stage: the entrypoint in a stage, and the exitpoint out 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.
EventBean - interface com.bea.wlevs.ede.api.EventBean.
Interface needed to be implemented by beans that wish to managed by the container.
EventBeanFactory - interface com.bea.wlevs.ede.api.EventBeanFactory.
Factory for creating EventBean's.
EventBeanMBean - interface com.bea.wlevs.management.configuration.EventBeanMBean.
This MBean manages the configuration of EventBeans
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.
EventChannel - interface com.bea.wlevs.ede.api.EventChannel.
A event channel is a conduit for events.
EventChannelFactory - interface com.bea.wlevs.ede.api.EventChannelFactory.
 
EventChannelMBean - interface com.bea.wlevs.management.configuration.EventChannelMBean.
 
EventMetadata - interface com.bea.wlevs.ede.api.EventMetadata.
All the metadata that is associated with an event instance.
EventProcessingException - exception com.bea.wlevs.ede.api.EventProcessingException.
Root runtime exception raised when an error occurs when processing events.
EventProcessingException() - Constructor for class com.bea.wlevs.ede.api.EventProcessingException
 
EventProcessingException(String) - Constructor for class com.bea.wlevs.ede.api.EventProcessingException
 
EventProcessingException(String, Throwable) - Constructor for class com.bea.wlevs.ede.api.EventProcessingException
 
EventProcessingException(Throwable) - Constructor for class com.bea.wlevs.ede.api.EventProcessingException
 
EventProperty - interface com.bea.wlevs.ede.api.EventProperty.
 
EventPropertyDescription - interface com.bea.wlevs.ede.api.EventPropertyDescription.
Describes a property of an event.
EventPropertyException - exception com.bea.wlevs.ede.api.EventPropertyException.
Processing Exception raised if event type fails to handle a event property, such as when trying to set a value or get its value.
EventPropertyException(String, String, String) - Constructor for class com.bea.wlevs.ede.api.EventPropertyException
 
EventQueue - interface com.bea.wlevs.ede.api.EventQueue.
 
EventQueueMBean - interface com.bea.wlevs.management.configuration.EventQueueMBean.
 
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.
Deprecated. As of OCEP 10.3, replaced by StreamSender and RelationSender
EventSink - interface com.bea.wlevs.ede.api.EventSink.
Deprecated. As of OCEP 10.3, replaced by StreamSink and RelationSink.
EventSource - interface com.bea.wlevs.ede.api.EventSource.
Deprecated. As of OCEP 10.3, replaced by StreamSource and RelationSource
EventStore - interface com.bea.wlevs.eventstore.EventStore.
A channel for accessing a collection of persistent events that are to be treated as a unit for purposes of event capture and query.
EventStoreCursor - interface com.bea.wlevs.eventstore.EventStoreCursor.
An iterator over events returned from a query.
EventStoreException - exception com.bea.wlevs.eventstore.EventStoreException.
A generic exception raised by the Event Store API.
EventStoreException() - Constructor for class com.bea.wlevs.eventstore.EventStoreException
Creates an exception with no message or cause.
EventStoreException(String) - Constructor for class com.bea.wlevs.eventstore.EventStoreException
Creates an exception having the specified message.
EventStoreException(String, Throwable) - Constructor for class com.bea.wlevs.eventstore.EventStoreException
Creates an exception having the specified message and cause.
EventStoreException(Throwable) - Constructor for class com.bea.wlevs.eventstore.EventStoreException
Creates an exception having the specified cause.
EventStoreManager - interface com.bea.wlevs.eventstore.EventStoreManager.
The top-level event store service, through which clients may interact with event stores.
EventStoreManagerPolicy - class com.bea.wlevs.eventstore.EventStoreManagerPolicy.
Specifies the event store manager policy.
EventStoreManagerPolicy() - Constructor for class com.bea.wlevs.eventstore.EventStoreManagerPolicy
 
EventStoreProperties - class com.bea.wlevs.eventstore.EventStoreProperties.
Specifies the desired properties that a newly created event store must have, in order to meet the client's needs.
EventStoreProperties() - Constructor for class com.bea.wlevs.eventstore.EventStoreProperties
 
EventStoreProvider - interface com.bea.wlevs.eventstore.EventStoreProvider.
An underlying repository that provides event store services to clients.
EventStoreProviderPolicy - class com.bea.wlevs.eventstore.EventStoreProviderPolicy.
Specifies the event store provider policy.
EventStoreProviderPolicy() - Constructor for class com.bea.wlevs.eventstore.EventStoreProviderPolicy
 
EventStoreQuery - interface com.bea.wlevs.eventstore.EventStoreQuery.
A provider-specific specification of which events a client wishes to retrieve from an event store.
EventStoreTransaction - interface com.bea.wlevs.eventstore.EventStoreTransaction.
A context within which event store capture and query operations may be performed atomically and isolated from other transactions.
eventToJSON(EventType, Object) - Static method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
Convert an event object to a JSON object.
eventToJSONObject(EventType, Object) - Static method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
Convert an event object to a JSON object.
EventType - interface com.bea.wlevs.ede.api.EventType.
This interface provides event type metadata for events.
EventTypeList - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Comma separated list of event types as defined in the Event Type Repository
EventTypeRepository - interface com.bea.wlevs.ede.api.EventTypeRepository.
EventTypeRepository is a repository for all of the registered event types in the Event Server.
EXTERNAL - Static variable in class com.bea.wlevs.ede.api.Processor.ClockType
 
ExternalSource - interface com.bea.wlevs.ede.api.ExternalSource.
Externally-managed source of data that can be used to enrich the streaming events flowing from event sources.

F

Factory - interface com.bea.wlevs.ede.api.Factory.
Factory interfaces for all stages.
FIFO - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Specifies eviction policy of First In First Out.
filter() - Method in interface com.bea.wlevs.util.Service
filter used to narrow service matches, may be null
FilterEndTime - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Long value with record time filter end value -1 means end time is not specified.
FilterStartTime - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Long value with record time filter start value -1 means start time is not specified.
FilterTimeDuration - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Long value with record time filter duration -1 means duration is not specified.
findOrCreateStore(String, EventStoreProperties) - Method in interface com.bea.wlevs.eventstore.EventStoreProvider
Returns the event store having the specified name within this provider, or creates a new event store within this provider having the specified name and offering the specified properties if no event store already exists by that name within this provider.
findOrCreateStore(String, EventStoreProperties) - Method in interface com.bea.wlevs.eventstore.EventStoreManager
Returns the event store having the specified name, or creates a new event store having the specified name and offering the specified properties if no event store already exists by that name.
findStore(String) - Method in interface com.bea.wlevs.eventstore.EventStoreProvider
Returns the event store having the specified name, or null if none exists within this provider.
findStore(String) - Method in interface com.bea.wlevs.eventstore.EventStoreManager
Returns the event store having the specified name, or null if none exists.
FLOAT - Static variable in class com.bea.wlevs.ede.api.Type
 
FULL - Static variable in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 

G

getAllFunctionsInfo() - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
Returns all user defined functions that have been associated to this processor, possibly through the wlevs:function tag in the EPN assembly configuration file.
getAllQueries() - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method fetches all the queries in this processor.
getAllQueriesInfo() - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
Returns all the queries configured for this processor along with all the information about the queries.
getAllRules() - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method fetches all the rules that has been configured in the designated EPL Proessor.
getAllRulesInfo() - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
Returns all the rules configured for this processor along with all the information about the rules.
getAllViews() - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method fetches all the views in this processor.
getAllViewsInfo() - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
Returns all the views configured for this processor along with all the information about the views.
getApplicationGroups() - Method in interface com.bea.wlevs.management.configuration.ApplicationMBean
Returns an array of String containing the name of all groups for which this application is a member of.
getApplicationId() - Method in interface com.bea.wlevs.monitor.Endpoint
Returns the application id
getApplicationMBeans() - Method in interface com.bea.wlevs.management.configuration.DomainMBean
Returns an array of ObjectName of the ApplicationMBeans that have been deployed in the current WebLogic Event Server instance.
getApplicationRuntimeMBeans() - Method in interface com.bea.wlevs.management.runtime.ServerRuntimeMBean
Returns an array of ObjectName of the ApplicationRuntimeMBeans that have been deployed in the current WebLogic Event Server instance.
getAverageInterval() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
Gets the interval for calculate average performance data.
getBeanClass() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
TODO remove!
getBoundStatement(String) - Method in interface com.bea.wlevs.ede.api.PreparedStatement
Returns BoundStatement identfied by bindingId
getBoundStatements() - Method in interface com.bea.wlevs.ede.api.PreparedStatement
Returns read-only Collection of all BoundStatements being managed by this PreparedStatement.
getBundleProperties(String) - Method in interface com.bea.wlevs.spring.support.BundlePropertyAdmin
Returns the set of properties registered against the application bundle represented by symbolicName.
getBundleProperty(String, String) - Method in interface com.bea.wlevs.spring.support.BundlePropertyAdmin
Returns the set of properties registered against the application bundle represented by symbolicName.
getCacheDataSource() - Method in interface com.bea.wlevs.ede.api.ExternalSource
Cache serving as a source, in the form of a map.
getCacheMBeans() - Method in interface com.bea.wlevs.management.configuration.CachingSystemMBean
Returns an array of ObjectName which contains the names of the CacheMBean
getCachingSystemMBeans() - Method in interface com.bea.wlevs.management.configuration.ApplicationMBean
Returns an array of ObjectName which is the naming of the various CachingSystemMBean
getChannel() - Method in interface com.bea.wlevs.management.configuration.HttpPubSubAdapterMBean
Returns the pub-sub channel
getClockType() - Method in interface com.bea.wlevs.ede.api.Processor
 
getCollectInterval() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
Gets the interval for collecting example performace data.
getColumnNumber() - Method in class com.bea.wlevs.ede.api.StatementException
Returns column number on which an error was detected.
getConcurrentConsumers() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the concurrentConsumers property.
getConnectionEncryptedPassword() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the connection encryptedPassword property.
getConnectionJndiName() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the connectionJndiName property.
getConnectionPassword() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the connection password property.
getConnectionUser() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the connection user property.
getCoordinator() - Method in interface com.bea.wlevs.ede.api.cluster.Configuration
Returns the Server object of the coordinator for this configuration.
getCurrentSize() - Method in interface com.bea.wlevs.ede.api.EventQueue
Returns the current (used) size of stream
getCurrentTracesXML() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getDatabases() - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method retrieve the databases configured with this processor.
getDataSource() - Method in interface com.bea.wlevs.management.configuration.TableMBean
Returns JDBC data source name associated to this table.
getDeploymentName() - Method in class com.bea.wlevs.management.runtime.DeploymentNotification
 
getDestinationJndiName() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the destinationJndiName property.
getDiagnosticProfile(String) - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
Gets profile as xml Node.
getDiagnosticProfiles() - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
Gets all the diagnostic profiles.
getDirection() - Method in interface com.bea.wlevs.monitor.Endpoint
Returns location in stage, that is, either the ENTRY or the EXIT of the stage
getEncryptedPassword() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the encryptedPassword property.
getEndLocation() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
Returns the ObjectName representing the end location of the path being monitored.
getEndOffset() - Method in class com.bea.wlevs.ede.api.StatementException
 
getEndStage() - Method in class com.bea.wlevs.management.diagnostic.notification.ProbeAttributeChangeNotification
Gets end stage of the probe which send out the notification.
getEvent() - Method in class com.bea.wlevs.management.runtime.DeploymentNotification
 
getEventBuilderFactory() - Method in interface com.bea.wlevs.ede.api.EventType
Deprecated. As of OCEP 11.1.1.10, replaced by createEvent
getEventMetadata() - Method in interface com.bea.wlevs.ede.api.MetadataEnabledEvent
 
getEventPropertyName() - Method in class com.bea.wlevs.ede.api.EventPropertyException
 
getEventType() - Method in interface com.bea.wlevs.management.configuration.TableMBean
Returns event type associated to table's rows.
getEventType() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the eventType property.
getEventType() - Method in interface com.bea.wlevs.management.configuration.HttpPubSubAdapterMBean
Returns the event type of events that flow through this HTTP pub-sub channel.
getEventType() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Returns the event type name for this channel
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() - Method in interface com.bea.wlevs.ede.api.ExternalSource
Source generates data of this type.
getEventType() - Method in interface com.bea.wlevs.ede.api.EventChannel
Only events of this event type are allowed to pass through this event channel.
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.
getEventTypeName() - Method in class com.bea.wlevs.ede.api.EventPropertyException
 
getEventTypeRepository() - Method in interface com.bea.wlevs.ede.api.Processor
Returns repository for types defined within the application.
getEvictionPolicy() - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Gets the value of the evictionPolicy property.
getExceptions() - Method in class com.bea.wlevs.ede.api.MultiStatementException
Retrieves the list of exceptions that were detected
getGroupNames() - Method in interface com.bea.wlevs.management.configuration.DomainMBean
Returns an array of group names that exist in the domain.
getHeartbeatTimeout() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Gets the heart-beat timeout for the channel if it is specified.
getHostName() - Method in interface com.bea.wlevs.management.configuration.ServerMBean
Returns the server hostname.
getId() - Method in interface com.bea.wlevs.ede.api.Statement
Retrieve the ID of the statement
getId() - Method in interface com.bea.wlevs.ede.api.ExternalSource
Returns the source identity
getId() - Method in interface com.bea.wlevs.ede.api.EventChannel
Returns the event channel identity
getId() - Method in interface com.bea.wlevs.ede.api.cluster.Configuration
Returns the unique id of this configuration.
getIdentity() - Method in interface com.bea.wlevs.ede.api.cluster.Server
 
getIdleTime() - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Gets the value of the idleTime property.
getInstanceProperties() - Method in interface com.bea.wlevs.management.configuration.EventBeanMBean
Get the instance properties.
getJDBCDataSource() - Method in interface com.bea.wlevs.ede.api.ExternalSource
Name of the data-source associated to this source, should it be a table.
getJndiFactory() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the jndiFactory property.
getJndiProviderUrl() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the jndiProviderUrl property.
getKeyClass() - Method in interface com.bea.wlevs.ede.api.DataProvider
Class of primary key
getKeyPropertyNames() - Method in interface com.bea.wlevs.ede.api.DataProvider
Property names of compound key
getLength() - Method in interface com.bea.wlevs.ede.api.EventPropertyDescription
Returns the length of the element if it is an array or String type.
getLineNumber() - Method in class com.bea.wlevs.ede.api.StatementException
Returns line number on which an error was detected.
getListeners() - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Gets the value of the listeners property.
getListenPort() - Method in interface com.bea.wlevs.management.configuration.ServerMBean
Returns the server listen port.
getMap() - Method in interface com.bea.wlevs.ede.api.DataProvider
Underlying map containing provided data
getMaxSize() - Method in interface com.bea.wlevs.management.configuration.EventQueueMBean
This method reads the size of the Stream
getMaxSize() - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Gets the value of the maxSize property.
getMaxSize() - Method in interface com.bea.wlevs.ede.api.EventQueue
Returns maximum size of stream
getMaxThreads() - Method in interface com.bea.wlevs.management.configuration.EventQueueMBean
This method reads the maximum number of Threads associated with the Stream's WorkManager
getMaxThreads() - Method in interface com.bea.wlevs.ede.api.EventQueue
Returns maximum number of threads that a stream should use for processing events.
getMembers() - Method in interface com.bea.wlevs.ede.api.cluster.Configuration
Returns a SortedSet containing the Processor objects of the processors in this configuration.
getMessage() - Method in class com.bea.wlevs.ede.api.MultiStatementException
 
getMessageSelector() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the messageSelector property.
getMetric() - Method in interface com.bea.wlevs.monitor.MetricEvent
Returns the metric ouput for the Monitor service
getMetric() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
This method returns the current monitoring metric value.
getName() - Method in interface com.bea.wlevs.management.WebLogicMBean
This method returns the name of the MBean
getName() - Method in interface com.bea.wlevs.ede.api.EventPropertyDescription
Returns the name of the element
getName() - Method in interface com.bea.wlevs.ede.api.cluster.Server
 
getName() - Method in interface com.bea.wlevs.eventstore.EventStoreProvider
Returns the name of this provider.
getObjectName() - Method in interface com.bea.wlevs.management.WebLogicMBean
It returns the ObjectName under which the MBean is registered
getOperatorStats() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getOrder() - Method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
getParameterCount() - Method in interface com.bea.wlevs.ede.api.PreparedStatement
Returns the number of placeholder values which must be supplied to bind the statement (i.e. the required length of the values Object array provided to the bind method).
getParameterizedValues() - Method in interface com.bea.wlevs.ede.api.BoundStatement
Returns the array of parameterized values used to bind the Statement.
getParams(String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method retrieves all parameter values for a parameterized query identified by the ruleId argument.
getParams(String, String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method retrieves the set of parameter values with the given name for a parameterized query identified by the ruleId argument.
getParamsCount(String) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method returns the number of parameters which must be bound for the rule identified by the ruleId argument.
getPassword() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the password property.
getPlaybackConfiguration() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
getPlaybackConfiguration() - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Returns all the configuration values specified for playback in this stage.
getPreparedStatement() - Method in interface com.bea.wlevs.ede.api.BoundStatement
Returns the PreparedStatement that created and is managing this BoundStatement.
getPrimaryKey() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Returns primary key of relation, or an empty list for streams.
getPrimaryKey() - Method in interface com.bea.wlevs.ede.api.EventChannel
Returns primary key of relation, or an empty list for streams.
getProbes() - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
Gets all the probes in this profiles.
getProfileManagerObjectName() - Method in class com.bea.wlevs.diagnostic.ProfileManagerEvent
 
getProperties() - Method in interface com.bea.wlevs.ede.api.EventType
Returns all event properties for this event type.
getProperty(String) - Method in interface com.bea.wlevs.ede.api.EventType
Returns event property named propertyName.
getPropertyLength(String) - Method in interface com.bea.wlevs.ede.api.EventType
Returns the length of the property, if it is of array or String type and the length definition is known.
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.
getProvider() - Method in interface com.bea.wlevs.management.configuration.EventBeanMBean
Return the name specified on the 'provider' attribute in the spring configuration for this event-bean or adapter
getProvider() - Method in interface com.bea.wlevs.management.configuration.CachingSystemMBean
Returns the provider type of this caching system.
getProvider(String) - Method in interface com.bea.wlevs.eventstore.EventStoreManager
Returns the event store provider having the specifed name, or null if none by that name has been registered.
getProxiedInterfaces() - Method in interface com.bea.wlevs.spring.support.ProxyFactory
 
getQuery() - Method in interface com.bea.wlevs.ede.api.Statement
Retrieve the query string of the statement
getQueryPlan() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getQueryStats() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getReason() - Method in class com.bea.wlevs.ede.api.EventRejectedException
 
getRecordConfiguration() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
getRecordConfiguration() - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Returns all the configuration values specified for recording in this stage.
getRecordPlayback() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Returns the ObjectName of the MBean that should be used for managing record and playback on this stage.
getRecordTime() - Method in interface com.bea.wlevs.ede.api.EventMetadata
 
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.ProcessorMBean
This method fetches a rule with the given id.
getRules(String[]) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method fetches the rules for ids that are in the array.
getSecureListenPort() - Method in interface com.bea.wlevs.management.configuration.ServerMBean
Returns the server secure listen port.
getSelectorQueries() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Returns a list containing the IDs of the queries that route to this channel in its selector configuration.
getServerContextPath() - Method in interface com.bea.wlevs.management.configuration.HttpPubSubAdapterMBean
Return the server context path
getServerMBeans() - Method in interface com.bea.wlevs.management.configuration.DomainMBean
This method returns ObjectName for all WebLogic Event Servers available in the domain.
getServerRuntimeMBean() - Method in interface com.bea.wlevs.management.runtime.DomainRuntimeMBean
 
getServerUrl() - Method in interface com.bea.wlevs.management.configuration.HttpPubSubAdapterMBean
Returns the HTTP pub-sub server URL
getServiceDependencies(BundleContext, ConfigurableListableBeanFactory) - Method in class com.bea.wlevs.spring.support.ServiceDependencyBeanFactoryPostProcessor
 
getSessionAckModeName() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the sessionAckModeName property.
getSessionManager() - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
getStage() - Method in class com.bea.wlevs.ede.api.ConfigurationException
 
getStageClassName() - Method in interface com.bea.wlevs.management.configuration.EventBeanMBean
Return the class of this event-bean or adapter as specified in the spring configuration for this event-bean or adapter
getStageId() - Method in interface com.bea.wlevs.monitor.Endpoint
Returns the stage id
getStageMBeans() - Method in interface com.bea.wlevs.management.configuration.ApplicationMBean
Returns an array of ObjectName which is the naming of the various StageMBean
getStageRuntimeMBeans() - Method in interface com.bea.wlevs.management.runtime.ApplicationRuntimeMBean
Returns an array of ObjectName which is the naming of the various StageRuntimeMBean
getStartLocation() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
Returns the ObjectName representing the start location of the path being monitored.
getStartOffset() - Method in class com.bea.wlevs.ede.api.StatementException
 
getStartStage() - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
Gets the start point of the profile.Namely the common start point of all the probes.
getStartStage() - Method in class com.bea.wlevs.management.diagnostic.notification.ProbeAttributeChangeNotification
Gets the start stage of the probe which send out the notification
getState() - Method in interface com.bea.wlevs.management.configuration.ApplicationMBean
Deprecated. use AppDeploymentMBean#getState()
getState() - Method in interface com.bea.wlevs.management.runtime.ServerRuntimeMBean
This method returns the state of the server
getState() - Method in class com.bea.wlevs.management.runtime.DeploymentNotification
 
getState() - Method in interface com.bea.wlevs.management.runtime.ApplicationRuntimeMBean
Returns the application runtime state.
getState(String) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method gets the deployment state of an application.
getStatement() - Method in class com.bea.wlevs.ede.api.StatementException
 
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
 
getStreamStats() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
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.
getSystemStats() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getTableName() - Method in interface com.bea.wlevs.management.configuration.TableMBean
Get the table name of the database table
getTableName() - Method in interface com.bea.wlevs.ede.api.ExternalSource
Table name of the database table
getThreshhold() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
Gets the threshhold set for this probe.
getTime() - Method in interface com.bea.wlevs.ede.api.Processor
 
getTimestampExpression() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Returns expression that defines application time-stamp for event channel.
getTimestampExpression() - Method in interface com.bea.wlevs.ede.api.EventChannel
Returns expression used to calculate the application timestamp.
getTimestampProperty() - Method in class com.bea.wlevs.ede.api.IllegalTimestampPropertyException
 
getTimeToLive() - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Gets the value of the timeToLive property.
getTraceAreas() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getTraceEvents(int) - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getTraceFolder() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getTraceLevels(int) - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getTraceUsesXML() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getType() - Method in interface com.bea.wlevs.management.WebLogicMBean
It returns the type of the MBean
getType() - Method in interface com.bea.wlevs.ede.api.EventPropertyDescription
Returns the type of the element
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.
getUnknownEventType() - Method in class com.bea.wlevs.ede.api.UnknownEventTypeException
 
getUnsupportedEventPropertyType() - Method in class com.bea.wlevs.ede.api.UnsupportedEventPropertyTypeException
 
getUser() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the user property.
getUserFunctionStats() - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
getValue(Object) - Method in interface com.bea.wlevs.ede.api.EventProperty
Returns event property value.
getView(String) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method fetches a view with the given id.
getViews(String[]) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method fetches a set of views with the given ids.
getWorkManager() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the workManager property.
getWorkManagerName() - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Gets the value of the workManagerName property.
getWritePolicy() - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Gets the WritePolicy that is in effect.
GroupMembershipListener - interface com.bea.wlevs.ede.api.cluster.GroupMembershipListener.
Listener interface that allows beans and adapters to listen for cluster group membership changes.
GroupNameAware - interface com.bea.wlevs.ede.api.cluster.GroupNameAware.
Interface to be implemented by beans that wish to know the deployed group name of the containing EPN.

H

handshake() - Method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper.Client
Send a handshake request to the server.
hasLength() - Method in class com.bea.wlevs.ede.api.Type
 
hasLocation() - Method in class com.bea.wlevs.ede.api.StatementException
Indicates whether or not location information is available for this exception
hasNext() - Method in interface com.bea.wlevs.eventstore.EventStoreCursor
Returns true if there are events remaining in this cursor.
hasOffsetInformation() - Method in class com.bea.wlevs.ede.api.StatementException
Indicates whether this exception has offset information.
hasServiceProperty(Class) - Method in class com.bea.wlevs.spring.support.ServiceDependencyBeanFactoryPostProcessor
 
hasServiceProperty(PropertyDescriptor) - Method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
HeartbeatAware - interface com.bea.wlevs.ede.api.HeartbeatAware.
Interface to be implemented by beans that want to receive heartbeat events.
HttpPubSubAdapterMBean - interface com.bea.wlevs.management.configuration.HttpPubSubAdapterMBean.
This MBean manages the configuration of a HttpPubSubAdapter instance
HttpPubSubHelper - class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper.
 
HttpPubSubHelper.Client - class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper.Client.
PubSub Client representing a single client connection to a pubsub server.
HttpPubSubHelper.Client(String, String, String) - Constructor for class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper.Client
 
HttpPubSubHelper() - Constructor for class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
 

I

ID - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters
Used to identify Id value of a rule.
ID - Static variable in class com.bea.wlevs.management.configuration.CQLProcessorMBean.FunctionParameter
Function name.
IllegalAssemblyException - exception com.bea.wlevs.ede.api.IllegalAssemblyException.
This exception is raised when the EPN is assembled with an illegal configuration, such as the connection of stages that cannot be linked together.
IllegalAssemblyException(String, String) - Constructor for class com.bea.wlevs.ede.api.IllegalAssemblyException
 
IllegalPropertyException - exception com.bea.wlevs.ede.api.IllegalPropertyException.
Exception raised when a component property is configureed with an illegal value
IllegalPropertyException() - Constructor for class com.bea.wlevs.ede.api.IllegalPropertyException
 
IllegalPropertyException(String) - Constructor for class com.bea.wlevs.ede.api.IllegalPropertyException
 
IllegalPropertyException(String, String) - Constructor for class com.bea.wlevs.ede.api.IllegalPropertyException
 
IllegalPropertyException(String, Throwable) - Constructor for class com.bea.wlevs.ede.api.IllegalPropertyException
 
IllegalPropertyException(String, Throwable, String) - Constructor for class com.bea.wlevs.ede.api.IllegalPropertyException
 
IllegalPropertyException(Throwable) - Constructor for class com.bea.wlevs.ede.api.IllegalPropertyException
 
IllegalPropertyException(Throwable, String) - Constructor for class com.bea.wlevs.ede.api.IllegalPropertyException
 
IllegalTimestampPropertyException - exception com.bea.wlevs.ede.api.IllegalTimestampPropertyException.
This exception is raised when a timestamp property is defined on an event type that does not define this property, or if the timestamp property is not of type Long or long.
IllegalTimestampPropertyException(String, String) - Constructor for class com.bea.wlevs.ede.api.IllegalTimestampPropertyException
 
INBOUND - Static variable in class com.bea.wlevs.monitor.Endpoint.Direction
 
InboundMessageConverter - interface com.bea.wlevs.adapters.httppubsub.api.InboundMessageConverter.
Message converter for use with HTTP pub/sub subscribing adapter
InboundMessageConverter - interface com.bea.wlevs.adapters.jms.api.InboundMessageConverter.
Implemented by converter bean to be used by the inbound JMS adapter
INITIALIZING - Static variable in interface com.bea.wlevs.management.configuration.ApplicationMBean
Application State:
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.
injectServices(Object, String, BundleContext, ClassLoader) - Static method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
injectServices(Object, String, ClassLoader) - Method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
INSTANCE_ID - Static variable in interface com.bea.wlevs.ede.api.InstanceConstants
The application unique identity of an instance.
INSTANCE_PROVIDER - Static variable in interface com.bea.wlevs.ede.api.InstanceConstants
 
InstanceConstants - interface com.bea.wlevs.ede.api.InstanceConstants.
Predefined property names used in instance creation and advertisement
INT - Static variable in class com.bea.wlevs.ede.api.Type
 
INTERNAL - Static variable in class com.bea.wlevs.ede.api.Processor.ClockType
 
INTERVAL - Static variable in class com.bea.wlevs.ede.api.Type
 
isActive() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
This method returns true if probe is active.
isActive() - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
Determine the state of this profile.
isApplicationTimestamped() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Returns if channel is application timestamped, that is, application is responsible for assigning a timestamp to each event.
isApplicationTimestamped() - Method in interface com.bea.wlevs.ede.api.EventChannel
Returns if channel is application timestamped, that is, application is responsible for assigning a timestamp to each event.
isEnabled() - Method in interface com.bea.wlevs.monitor.Monitor
Returns if the Monitor service is enabled.
isImplementing(Class, Class) - Static method in class com.bea.wlevs.ede.api.Type
 
isPlayingBack() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
isPlayingBack() - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Returns true if events are being played back to this stage.
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.
isRecording() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
isRecording() - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Returns true if this stage is currently recording events flowing out of the stage.
isRelation() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Returns if event channel is carrying relations, instead of streams.
isRelation() - Method in interface com.bea.wlevs.ede.api.EventChannel
Returns if event channel is carrying relations, instead of streams.
isRuleStarted(String) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
Use this to find out whether rule is started and is processing events.
isSessionTransacted() - Method in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
Gets the value of the sessionTransacted property.
ISSTREAM - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters
Used to identify whether it produced stream or a relation.
isSystemTimestamped() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Returns if channel is system timestamped, that is, the system is responsible for assigning a timestamp to each event.
isSystemTimestamped() - Method in interface com.bea.wlevs.ede.api.EventChannel
Returns if channel is system timestamped, that is, the system is responsible for assigning a timestamp to each event.
isTotalOrder() - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Returns if application time published is always strictly greater than the last value used.
isTotalOrder() - Method in interface com.bea.wlevs.ede.api.EventChannel
Returns if application time published is always strictly greater than the last value used.

J

JMSAdapterMBean - interface com.bea.wlevs.management.configuration.JMSAdapterMBean.
This MBean manages the configuration of a JMS adapter instance.
jsonToEvent(JSONObject, EventType) - Static method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
For each property in the event type, look for a corresponding field in the JSON object and use it to set the property value.

K

Key - interface com.bea.wlevs.ede.api.Key.
 

L

LARGE_BATCH - Static variable in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 
LFU - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Specifies eviction policy of Least Frequently Used.
listDeployedApplications() - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method returns a java.util.Collection of application names which has been deployed in this Weblogic Event Server instance.
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.
lookupApplicationRuntimeMBean(String) - Method in interface com.bea.wlevs.management.runtime.ServerRuntimeMBean
Returns the ObjectName of the ApplicationRuntimeMBean.
lookupApplicationsInGroup(String) - Method in interface com.bea.wlevs.management.configuration.DomainMBean
Returns an array of String containing the name of all applications that are part of the group specified by groupName
lookupCachingSystemMBean(String) - Method in interface com.bea.wlevs.management.configuration.ApplicationMBean
Returns the ObjectName of the CachingSystemMBean
lookupGroupMembers(String) - Method in interface com.bea.wlevs.management.configuration.DomainMBean
Deprecated. Use lookupServersInGroup instead.
lookupServerMBean(String) - Method in interface com.bea.wlevs.management.configuration.DomainMBean
Returns the ObjectName for the ServerMBean.
lookupServersInGroup(String) - Method in interface com.bea.wlevs.management.configuration.DomainMBean
Returns an array of ObjectName for all servers that are part of the group specified by groupName
lookupStageMBean(String) - Method in interface com.bea.wlevs.management.configuration.ApplicationMBean
Returns the ObjectName of the StageMBean
lookupStageRuntimeMBean(String) - Method in interface com.bea.wlevs.management.runtime.ApplicationRuntimeMBean
Returns the ObjectName of the StageMBean
LRU - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Specifies eviction policy of Least Recently Used.

M

Manageable - interface com.bea.wlevs.ede.api.Manageable.
Marker interface to denote monitoring and configuration capability.
ManagementConstants - interface com.bea.wlevs.management.ManagementConstants.
Management constants to be used by client applications
ManagementRuntimeException - exception com.bea.wlevs.management.ManagementRuntimeException.
Deprecated.  
ManagementRuntimeException() - Constructor for class com.bea.wlevs.management.ManagementRuntimeException
Deprecated. Default constructor.
ManagementRuntimeException(Throwable) - Constructor for class com.bea.wlevs.management.ManagementRuntimeException
Deprecated. 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.
mapToJSON(Map) - Static method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper
Convert a Map object to a JSON object.
MaxSize - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Integer value with max-size configuration value
MaxThreads - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Integer value with max-threads configuration value
MBEAN_NAME - Static variable in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
This MBean is registered using the following MBEAN_NAME.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.TableMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.StreamMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.ServerMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.JMSAdapterMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.HttpPubSubAdapterMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.EventChannelMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.EventBeanMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.DomainMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.DefaultAdapterMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.CachingSystemMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.ApplicationMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.AdapterMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.runtime.ServerRuntimeMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.runtime.DomainRuntimeMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.runtime.ApplicationRuntimeMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
This MBean is registered using the following MBEAN_TYPE.
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
 
MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
This MBean is registered using the following MBEAN_TYPE.
MBeanOperationsException - exception com.bea.wlevs.management.MBeanOperationsException.
Deprecated.  
MBeanOperationsException(String) - Constructor for class com.bea.wlevs.management.MBeanOperationsException
Deprecated. Construct a MBeanOperationsException with a specific message
MessageConverterException - exception com.bea.wlevs.adapters.jms.api.MessageConverterException.
 
MessageConverterException(String) - Constructor for class com.bea.wlevs.adapters.jms.api.MessageConverterException
 
MessageConverterException(String, Throwable) - Constructor for class com.bea.wlevs.adapters.jms.api.MessageConverterException
 
MessageConverterException(Throwable) - Constructor for class com.bea.wlevs.adapters.jms.api.MessageConverterException
 
MetadataEnabledEvent - interface com.bea.wlevs.ede.api.MetadataEnabledEvent.
An event that has instance metadata associated with it.
MetricEvent - interface com.bea.wlevs.monitor.MetricEvent.
A MetricEvent includes the metric output for the Monitor service, such as throughput and latency numbers.
Monitor - interface com.bea.wlevs.monitor.Monitor.
The Monitor service allows one to monitor the throughput and latency of Event Server application endpoints.
monitorAvgLatency(Endpoint, Endpoint, long, TimeUnit) - Method in interface com.bea.wlevs.monitor.Monitor
Monitor the average latency of events between two endpoints.
monitorAvgLatency(Endpoint, Endpoint, long, TimeUnit, EventSink) - Method in interface com.bea.wlevs.monitor.Monitor
Monitor the average latency of events between two endpoints.
monitorAvgLatency(ObjectName, ObjectName) - Method in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Sets up to compute the average latency for events to pass between the specified start and end points.
monitorAvgLatency(ObjectName, ObjectName, long) - Method in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Sets up to compute the average latency for events to pass between the specified start and end points.
monitorAvgLatencyThreshold(Endpoint, Endpoint, long, long, TimeUnit) - Method in interface com.bea.wlevs.monitor.Monitor
Monitor if the average latency of events between two endpoints cross a threshold.
monitorAvgLatencyThreshold(Endpoint, Endpoint, long, long, TimeUnit, EventSink) - Method in interface com.bea.wlevs.monitor.Monitor
Monitor if the average latency of events between two endpoints cross a threshold.
monitorAvgLatencyThreshold(ObjectName, ObjectName, long) - Method in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Sets up to calculate the average latency values greater than the specified threshold value for specified start and end points.
monitorAvgLatencyThreshold(ObjectName, ObjectName, long, long) - Method in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Sets up to calculate the average latency values greater than the specified threshold value for specified start and end points.
monitorAvgThroughput(Endpoint, long, long, TimeUnit) - Method in interface com.bea.wlevs.monitor.Monitor
Monitor the average throughput of events in an endpoint.
monitorAvgThroughput(Endpoint, long, long, TimeUnit, EventSink) - Method in interface com.bea.wlevs.monitor.Monitor
Monitor the average throughput of events in an endpoint.
monitorAvgThroughput(ObjectName) - Method in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Sets up to compute the average throughput of events at a given location.
monitorAvgThroughput(ObjectName, long, long) - Method in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Sets up to compute the average throughput of events at a given location.
monitorMaxLatency(Endpoint, Endpoint, long, TimeUnit) - Method in interface com.bea.wlevs.monitor.Monitor
Monitor the maximum latency of events between two endpoints.
monitorMaxLatency(Endpoint, Endpoint, long, TimeUnit, EventSink) - Method in interface com.bea.wlevs.monitor.Monitor
Monitor the average latency of events between two endpoints.
monitorMaxLatency(ObjectName, ObjectName) - Method in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Sets up to compute the maximum latency for events to pass between the specified start and end points.
monitorMaxLatency(ObjectName, ObjectName, long) - Method in interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean
Sets up to compute the maximum latency for events to pass between the specified start and end points.
MonitorRuntimeMBean - interface com.bea.wlevs.monitor.management.MonitorRuntimeMBean.
Interface to use for monitoring latency between different points or throughput at a point in an event processing network.
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_PROPERTY - Static variable in interface com.bea.wlevs.management.ManagementConstants
Name attribute used to identify MBean
next() - Method in interface com.bea.wlevs.eventstore.EventStoreCursor
Returns the next event, or null if there are no more events.
NoSuitableProviderException - exception com.bea.wlevs.eventstore.NoSuitableProviderException.
Exception raised if an invalid policy argument is specified.
NoSuitableProviderException() - Constructor for class com.bea.wlevs.eventstore.NoSuitableProviderException
Creates an exception with no message or cause.
NoSuitableProviderException(String) - Constructor for class com.bea.wlevs.eventstore.NoSuitableProviderException
Creates an exception having the specified message.
NoSuitableProviderException(String, Throwable) - Constructor for class com.bea.wlevs.eventstore.NoSuitableProviderException
Creates an exception having the specified message and cause.
NoSuitableProviderException(Throwable) - Constructor for class com.bea.wlevs.eventstore.NoSuitableProviderException
Creates an exception having the specified cause.
NRU - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Specifies eviction policy of Not Recently Used.

O

OBJECT - Static variable in class com.bea.wlevs.ede.api.Type
 
onDeleteEvent(Object) - Method in interface com.bea.wlevs.ede.api.RelationSink
Call-back method for receiving events of type delete.
onEvent(List) - Method in interface com.bea.wlevs.ede.api.EventSink
Deprecated. Callback method for receiving events.
onHeartbeat(long) - Method in interface com.bea.wlevs.ede.api.HeartbeatAware
Callback method for receiving events of type heartbeat.
onInsertEvent(Object) - Method in interface com.bea.wlevs.ede.api.StreamSink
Call-back method for receiving events of type insert.
onMembershipChange(Server, Configuration) - Method in interface com.bea.wlevs.ede.api.cluster.GroupMembershipListener
Callback method to be implemented by the receiving bean.
onMembershipChange(Server, Configuration) - Method in interface com.bea.wlevs.ede.api.cluster.DomainMembershipListener
Callback method to be implemented by the receiving bean.
onProfileManagerCreated(ProfileManagerEvent) - Method in interface com.bea.wlevs.diagnostic.ProfileManagerListener
When an profilemanager is created, this method will be invoked.
onProfileManagerRemoved(ProfileManagerEvent) - Method in interface com.bea.wlevs.diagnostic.ProfileManagerListener
When an profilemanager is removed, this method will be invoked.
onUpdateEvent(Object) - Method in interface com.bea.wlevs.ede.api.RelationSink
Call-back method for receiving events of type update.
OUTBOUND - Static variable in class com.bea.wlevs.monitor.Endpoint.Direction
 
OutboundMessageConverter - interface com.bea.wlevs.adapters.httppubsub.api.OutboundMessageConverter.
Message converter for use with HTTP pub/sub subscribing adapter
OutboundMessageConverter - interface com.bea.wlevs.adapters.jms.api.OutboundMessageConverter.
Implemented by converter bean to be used by the outbound JMS adapter

P

PlaybackSpeed - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Float value with playback speed parameter value
PolicyValidationException - exception com.bea.wlevs.eventstore.PolicyValidationException.
Exception raised if an invalid policy argument is specified.
PolicyValidationException() - Constructor for class com.bea.wlevs.eventstore.PolicyValidationException
Creates an exception with no message or cause.
PolicyValidationException(String) - Constructor for class com.bea.wlevs.eventstore.PolicyValidationException
Creates an exception having the specified message.
PolicyValidationException(String, Throwable) - Constructor for class com.bea.wlevs.eventstore.PolicyValidationException
Creates an exception having the specified message and cause.
PolicyValidationException(Throwable) - Constructor for class com.bea.wlevs.eventstore.PolicyValidationException
Creates an exception having the specified cause.
postProcessAfterInitialization(BundleContext, ConfigurableListableBeanFactory, Object, String) - Method in interface com.bea.wlevs.spring.support.BeanPostProcessorService
Apply this BeanPostProcessor to the given new bean instance after any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method).
postProcessAfterInitialization(Object, String) - Method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
process FactoryBean created objects, since these will not have had services injected.
postProcessAfterInitialization(Object, String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
postProcessAfterInstantiation(Object, String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
postProcessBeforeDestruction(BundleContext, ConfigurableListableBeanFactory, Object, String) - Method in interface com.bea.wlevs.spring.support.BeanPostProcessorService
Apply this BeanPostProcessor to the given bean instance before its destruction.
postProcessBeforeInitialization(BundleContext, ConfigurableListableBeanFactory, Object, String) - Method in interface com.bea.wlevs.spring.support.BeanPostProcessorService
Apply this BeanPostProcessor to the given new bean instance before any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method).
postProcessBeforeInitialization(Object, String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
postProcessBeforeInstantiation(Class, String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
Prepare - interface com.bea.wlevs.configuration.Prepare.
Indicates that a method is used to inject a stage with its configuration object during the prepare phase of a configuration update.
PreparedStatement - interface com.bea.wlevs.ede.api.PreparedStatement.
Statement that contains placeholders for values to be bound at runtime.
ProbeAttributeChangeNotification - class com.bea.wlevs.management.diagnostic.notification.ProbeAttributeChangeNotification.
The notification sent out by profiles.This class is a wrapper for AttributeChangeNotification, which is sent out by background probes.
ProbeAttributeChangeNotification(AttributeChangeNotification, ObjectName, ObjectName) - Constructor for class com.bea.wlevs.management.diagnostic.notification.ProbeAttributeChangeNotification
 
ProbeRuntimeMBean - interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean.
Interface to use to receive monitoring metrics for a stage.
Processor - interface com.bea.wlevs.ede.api.Processor.
Processors filter, correlate, aggregate, and perform other event processing functions.
Processor.ClockType - class com.bea.wlevs.ede.api.Processor.ClockType.
 
ProcessorFactory - interface com.bea.wlevs.ede.api.ProcessorFactory.
Factory for creating Processors.
ProcessorMBean - interface com.bea.wlevs.management.configuration.ProcessorMBean.
 
ProcessorMBean.RuleConfigParameters - class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters.
Values defined here identify rule configuration parameters.
ProcessorMBean.RuleType - class com.bea.wlevs.management.configuration.ProcessorMBean.RuleType.
 
ProfileManagerEvent - class com.bea.wlevs.diagnostic.ProfileManagerEvent.
Event object for profile manager notifications.When adding or removing an profilemanager one instance of ProfileManagerEvent will be sent out to indicate which profilemanager is handled.
ProfileManagerEvent(Object) - Constructor for class com.bea.wlevs.diagnostic.ProfileManagerEvent
 
ProfileManagerEvent(Object, ObjectName) - Constructor for class com.bea.wlevs.diagnostic.ProfileManagerEvent
 
ProfileManagerFactory - interface com.bea.wlevs.diagnostic.ProfileManagerFactory.
The interface for an profilemanagerFactory, which is listening to server runtime mbean for newly deployed application and removed application.When a new application is deployed,a profilemanager will be created for it, and when an application is undeployed the corresponding profilemanager will be removed.
ProfileManagerListener - interface com.bea.wlevs.diagnostic.ProfileManagerListener.
Listener for profilemanager event.
ProviderName - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
The provider name string value
ProxyFactory - interface com.bea.wlevs.spring.support.ProxyFactory.
 
ProxyFactoryService - interface com.bea.wlevs.spring.support.ProxyFactoryService.
 
publish(String, String) - Method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper.Client
Publish data to a channel
put(String, Object) - Method in interface com.bea.wlevs.ede.api.EventBuilder
Set the property of the event being created to the specified value.
putBundleProperty(String, String, Object) - Method in interface com.bea.wlevs.spring.support.BundlePropertyAdminMutator
 

Q

QUERY - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleType
 
query(EventStoreQuery) - Method in interface com.bea.wlevs.eventstore.EventStore
Retrieves events from this event store according to the specified provider-specific query.
query(EventStoreQuery, EventStoreTransaction) - Method in interface com.bea.wlevs.eventstore.EventStore
Retrieves events from this event store according to the specified provider-specific query.
query(String) - Method in interface com.bea.wlevs.eventstore.EventStore
Retrieves events from this event store according to the specified provider-independent query.
query(String, EventStoreTransaction) - Method in interface com.bea.wlevs.eventstore.EventStore
Retrieves events from this event store according to the specified provider-independent query.

R

RecordPlaybackMBean - interface com.bea.wlevs.management.configuration.RecordPlaybackMBean.
 
RecordPlaybackMBean.ConfigParameters - class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters.
 
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, List) - Method in interface com.bea.wlevs.ede.api.EventTypeRepository
Registers a TupleValue event type.
registerEventType(String, List, EventBuilder.Factory) - Method in interface com.bea.wlevs.ede.api.EventTypeRepository
Similar to #registerEventType(String, Map<String,Class>).
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.
registerProvider(EventStoreProvider, EventStoreProviderPolicy) - Method in interface com.bea.wlevs.eventstore.EventStoreManager
Registers the specified event store provider with the specified policy.
RelationSender - interface com.bea.wlevs.ede.api.RelationSender.
A RelationSender sends events emitted by an RelationSource to RelationSink listeners.
RelationSink - interface com.bea.wlevs.ede.api.RelationSink.
Interface to be implemented by beans that want to receive events modeling a OCEP relation.
RelationSource - interface com.bea.wlevs.ede.api.RelationSource.
Interface to be implemented by beans that want to emit events modeling a OCEP relation.
removeDiagnosticProfile(String) - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
Removes a diagnostic profile.
removeListener(ProfileManagerListener) - Method in interface com.bea.wlevs.diagnostic.ProfileManagerFactory
Removes a profile listener.The removed listener won't get notifications any more.
removeProbe(ObjectName) - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
Removes a probe from this profile.
removeSelectorQuery(String) - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Removes the specified query ID from the selector configuration for this channel.
Repeat - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Boolean value with playback repeat parameter value
replaceParams(String, String[]) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method replaces all parameter values for a parameterized query identified by the ruleId argument with the parameter values provided.
replaceParams(String, String[], String[]) - Method in interface com.bea.wlevs.management.configuration.EPLProcessorMBean
This method replaces all parameter values for a parameterized query identified by the ruleId argument.
replaceQuery(String, String) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
Replaces the query string on the query with the specified id.
replaceRule(String, String) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method will replace an existing EPL rule by another rule.
replaceRules(Map) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method will replace several existing EPL rules.
replaceView(String, String, List) - Method in interface com.bea.wlevs.management.configuration.CQLProcessorMBean
This method will replace an existing view by another view.
resolvePlaceholder(String, Properties) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Resolve the placeholder in the configuration system.
ResumableBean - interface com.bea.wlevs.ede.api.ResumableBean.
Interface to be implemented by beans that need to prepare (e.g. acquire or configure resources) before resuming work.
resume(String) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method resumes a deployed application.
RETURN_TYPE - Static variable in class com.bea.wlevs.management.configuration.CQLProcessorMBean.FunctionParameter
Function return type.
Rollback - interface com.bea.wlevs.configuration.Rollback.
Indicates that a method is used to rollback a configuration update.
rollback() - Method in interface com.bea.wlevs.eventstore.EventStoreTransaction
Roll back this transaction, discarding all events captured within it.
RULE - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleType
 
RULE_TYPE - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters
Used to identify the type of a rule (query or view or rule).
RunnableBean - interface com.bea.wlevs.ede.api.RunnableBean.
Interface to be implemented by beans that want to be run in a thread.
RUNNING - Static variable in interface com.bea.wlevs.management.configuration.ApplicationMBean
 
RUNNING - Static variable in interface com.bea.wlevs.management.runtime.ServerRuntimeMBean
 

S

ScheduleEndTime - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Long value with scheduled record/playback end time
schedulePlayback(long, long, float, boolean) - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Schedules events to be played back to this stage at the specified time.
scheduleRecord(long, long) - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Configures a stage with the time range during which events from from the stage will be recorded.
ScheduleStartTime - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Long value with scheduled record/playback start time
ScheduleTimeDuration - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Long value with scheduled record/playback duration
SCHEMA - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters
Used to identify value indicating if a rule is started or not.
sendDeleteEvent(Object) - Method in interface com.bea.wlevs.ede.api.RelationSender
Send an event of type delete downstream to RelationSink listeners in the EPN.
sendEvent(List, List) - Method in interface com.bea.wlevs.ede.api.EventSender
Deprecated. Send a list of events to the downstream element in the EPN.
sendHeartbeat(long) - Method in interface com.bea.wlevs.ede.api.StreamSender
Send an event of type heart-beat downstream to StreamSink listeners in the EPN.
sendInsertEvent(Object) - Method in interface com.bea.wlevs.ede.api.StreamSender
Send an event of type insert downstream to StreamSink listeners in the EPN.
sendUpdateEvent(Object) - Method in interface com.bea.wlevs.ede.api.RelationSender
Send an event of type update downstream to RelationSink listeners in the EPN.
Server - interface com.bea.wlevs.ede.api.cluster.Server.
A representation of a group server.
ServerMBean - interface com.bea.wlevs.management.configuration.ServerMBean.
This MBean represents the configuration of an WebLogic Event Server instance.
ServerRuntimeMBean - interface com.bea.wlevs.management.runtime.ServerRuntimeMBean.
 
Service - interface com.bea.wlevs.util.Service.
Marks a method (typically a JavaBean setter method) as requiring an OSGi service reference.
SERVICE_FILTER - Static variable in interface com.bea.wlevs.ede.api.EventTypeRepository
 
SERVICE_FILTER - Static variable in interface com.bea.wlevs.monitor.Monitor
 
SERVICE_ID - Static variable in interface com.bea.wlevs.ede.api.EventTypeRepository
 
SERVICE_ID - Static variable in interface com.bea.wlevs.monitor.Monitor
 
serviceBeanName() - Method in interface com.bea.wlevs.util.Service
The name of the bean that backs the injected service.
ServiceDependencyBeanFactoryPostProcessor - class com.bea.wlevs.spring.support.ServiceDependencyBeanFactoryPostProcessor.
 
ServiceDependencyBeanFactoryPostProcessor() - Constructor for class com.bea.wlevs.spring.support.ServiceDependencyBeanFactoryPostProcessor
 
ServiceInjectionBeanPostProcessor - class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor.
BeanPostProcessor that injects OSGi services.
ServiceInjectionBeanPostProcessor() - Constructor for class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
serviceType() - Method in interface com.bea.wlevs.util.Service
Interface (or class) of the service to be injected
setApplicationIdentity(String) - Method in interface com.bea.wlevs.ede.api.ApplicationIdentityAware
Sets the application id of the containing EPN.
setBeanClassLoader(ClassLoader) - Method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
setBundleContext(BundleContext) - Method in class com.bea.wlevs.spring.support.ServiceInjectionBeanPostProcessor
 
setBundleContext(BundleContext) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
setClockType(Processor.ClockType) - Method in interface com.bea.wlevs.ede.api.Processor
 
setDelegateClassLoader(ClassLoader) - Method in interface com.bea.wlevs.ede.api.Processor
Sets the ClassLoader to use to resolve user defined functions.
setEnabled(boolean) - Method in interface com.bea.wlevs.monitor.Monitor
Enables the Monitor service.
setEndOffset(int) - Method in class com.bea.wlevs.ede.api.StatementException
 
setEndStage(ObjectName) - Method in class com.bea.wlevs.management.diagnostic.notification.ProbeAttributeChangeNotification
Sets end stage of the probe which send out the notification.
setEventMetadata(EventMetadata) - Method in interface com.bea.wlevs.ede.api.MetadataEnabledEvent
 
setEventPropertyName(String) - Method in class com.bea.wlevs.ede.api.EventPropertyException
 
setEventSender(EventSender) - Method in interface com.bea.wlevs.ede.api.EventSource
Deprecated. Set the EventSender for this EventSource.
setEventSender(StreamSender) - Method in interface com.bea.wlevs.ede.api.StreamSource
EPN nodes implementing this interface will be injected with an StreamSender by the framework.
setEventTypeName(String) - Method in class com.bea.wlevs.ede.api.EventPropertyException
 
setEvictionPolicy(String) - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Sets the value of the evictionPolicy property.
setFileEncoding(String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set the encoding to use for parsing properties files.
setFunctionBeans(Map) - Method in interface com.bea.wlevs.ede.api.Processor
Sets map of beans containing user-defined functions for this processor.
setGroupName(String) - Method in interface com.bea.wlevs.ede.api.cluster.GroupNameAware
Sets the group name of the containing EPN.
setHeartbeatTimeout(Long) - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Sets the heart-beat timeout for a channel.
setIdleTime(long) - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Sets the value of the idleTime property.
setIgnoreResourceNotFound(boolean) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set if failure to find the property resource should be ignored.
setIgnoreUnresolvablePlaceholders(boolean) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set whether to ignore unresolvable placeholders.
setListeners(Map) - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Sets the value of the listeners property.
setLocalOverride(boolean) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set whether local properties override properties from files.
setLocation(Resource) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set a location of a properties file to be loaded.
setLocations(Resource[]) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set locations of properties files to be loaded.
setMaxSize(int) - Method in interface com.bea.wlevs.management.configuration.EventQueueMBean
This method sets the size of the Stream
setMaxSize(int) - Method in interface com.bea.wlevs.ede.api.EventQueue
Maximum number of events that a stream can hold at a time.
setMaxSize(long) - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Sets the value of the maxSize property.
setMaxThreads(int) - Method in interface com.bea.wlevs.management.configuration.EventQueueMBean
This method sets the maximum number of Threads associated with the Stream's WorkManager
setMaxThreads(int) - Method in interface com.bea.wlevs.ede.api.EventQueue
Maximum number of threads that a stream should use for processing events.
setOptimize(boolean) - Method in interface com.bea.wlevs.spring.support.ProxyFactory
 
setPlaceholderPrefix(String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set the prefix that a placeholder string starts with.
setPlaceholderSuffix(String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set the suffix that a placeholder string ends with.
setPlaybackConfiguration(Map) - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Saves the playback configuration values specified.
setPolicy(EventStoreManagerPolicy) - Method in interface com.bea.wlevs.eventstore.EventStoreManager
Sets the policy for this event store manager.
setProfileManagerObjectName(ObjectName) - Method in class com.bea.wlevs.diagnostic.ProfileManagerEvent
 
setProperties(Properties) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set local properties, e.g. via the "props" tag in XML bean definitions.
setPropertiesArray(Properties[]) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set local properties, e.g. via the "props" tag in XML bean definitions, allowing for merging multiple properties sets into one.
setProxyTargetClass(boolean) - Method in interface com.bea.wlevs.spring.support.ProxyFactory
 
setRecordConfiguration(Map) - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Saves the record configuration values specified.
setRecordTime(long) - Method in interface com.bea.wlevs.ede.api.EventMetadata
 
setSearchSystemEnvironment(boolean) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set whether to search for a matching system environment variable if no matching system property has been found.
setSelectorQueries(List) - Method in interface com.bea.wlevs.management.configuration.EventChannelMBean
Configures selector for this channel with the given query IDs.
setSessionManager(SessionManager) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
 
setStageIdentity(String) - Method in interface com.bea.wlevs.ede.api.StageIdentityAware
Callback through which the framework publishes the Stage identity
setStartOffset(int) - Method in class com.bea.wlevs.ede.api.StatementException
 
setStartStage(ObjectName) - Method in class com.bea.wlevs.management.diagnostic.notification.ProbeAttributeChangeNotification
Sets the start stage of the probe which send out the notification
setStatement(String) - Method in class com.bea.wlevs.ede.api.StatementException
 
setSystemPropertiesMode(int) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set how to check system properties: as fallback, as override, or never.
setSystemPropertiesModeName(String) - Method in class com.bea.wlevs.spring.support.ConfigurationPropertyPlaceholderConfigurer
Set the system property mode by the name of the corresponding constant, e.g.
setTime(long) - Method in interface com.bea.wlevs.ede.api.Processor
 
setTimeToLive(long) - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Sets the value of the timeToLive property.
setTrace(boolean, int, int, int, int) - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
setTraceConfig(boolean, String) - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
setValue(Object, Object) - Method in interface com.bea.wlevs.ede.api.EventProperty
Sets value on this event property.
setWorkManagerName(String) - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Sets the value of the workManagerName property.
setWritePolicy(Map) - Method in interface com.bea.wlevs.management.configuration.CacheMBean
Sets the WritePolicy.
shutdown() - Method in interface com.bea.wlevs.management.runtime.ServerRuntimeMBean
This method shuts-down the server
SHUTTING_DOWN - Static variable in interface com.bea.wlevs.management.runtime.ServerRuntimeMBean
 
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_MBEAN_TYPE - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
 
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.
 
StageRuntimeMBean - interface com.bea.wlevs.management.runtime.StageRuntimeMBean.
 
start() - Method in interface com.bea.wlevs.ede.api.Statement
Starts a statement that has previously been stopped.
start() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
This method restarts monitoring metric collection for the path after it is stopped.
start() - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
Starts this profile.The profile will become active.
startApplication(String) - Method in interface com.bea.wlevs.deployment.mbean.DeploymentServiceMBean
This method will start a deployed application which may have been stopped.
STARTED - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters
Used to identify value indicating if a rule is started or not.
STARTING - Static variable in interface com.bea.wlevs.management.runtime.ServerRuntimeMBean
 
startPlayback() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
startPlayback() - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Starts playback on a stage that is already configured with the required playback parameters.
startPlayback(long, long, float, boolean) - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Starts playback using the specified filter and speed.
startRecording() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
startRecording() - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Starts recording on a stage that is already configured with the required record parameters.
startRule(String) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
Starts a rule and makes it ready to process events
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
 
StatementException(String, String, String) - Constructor for class com.bea.wlevs.ede.api.StatementException
 
StatementException(String, Throwable) - Constructor for class com.bea.wlevs.ede.api.StatementException
 
StatementManager - interface com.bea.wlevs.ede.api.StatementManager.
Manages compiled and prepared statements.
stop() - Method in interface com.bea.wlevs.ede.api.Statement
Stops statement making it inactive.
stop() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
This method stops monitoring metric collection for the path.
stop() - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
Stops this profile.The profile will become inactive.
stopApplication(String) - Method in interface com.bea.wlevs.deployment.mbean.DeploymentServiceMBean
This method will stop a deployed application.
stopPlayback() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
stopPlayback() - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Stops playback on a stage.
stopRecording() - Method in interface com.bea.wlevs.management.configuration.StageMBean
Deprecated. use methods on RecordPlaybackMBean whose ObjectName is returned by method getRecordPlayback
stopRecording() - Method in interface com.bea.wlevs.management.configuration.RecordPlaybackMBean
Stops recording on a stage.
stopRule(String) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
Stops a cql query or EPL rule so that it will not process incoming events anymore.
StorePolicyParameters - Static variable in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
Store policy parameters are in the format: parameter1namebparameter1value, parameter2name=parameter2value,..
Stream - interface com.bea.wlevs.ede.api.Stream.
Deprecated. As of OCEP 10.3, replaced by EventChannel.
STREAM_FILTER - Static variable in interface com.bea.wlevs.monitor.Monitor
 
STREAM_ID - Static variable in interface com.bea.wlevs.monitor.Monitor
 
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.
StreamSender - interface com.bea.wlevs.ede.api.StreamSender.
A StreamSender sends events emitted by an StreamSource to StreamSink listeners.
StreamSink - interface com.bea.wlevs.ede.api.StreamSink.
Interface to be implemented by beans that want to receive events modeling a OCEP stream.
StreamSource - interface com.bea.wlevs.ede.api.StreamSource.
Interface to be implemented by beans that want to emit events modeling a OCEP stream.
subscribe(String) - Method in class com.bea.wlevs.adapters.httppubsub.support.HttpPubSubHelper.Client
Subscribe to a channel
suspend() - Method in interface com.bea.wlevs.ede.api.SuspendableBean
Invoked by the EPN container when the containing application is suspended.
suspend(String) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method suspends a deployed application.
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.
SUSPENDED - Static variable in interface com.bea.wlevs.management.configuration.ApplicationMBean
 

T

TableMBean - interface com.bea.wlevs.management.configuration.TableMBean.
TableMBean manages tables that have been specified in an EPN using the wlevs:table tag.
terminate() - Method in interface com.bea.wlevs.monitor.management.ProbeRuntimeMBean
This method terminates metric collection and unregisters this MBean from the MBeanServer.
terminate() - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileMBean
Stops running the profile and unregisters background ProbeRunTimeMBeans from the MBeanServer
terminateAllMonitoring(Endpoint) - Method in interface com.bea.wlevs.monitor.Monitor
Terminates all monitoring activity for the specified Endpoint.
TIME_UNIT - Static variable in interface com.bea.wlevs.monitor.Monitor
 
timeout() - Method in interface com.bea.wlevs.util.Service
Timeout for servcie resolution in milliseconds.
TIMESTAMP - Static variable in class com.bea.wlevs.ede.api.Type
 
TimestampType - interface com.bea.wlevs.ede.api.TimestampType.
Type returned by EventType's getPropertyType method for timestamp properties.
toJavaClass() - Method in class com.bea.wlevs.ede.api.Type
 
toQCXML(String, boolean) - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
toString() - Method in class com.bea.wlevs.ede.api.Type
 
toString() - Method in class com.bea.wlevs.ede.api.StatementException
 
Type - class com.bea.wlevs.ede.api.Type.
 
TYPE_PROPERTY - Static variable in interface com.bea.wlevs.management.ManagementConstants
Type attribute used to type MBean

U

undeployApplication(String) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method will undeploy an application named applicationName If application is clustered, then it will undeploy application from all servers where it has been deployed.
UNKNOWN - Static variable in class com.bea.wlevs.ede.api.Type
 
UNKNOWN - Static variable in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 
UnknownEventTypeException - exception com.bea.wlevs.ede.api.UnknownEventTypeException.
This exception is raised when an unknown event type name is referenced.
UnknownEventTypeException(String, String) - Constructor for class com.bea.wlevs.ede.api.UnknownEventTypeException
 
UnknownEventTypeException(String, String, Throwable) - Constructor for class com.bea.wlevs.ede.api.UnknownEventTypeException
 
UnknownEventTypeException(String, Throwable) - Constructor for class com.bea.wlevs.ede.api.UnknownEventTypeException
 
unregisterProvider(EventStoreProvider) - Method in interface com.bea.wlevs.eventstore.EventStoreManager
Unregisters the specified event store provider.
UnsupportedEventPropertyTypeException - exception com.bea.wlevs.ede.api.UnsupportedEventPropertyTypeException.
This exception is raised when an event contains a property of an unsupported type.
UnsupportedEventPropertyTypeException(String, String) - Constructor for class com.bea.wlevs.ede.api.UnsupportedEventPropertyTypeException
 
UnsupportedEventPropertyTypeException(String, String, Throwable) - Constructor for class com.bea.wlevs.ede.api.UnsupportedEventPropertyTypeException
 
UnsupportedEventPropertyTypeException(String, Throwable) - Constructor for class com.bea.wlevs.ede.api.UnsupportedEventPropertyTypeException
 
UnsupportedPropertyException - exception com.bea.wlevs.ede.api.UnsupportedPropertyException.
Exception thrown when encountering unknown property names.
UnsupportedPropertyException() - Constructor for class com.bea.wlevs.ede.api.UnsupportedPropertyException
 
UnsupportedPropertyException(String) - Constructor for class com.bea.wlevs.ede.api.UnsupportedPropertyException
 
UnsupportedPropertyException(String, Throwable) - Constructor for class com.bea.wlevs.ede.api.UnsupportedPropertyException
 
UnsupportedPropertyException(Throwable) - Constructor for class com.bea.wlevs.ede.api.UnsupportedPropertyException
 
UntypedEventChannelException - exception com.bea.wlevs.ede.api.UntypedEventChannelException.
EventChannels may need to be typed in certain situations.
UntypedEventChannelException() - Constructor for class com.bea.wlevs.ede.api.UntypedEventChannelException
 
UntypedEventChannelException(String) - Constructor for class com.bea.wlevs.ede.api.UntypedEventChannelException
 
UntypedEventChannelException(String, Throwable) - Constructor for class com.bea.wlevs.ede.api.UntypedEventChannelException
 
UntypedEventChannelException(Throwable) - Constructor for class com.bea.wlevs.ede.api.UntypedEventChannelException
 
updateDeployedApplication(String) - Method in interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
This method will update a deployed application in the Weblogic Event Server.
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.
updateDiagnosticProfile(Node) - Method in interface com.bea.wlevs.management.diagnostic.DiagnosticProfileManagerMBean
Updates a profile by a profile node defined in wlevs_diagnostic_config.xsd.
uploadRules(Map) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method uploads a collection of EPL queries to the designated EPL processor.
uploadRules(String) - Method in interface com.bea.wlevs.management.configuration.ProcessorMBean
This method uploads a collection of EPL queries and associated parameter value bindings to the designated EPL processor.

V

validateQuery(String, String) - Method in interface com.bea.wlevs.management.runtime.CQLProcessorRuntimeMBean
 
VALUE - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters
Used to identify value or rule string of a rule.
valueOf(Class) - Static method in class com.bea.wlevs.ede.api.Type
 
valueOf(String) - Static method in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
 
valueOf(String) - Static method in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters
 
valueOf(String) - Static method in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleType
 
valueOf(String) - Static method in class com.bea.wlevs.management.configuration.CQLProcessorMBean.FunctionParameter
 
valueOf(String) - Static method in class com.bea.wlevs.ede.api.Type
 
valueOf(String) - Static method in class com.bea.wlevs.ede.api.Processor.ClockType
 
valueOf(String) - Static method in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 
valueOf(String) - Static method in class com.bea.wlevs.monitor.Endpoint.Direction
 
values() - Static method in class com.bea.wlevs.management.configuration.RecordPlaybackMBean.ConfigParameters
 
values() - Static method in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleConfigParameters
 
values() - Static method in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleType
 
values() - Static method in class com.bea.wlevs.management.configuration.CQLProcessorMBean.FunctionParameter
 
values() - Static method in class com.bea.wlevs.ede.api.Type
 
values() - Static method in class com.bea.wlevs.ede.api.Processor.ClockType
 
values() - Static method in class com.bea.wlevs.ede.api.EventRejectedException.Reason
 
values() - Static method in class com.bea.wlevs.monitor.Endpoint.Direction
 
VIEW - Static variable in class com.bea.wlevs.management.configuration.ProcessorMBean.RuleType
 

W

WebLogicMBean - interface com.bea.wlevs.management.WebLogicMBean.
The super interface for all WebLogic Event Server MBeans.
WorkManagerName - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Property name for work manager.
WriteBehind - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Specifies write policy of Write Behind.
WriteNone - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Specifies write policy of no writes.
WritePolicy - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Property name for the write policy in the WritePolicy property map.
WriteThrough - Static variable in interface com.bea.wlevs.management.configuration.CacheMBeanProperties
Specifies write policy of Write Through.

X

XMLType - interface com.bea.wlevs.ede.api.XMLType.
Type returned by EventType's getPropertyType method for xml value properties.
XMLTYPE - Static variable in class com.bea.wlevs.ede.api.Type
 

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


Overview  Package   Class   Use   Tree  Deprecated   Index   Help 
Copyright © 2007, 2009 Oracle and/or its affiliates. All rights reserved.
 PREV   NEXT FRAMES    NO FRAMES