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

A

AbstractACSLoader - Class in org.overlord.rtgov.active.collection
This class provides an abstract base class for ACS loaders.
AbstractACSLoader() - Constructor for class org.overlord.rtgov.active.collection.AbstractACSLoader
 
AbstractActiveChangeListener - Class in org.overlord.rtgov.active.collection
This class defines an abstract active change listener.
AbstractActiveChangeListener() - Constructor for class org.overlord.rtgov.active.collection.AbstractActiveChangeListener
 
AbstractActiveCollectionManager - Class in org.overlord.rtgov.active.collection
This class provides the abstract base implementation of the ActiveCollectionManager interface.
AbstractActiveCollectionManager() - Constructor for class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
The default constructor.
AbstractActiveCollectionManager.HouseKeeper - Class in org.overlord.rtgov.active.collection
This class implements the housekeeping functionality to cleanup the top level active collections periodically.
AbstractActivityCollector - Class in org.overlord.rtgov.activity.collector
This class provides an abstract implementation of the activity collector interface.
AbstractActivityCollector() - Constructor for class org.overlord.rtgov.activity.collector.AbstractActivityCollector
The default constructor.
AbstractActivityCollectorMBean - Interface in org.overlord.rtgov.activity.collector
This interface defines the managed attributes and operations for a derived AbstractActivityCollector implementation.
AbstractActivityValidatorManager - Class in org.overlord.rtgov.activity.validator
This class manages a set of ActivityValidator implementations.
AbstractActivityValidatorManager() - Constructor for class org.overlord.rtgov.activity.validator.AbstractActivityValidatorManager
The default constructor.
AbstractEPNLoader - Class in org.overlord.rtgov.epn
This class provides an abstract base class for EPN loaders.
AbstractEPNLoader() - Constructor for class org.overlord.rtgov.epn.AbstractEPNLoader
 
AbstractEPNManager - Class in org.overlord.rtgov.epn
This class represents the abstract Event Process Network Manager used as the base for any concrete implementation.
AbstractEPNManager() - Constructor for class org.overlord.rtgov.epn.AbstractEPNManager
This is the default constructor.
AbstractEPNManager.NetworkList - Class in org.overlord.rtgov.epn
This class represents a list of Network instances for the same name, but different versions.
AbstractInformationProcessorManager - Class in org.overlord.rtgov.activity.processor
This class manages a set of InformationProcessor implementations.
AbstractInformationProcessorManager() - Constructor for class org.overlord.rtgov.activity.processor.AbstractInformationProcessorManager
The default constructor.
AbstractMessages - Class in org.overlord.rtgov.ui.server.i18n
Base class for all i18n Messages classes in rtgov ui projects.
AbstractMessages(Class<? extends AbstractMessages>) - Constructor for class org.overlord.rtgov.ui.server.i18n.AbstractMessages
Constructor.
AbstractReportContext - Class in org.overlord.rtgov.reports
This class represents the abstract implementation of the ReportContext interface.
AbstractReportContext() - Constructor for class org.overlord.rtgov.reports.AbstractReportContext
 
AbstractReportManager - Class in org.overlord.rtgov.reports
Deprecated.
AbstractReportManager() - Constructor for class org.overlord.rtgov.reports.AbstractReportManager
Deprecated.
The default constructor.
AbstractReportsLoader - Class in org.overlord.rtgov.reports
This class provides an abstract base class for Reports loaders.
AbstractReportsLoader() - Constructor for class org.overlord.rtgov.reports.AbstractReportsLoader
 
AbstractServicesProvider - Class in org.overlord.rtgov.ui.provider
This class provides an abstract base implementation of the ServicesProvider interface.
AbstractServicesProvider() - Constructor for class org.overlord.rtgov.ui.provider.AbstractServicesProvider
 
AbstractSituationStore - Class in org.overlord.rtgov.analytics.situation.store
This class provides an abstract base implementation of the SituationsStore interface.
AbstractSituationStore() - Constructor for class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
The situation repository constructor.
ACMListener(Session, ActiveCollectionManager) - Constructor for class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer.ACMListener
This is the constructor.
ActionProvider - Class in org.overlord.rtgov.ui.provider
This class represents an action that can be performed.
ActionProvider() - Constructor for class org.overlord.rtgov.ui.provider.ActionProvider
 
Activator - Class in org.overlord.rtgov.activity.osgi
This class provides the activator capability for the analytics bundle.
Activator() - Constructor for class org.overlord.rtgov.activity.osgi.Activator
 
Activator - Class in org.overlord.rtgov.analytics.situation.store.osgi
This class provides the activator capability for the analytics bundle.
Activator() - Constructor for class org.overlord.rtgov.analytics.situation.store.osgi.Activator
 
ActiveChangeListener - Interface in org.overlord.rtgov.active.collection
This interface can be used to listen for changes to the active collections.
ActiveChangeNotification - Class in org.overlord.rtgov.active.collection.command
This class represents an active change to a collection.
ActiveChangeNotification() - Constructor for class org.overlord.rtgov.active.collection.command.ActiveChangeNotification
The default constructor.
ActiveChangeNotification(ActiveChangeNotification.ActiveChangeType, Object, Object) - Constructor for class org.overlord.rtgov.active.collection.command.ActiveChangeNotification
This constructor initializes the type, key and value.
ActiveChangeNotification.ActiveChangeType - Enum in org.overlord.rtgov.active.collection.command
This enumerated type represents the active change types that may occur.
ActiveCollection - Class in org.overlord.rtgov.active.collection
This class provides the base Active Collection implementation.
ActiveCollection(String) - Constructor for class org.overlord.rtgov.active.collection.ActiveCollection
This constructor initializes the active collection.
ActiveCollection(ActiveCollectionSource) - Constructor for class org.overlord.rtgov.active.collection.ActiveCollection
This constructor initializes the active collection.
ActiveCollection(String, ActiveCollection, ActiveCollectionContext, Predicate, Map<String, Object>) - Constructor for class org.overlord.rtgov.active.collection.ActiveCollection
This constructor initializes the active collection as a derived version of the supplied collection, that applies the supplied predicate.
ActiveCollection.ActiveCollectionAdapter - Class in org.overlord.rtgov.active.collection
This class provides a bridge between the parent and derived active collections.
ActiveCollectionAdapter(ActiveCollection, ActiveCollectionContext, Predicate) - Constructor for class org.overlord.rtgov.active.collection.ActiveCollection.ActiveCollectionAdapter
This constructor initializes the fields within the adapter.
ActiveCollectionCommand - Class in org.overlord.rtgov.active.collection.command
This class represents the top level command containing details of the operation to be performed.
ActiveCollectionCommand() - Constructor for class org.overlord.rtgov.active.collection.command.ActiveCollectionCommand
 
ActiveCollectionContext - Interface in org.overlord.rtgov.active.collection
This interface represents the context used by the active collections, e.g.
ActiveCollectionFactory - Class in org.overlord.rtgov.active.collection
This class represents a factory for creating active collections.
ActiveCollectionFactory() - Constructor for class org.overlord.rtgov.active.collection.ActiveCollectionFactory
 
ActiveCollectionListener - Interface in org.overlord.rtgov.active.collection
This interface can be used to listen for active collections being registered with the manager.
ActiveCollectionManager - Interface in org.overlord.rtgov.active.collection
This interface represents the Active Collection Manager, responsible for managing the active collection sources, and their associated collections.
ActiveCollectionManagerAccessor - Class in org.overlord.rtgov.active.collection
This class provides access to the Active Collection Manager once an appropriate implementation has been independently instantiated.
ActiveCollectionMBean - Interface in org.overlord.rtgov.active.collection
This interface exposes the attributes and operations required to manage the active collection.
ActiveCollectionService - Class in org.overlord.rtgov.active.collection.service
This class provides the RTGov (Active Collection) implementation of the Service abstract class.
ActiveCollectionService() - Constructor for class org.overlord.rtgov.active.collection.service.ActiveCollectionService
 
ActiveCollectionSource - Class in org.overlord.rtgov.active.collection
This class defines an Active Collection Source that is responsible for retrieving the data (with optional pre- processing) to be placed within an associated active collection, and then maintaining that information with subsequent updates and eventual removal.
ActiveCollectionSource() - Constructor for class org.overlord.rtgov.active.collection.ActiveCollectionSource
The default constructor.
ActiveCollectionSource(ActiveCollectionSource) - Constructor for class org.overlord.rtgov.active.collection.ActiveCollectionSource
The copy constructor.
ActiveCollectionSource.Aggregator - Class in org.overlord.rtgov.active.collection
This class implements the aggregation functionality triggered at configured intervals.
ActiveCollectionSource.DerivedDefinition - Class in org.overlord.rtgov.active.collection
This class provides the definition of a derived active collection that will be associated with the main collection from this source.
ActiveCollectionType - Enum in org.overlord.rtgov.active.collection
This enumerated type represents the type of the active collection.
ActiveCollectionUtil - Class in org.overlord.rtgov.active.collection.util
This class provides utility functions for the Active Collection model.
ActiveCollectionVisibility - Enum in org.overlord.rtgov.active.collection
This enumerated type represents the visibility of the active collection.
ActiveList - Class in org.overlord.rtgov.active.collection
This interface represents an active list.
ActiveList(String) - Constructor for class org.overlord.rtgov.active.collection.ActiveList
This constructor initializes the active list.
ActiveList(ActiveCollectionSource) - Constructor for class org.overlord.rtgov.active.collection.ActiveList
This constructor initializes the active collection.
ActiveList(ActiveCollectionSource, List<Object>) - Constructor for class org.overlord.rtgov.active.collection.ActiveList
This constructor initializes the active list.
ActiveList(String, int) - Constructor for class org.overlord.rtgov.active.collection.ActiveList
This constructor initializes the active list.
ActiveList(String, ActiveCollection, ActiveCollectionContext, Predicate, Map<String, Object>) - Constructor for class org.overlord.rtgov.active.collection.ActiveList
This constructor initializes the active list as a derived version of the supplied collection, that applies the supplied predicate.
ActiveMap - Class in org.overlord.rtgov.active.collection
This interface represents an active map.
ActiveMap(String) - Constructor for class org.overlord.rtgov.active.collection.ActiveMap
This constructor initializes the active map.
ActiveMap(ActiveCollectionSource) - Constructor for class org.overlord.rtgov.active.collection.ActiveMap
This constructor initializes the active collection.
ActiveMap(ActiveCollectionSource, Map<Object, Object>) - Constructor for class org.overlord.rtgov.active.collection.ActiveMap
This constructor initializes the active map.
ActiveMap(String, int) - Constructor for class org.overlord.rtgov.active.collection.ActiveMap
This constructor initializes the active list.
ActiveMap(String, ActiveCollection, ActiveCollectionContext, Predicate, Map<String, Object>) - Constructor for class org.overlord.rtgov.active.collection.ActiveMap
This constructor initializes the active map as a derived version of the supplied collection, that applies the supplied predicate.
ActiveMap.Entry - Class in org.overlord.rtgov.active.collection
This class represents an entry in the map.
ACTIVITY_STORE_CLASS - Static variable in class org.overlord.rtgov.activity.server.ActivityStoreFactory
Property defining the activity store implementation class.
ActivityCollector - Interface in org.overlord.rtgov.activity.collector
This interface represents an activity event collector.
ActivityCollectorAccessor - Class in org.overlord.rtgov.activity.collector
This class provides access to the Activity Collector once an appropriate implementation has been independently instantiated.
ActivityNotifier - Interface in org.overlord.rtgov.activity.server
This interface represents a component that should be notified when an activity occurs.
ActivityProxyHelper - Class in org.overlord.rtgov.client
This class provides helper functions for creating proxies that record activity events based on Java invocations.
ActivityReporter - Interface in org.overlord.rtgov.client
This interface represents the capability for recording activity information from an application.
ActivityServer - Interface in org.overlord.rtgov.activity.server
This interface represents an activity server.
ActivityServerLogger - Class in org.overlord.rtgov.activity.collector.activity.server
This class provides a bridge between the Collector and Activity Server, where activity events are logged, causing them to be sent to the configured activity server.
ActivityServerLogger() - Constructor for class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
 
ActivityServerLogger.NotificationDetails - Class in org.overlord.rtgov.activity.collector.activity.server
This class provides a container for the listener details.
ActivityServerLoggerMBean - Interface in org.overlord.rtgov.activity.collector.activity.server
This interface defines the addition operations and attributes for the Activity Server logger.
ActivityStore - Interface in org.overlord.rtgov.activity.server
This interface represents a persistence storage for Activity Events.
ActivityStoreFactory - Class in org.overlord.rtgov.activity.server
This class represents a CDI factory for obtaining an activity store implementation.
ActivityType - Class in org.overlord.rtgov.activity.model
This abstract class is the super type of all activity type classes.
ActivityType() - Constructor for class org.overlord.rtgov.activity.model.ActivityType
The default constructor.
ActivityType(ActivityType) - Constructor for class org.overlord.rtgov.activity.model.ActivityType
The copy constructor.
ActivityTypeId - Class in org.overlord.rtgov.activity.model
This class represents a reference to an ActivityType contained within an ActivityUnit.
ActivityTypeId() - Constructor for class org.overlord.rtgov.activity.model.ActivityTypeId
The default constructor.
ActivityTypeId(ActivityTypeId) - Constructor for class org.overlord.rtgov.activity.model.ActivityTypeId
The copy constructor.
ActivityTypeId(String, int) - Constructor for class org.overlord.rtgov.activity.model.ActivityTypeId
This constructor initializes the id and index for the reference.
ActivityUnit - Class in org.overlord.rtgov.activity.model
This class represents an activity unit, which generally relates to the activities that occur within a transaction scope.
ActivityUnit() - Constructor for class org.overlord.rtgov.activity.model.ActivityUnit
The default constructor.
ActivityUnit(ActivityUnit) - Constructor for class org.overlord.rtgov.activity.model.ActivityUnit
The copy constructor.
ActivityUnitCursor(ActivityUnit) - Constructor for class org.overlord.rtgov.call.trace.CallTraceServiceImpl.ActivityUnitCursor
This is the constructor for the cursor.
ActivityUnitLogger - Interface in org.overlord.rtgov.activity.collector
This interface represents an activity event collector.
ActivityUtil - Class in org.overlord.rtgov.activity.util
This class provides utility functions for the activity model.
ActivityValidator - Class in org.overlord.rtgov.activity.validator
This class represents an activity validator, associated with the collector mechanism, to process the observed activities.
ActivityValidator() - Constructor for class org.overlord.rtgov.activity.validator.ActivityValidator
Default constructor.
ActivityValidator - Interface in org.overlord.rtgov.client
This interface represents the capability for validating activity information from an application.
ActivityValidatorManager - Interface in org.overlord.rtgov.activity.validator
This interface manages a set of ActivityValidator implementations.
ActivityValidatorManagerAccessor - Class in org.overlord.rtgov.activity.validator
This class provides access to the Activity Validator Manager once an appropriate implementation has been independently instantiated.
ActivityValidatorUtil - Class in org.overlord.rtgov.activity.util
This class provides utility functions for the activity validators.
add(Object) - Method in class org.overlord.rtgov.active.collection.ActiveList
add(ActivityUnit) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method adds the supplied activity unit to the state information.
add(String, String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method adds a new document to ElasticSearch.
add(String, V) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
 
add(String, V) - Method in class org.overlord.rtgov.common.service.KeyValueStore
This method adds a value, associated with the id.
add(Network) - Method in class org.overlord.rtgov.epn.AbstractEPNManager.NetworkList
This method adds a new instance of the Network to the list.
addActiveChangeListener(ActiveChangeListener) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method adds an Active Change Listener to listen for notifications of change to the active collection.
addActiveCollectionListener(ActiveCollectionListener) - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method registers an active collection listener.
addActiveCollectionListener(ActiveCollectionListener) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method registers an active collection listener.
addAll(Collection<? extends Object>) - Method in class org.overlord.rtgov.active.collection.ActiveList
addBulk(String, String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
 
addNetworkListener(NetworkListener) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method registers a network listener.
addNetworkListener(NetworkListener) - Method in interface org.overlord.rtgov.epn.EPNManager
This method registers a network listener.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
addNotificationListener(String, NotificationListener) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method registers a node listener for the specified network.
addNotificationListener(String, NotificationListener) - Method in interface org.overlord.rtgov.epn.EPNManager
This method registers a node listener for the specified network.
addSituationEventListener(SituationEventListener) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
This method adds a new situation event listener.
aggregateEvent(Serializable) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method processes the supplied event to determine its group for subsequent aggregation.
aggregateEvents(String, EventList) - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
This method processes the notification to aggregate information over a particular duration.
Aggregator() - Constructor for class org.overlord.rtgov.active.collection.ActiveCollectionSource.Aggregator
This is the constructor.
appendActivity(ActivityUnit) - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method appends the supplied activity event to the log.
appendActivity(ActivityUnit) - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method appends the supplied activity event to the log.
ApplicationListBean - Class in org.overlord.rtgov.ui.client.model
Models the list of application names.
ApplicationListBean() - Constructor for class org.overlord.rtgov.ui.client.model.ApplicationListBean
Constructor.
assign(String, String) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
 
ASSIGNED_TO_PROPERTY - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Situation 'assigned to' property.
assignedTo() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
assignSituation(String, String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method assigns a situation to a specified user.
assignSituation(String, String) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method assigns a situation to a specified user.
assignSituation(String, String) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
This method assigns a situation to a specified user.
assignSituation(String, String) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
This method assigns a situation to a specified user.

B

BatchedActivityUnitLogger - Class in org.overlord.rtgov.activity.collector
This class provides the abstract activity unit logger implementation that batches activity units based on time slots and size.
BatchedActivityUnitLogger() - Constructor for class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
 
BatchedActivityUnitLoggerMBean - Interface in org.overlord.rtgov.activity.collector
This interface defines the managed attributes and operations for the BatchedActivityLogger.
BatchRetryResult - Class in org.overlord.rtgov.ui.client.model
Results of batch retry.
BatchRetryResult() - Constructor for class org.overlord.rtgov.ui.client.model.BatchRetryResult
Constructor.
BatchRetryResult(int, int, int) - Constructor for class org.overlord.rtgov.ui.client.model.BatchRetryResult
 
BeanResolverUtil - Class in org.overlord.rtgov.common.util
This class provides utility functions for retrieving service beans using CDI.
BindingBean - Class in org.overlord.rtgov.ui.client.model
A simple data bean for returning information about bindings.
BindingBean() - Constructor for class org.overlord.rtgov.ui.client.model.BindingBean
Constructor.
BPMActivityType - Class in org.overlord.rtgov.activity.model.bpm
This activity type represents a BPM actvity.
BPMActivityType() - Constructor for class org.overlord.rtgov.activity.model.bpm.BPMActivityType
The default constructor.
BPMActivityType(BPMActivityType) - Constructor for class org.overlord.rtgov.activity.model.bpm.BPMActivityType
The copy constructor.
buildDateTime(String, MultivaluedMap<String, String>) - Static method in class org.overlord.rtgov.reports.rest.RESTReportServer
This method calculates the date/time based on supplied parameters.
buildGraph(Set<ServiceDefinition>, List<Situation>, String) - Static method in class org.overlord.rtgov.service.dependency.ServiceDependencyBuilder
This method builds a service graph from a collection of service definitions.
buildGraph(Set<ServiceDefinition>, List<Situation>) - Static method in class org.overlord.rtgov.service.dependency.ServiceDependencyBuilder
This method builds a service graph from a collection of service definitions.

C

CacheManager - Class in org.overlord.rtgov.common.service
This abstract class defines a Cache Manager service for use by runtime governance components.
CacheManager() - Constructor for class org.overlord.rtgov.common.service.CacheManager
 
Calendar - Class in org.overlord.rtgov.reports.model
This class represents a calendar.
Calendar() - Constructor for class org.overlord.rtgov.reports.model.Calendar
 
Calendar.ExcludedDay - Class in org.overlord.rtgov.reports.model
This class represents a day excluded from the working calendar.
Calendar.WorkingDay - Class in org.overlord.rtgov.reports.model
This class represents the start and end time associated with a working day.
Call - Class in org.overlord.rtgov.call.trace.model
This class represents a call, such as a method or service operation invocation.
Call() - Constructor for class org.overlord.rtgov.call.trace.model.Call
 
CallTrace - Class in org.overlord.rtgov.call.trace.model
This class represents the call trace.
CallTrace() - Constructor for class org.overlord.rtgov.call.trace.model.CallTrace
 
CallTraceBean - Class in org.overlord.rtgov.ui.client.model
 
CallTraceBean() - Constructor for class org.overlord.rtgov.ui.client.model.CallTraceBean
Constructor.
CallTraceService - Interface in org.overlord.rtgov.call.trace
This interface is responsible for deriving a call trace from activity information.
CallTraceServiceImpl - Class in org.overlord.rtgov.call.trace
This class is responsible for deriving a call trace from activity information.
CallTraceServiceImpl() - Constructor for class org.overlord.rtgov.call.trace.CallTraceServiceImpl
 
CallTraceServiceImpl.ActivityUnitCursor - Class in org.overlord.rtgov.call.trace
This class provides a cursor for working through the activity types associated with the unit.
CallTraceServiceImpl.CTState - Class in org.overlord.rtgov.call.trace
This class maintains state information associated with the derivation of a call trace.
CallTraceUtil - Class in org.overlord.rtgov.call.trace.util
This class provides utility functions for the call trace model.
Channel - Interface in org.overlord.rtgov.epn
This interface provides the channel through which a set of events will be sent to another destination.
checkCyclicDependency(Network, List<String>, String, EPNValidationListener) - Static method in class org.overlord.rtgov.epn.validation.EPNValidator
This method determines whether there is a cyclic dependency.
checkForExternalInvocations(Map<String, ServiceDefinition>, ActivityUnit, MEPDefinition, int, int) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
Check if there are any external service invocations during the scope of the suppled MEP definition.
checkForLinkedAU(ActivityType, CallTraceServiceImpl.CTState, ActivityUnit, List<ActivityUnit>) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method checks whether there is a linked context.
checkForServiceInvoked(Map<String, ServiceDefinition>, ActivityUnit, int, int, InvocationDefinition) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
This method checks for the events associated with the service being invoked.
cleanup() - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method performs the cleanup task on the top level active collections.
cleanup() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method performs any required cleanup, associated with the active collection, related to the max items and item expiration properties.
cleanup() - Method in class org.overlord.rtgov.active.collection.ActiveList
This method performs any required cleanup, associated with the active collection, related to the max items and item expiration properties.
cleanup() - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method performs any required cleanup, associated with the active collection, related to the max items and item expiration properties.
clear() - Method in class org.overlord.rtgov.active.collection.ActiveList
clear() - Method in class org.overlord.rtgov.active.collection.ActiveMap
clear() - Static method in class org.overlord.rtgov.activity.server.ActivityStoreFactory
This method resets the factory.
clear() - Method in class org.overlord.rtgov.activity.store.mem.MemActivityStore
This method clears the activity store.
clear() - Static method in class org.overlord.rtgov.analytics.situation.store.SituationStoreFactory
This method resets the factory.
clearLocale() - Static method in class org.overlord.rtgov.ui.server.i18n.AbstractMessages
 
close() - Method in class org.overlord.rtgov.active.collection.AbstractActiveChangeListener
This method closes the active change listener.
close() - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method closes the Active Collection Manager.
close() - Method in class org.overlord.rtgov.active.collection.ActiveCollection.ActiveCollectionAdapter
This method closes the adapter.
close() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method closes the active collection source.
close() - Method in class org.overlord.rtgov.active.collection.embedded.EmbeddedActiveCollectionManager
This method closes the Active Collection Manager.
close() - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
This method closes the active collection source.
close() - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer.ACMListener
This method closes the active collection listeners associated with the websocket session.
close() - Method in class org.overlord.rtgov.activity.client.jee.JEEActivityCollector
This method closes the activity collector.
close() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method closes the activity collector.
close() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method closes the Activity Server Logger.
close() - Method in interface org.overlord.rtgov.activity.collector.ActivityUnitLogger
This method closes the activity logger.
close() - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method closes the activity logger.
close() - Method in class org.overlord.rtgov.activity.processor.AbstractInformationProcessorManager
This metohd closes the information processor manager.
close() - Method in class org.overlord.rtgov.activity.processor.ExpressionEvaluator
This method closes the expression evaluator.
close() - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
Close the information processor.
close() - Method in class org.overlord.rtgov.activity.processor.InformationTransformer
This method closes the information transformer.
close() - Method in class org.overlord.rtgov.activity.processor.ScriptEvaluator
This method closes the expression evaluator.
close() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
Close the type processor.
close() - Method in class org.overlord.rtgov.activity.server.epn.EPNActivityNotifier
This method closes the Activity Server to EPN bridge.
close() - Method in class org.overlord.rtgov.activity.server.jms.client.JMSActivityServer
This method closes the JMS activity logger.
close() - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
Close the situation store.
close() - Method in class org.overlord.rtgov.activity.validator.AbstractActivityValidatorManager
This metohd closes the activity validator manager.
close() - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
Close the situation store.
close() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method closes the Elasticsearch client.
close() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method closes the service.
close() - Method in class org.overlord.rtgov.common.service.Service
This method closes the service.
close() - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method closes the event processor.
close() - Method in class org.overlord.rtgov.ep.EventProcessor
This method closes the event processor.
close() - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method closes the manager.
close() - Method in interface org.overlord.rtgov.epn.Channel
This method closes the channel.
close() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
This method closes the manager.
close() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method closes the channel.
close() - Method in interface org.overlord.rtgov.epn.EPNManager
This method closes the manager.
close() - Method in class org.overlord.rtgov.epn.jms.JMSChannel
This method closes the JMS channel.
close() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method closes the manager.
close(EPNContainer) - Method in class org.overlord.rtgov.epn.Network
Deprecated.
Use the 'close' method without the container parameter
close() - Method in class org.overlord.rtgov.epn.Network
This method closes the network.
close(EPNContainer) - Method in class org.overlord.rtgov.epn.Node
Deprecated.
Use the alternative 'close' method without the container parameter
close() - Method in class org.overlord.rtgov.epn.Node
This method closes the node.
close() - Method in class org.overlord.rtgov.reports.ReportDefinition
This method closes the report definition.
close() - Method in class org.overlord.rtgov.reports.ReportGenerator
This method can be used to close the report generator.
CollectionManager - Interface in org.overlord.rtgov.client
This interface provides access to active collections.
CollectorContext - Interface in org.overlord.rtgov.activity.collector
This interface is responsible for providing the initial system wide and user related information associated with the activity event collector.
commitTxn() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method commits the transaction.
ComponentServiceBean - Class in org.overlord.rtgov.ui.client.model
Models the full details of a service.
ComponentServiceBean() - Constructor for class org.overlord.rtgov.ui.client.model.ComponentServiceBean
Constructor.
ComponentServiceSummaryBean - Class in org.overlord.rtgov.ui.client.model
A simple data bean for returning summary information for single component service.
ComponentServiceSummaryBean() - Constructor for class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
Constructor.
Constants - Class in org.overlord.rtgov.ui.client.model
Contains a number of helpful static constants.
Constants() - Constructor for class org.overlord.rtgov.ui.client.model.Constants
 
contains(Object) - Method in class org.overlord.rtgov.active.collection.ActiveList
contains(Serializable) - Method in class org.overlord.rtgov.epn.EventList
This method determines whether the event is contained within the list.
containsAll(Collection<?>) - Method in class org.overlord.rtgov.active.collection.ActiveList
containsKey(Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap
containsValue(Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap
Context - Class in org.overlord.rtgov.activity.model
This class represents context information that can be used to correlate this (set of) activity with other activities related to the same business/service transaction.
Context() - Constructor for class org.overlord.rtgov.activity.model.Context
The default constructor.
Context(Context.Type, String) - Constructor for class org.overlord.rtgov.activity.model.Context
This constructor sets the fields for the context.
Context(Context) - Constructor for class org.overlord.rtgov.activity.model.Context
The copy constructor.
Context.Type - Enum in org.overlord.rtgov.activity.model
This enumerated type represents the type of the context.
contextClassLoader() - Method in class org.overlord.rtgov.epn.Network
This method returns the context class loader in which the network was pre-initialized.
ContextEvaluator() - Constructor for class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
The default constructor for the context evaluator.
contexts() - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method gets all the context instances associated with the activity unit and its contained activity types.
ContextualNotificationListener - Class in org.overlord.rtgov.epn
This class represents an abstract listener interested in information about an Event Processor Network notification subject.
ContextualNotificationListener() - Constructor for class org.overlord.rtgov.epn.ContextualNotificationListener
 
convertJsonToType(String, Class<V>) - Static method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
convert type to String.
convertTypeToJson(Object) - Static method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
convert type to String.
create(String, ActiveCollection, Predicate, Map<String, Object>) - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method derives a local active collection, from the supplied parent active collection, with the supplied predicate to filter results from the parent collection.
create(String, ActiveCollection, Predicate, Map<String, Object>) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method derives a local active collection, from the supplied parent active collection, with the supplied predicate to filter results from the parent collection.
createActiveCollection(ActiveCollectionSource) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionFactory
This method creates an active collection based on the supplied source.
createActiveCollection(ActiveCollectionSource) - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveCollectionFactory
This method creates an active collection based on the supplied source.
createActivityUnit() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method creates a new activity unit and initializes its origin based on the template supplied by the OriginInitializer, if available.
createCalendar(long) - Method in class org.overlord.rtgov.reports.model.Calendar
This method creates a calendar from the supplied date time information and optionally configured timezone.
createCall(RPCActivityType) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method returns a call node associated with the supplied activity event.
createCallTrace(Context) - Method in interface org.overlord.rtgov.call.trace.CallTraceService
This method creates a call trace associated with the supplied context.
createCallTrace(Context) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method creates a call trace associated with the supplied correlation value.
createClientProxy(String, Object, T) - Static method in class org.overlord.rtgov.client.ActivityProxyHelper
This class creates a proxy for reporting activities based on the caller invoking methods on the callee, via the supplied interface.
createClientProxy(Class<T>, Object, T) - Static method in class org.overlord.rtgov.client.ActivityProxyHelper
This class creates a proxy for reporting activities based on the caller invoking methods on the callee, via the supplied interface.
createContent(String, Serializable, int) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method creates the mail content from the supplied information.
createId(ActivityType) - Static method in class org.overlord.rtgov.activity.model.ActivityTypeId
This method creates an id associated with the supplied activity type.
createServiceProxy(String, Object) - Static method in class org.overlord.rtgov.client.ActivityProxyHelper
This class creates a service proxy for reporting activities associated with the service being invoked.
createServiceProxy(Class<?>, Object) - Static method in class org.overlord.rtgov.client.ActivityProxyHelper
This class creates a service proxy for reporting activities associated with the service being invoked.
createSubject(String...) - Static method in class org.overlord.rtgov.analytics.situation.Situation
This method constructs a subject based on a variable number of string parts.
createSubject(String, Serializable, int) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method creates the mail subject from the supplied information.
createTask(ActivityType) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method returns a task associated with the supplied activity event.
createTransactionId() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method generates a unique transaction id.
CTState() - Constructor for class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
 
currentNetworkChanged(Network, Network) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method is called to handle a change in the current version of a network, due to a new (more recent) version being registered or a current version being unregistered.
currentNetworkChanged(Network, Network) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
This method is called to handle a change in the current version of a network, due to a new (more recent) version being registered or a current version being unregistered.
CustomActivity - Class in org.overlord.rtgov.activity.model.app
This activity type represents a custom activity.
CustomActivity() - Constructor for class org.overlord.rtgov.activity.model.app.CustomActivity
The default constructor.
CustomActivity(CustomActivity) - Constructor for class org.overlord.rtgov.activity.model.app.CustomActivity
The copy constructor.

D

DEFAULT - Static variable in class org.overlord.rtgov.reports.model.Calendar
This constant represents the name of the default calendar.
DEFAULT_FACTORY - Static variable in class org.overlord.rtgov.active.collection.ActiveCollectionFactory
This is the default factory.
DEFAULT_SETTING - Static variable in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
The default settings.
DefaultActiveCollectionContext - Class in org.overlord.rtgov.active.collection
This class represents the default implementation of the active collection context interface.
DefaultActiveCollectionContext(ActiveCollectionManager) - Constructor for class org.overlord.rtgov.active.collection.DefaultActiveCollectionContext
The constructor initialized with the active collection manager.
DefaultActivityReporter - Class in org.overlord.rtgov.client
This interface represents the capability for recording activity information from an application.
DefaultActivityReporter() - Constructor for class org.overlord.rtgov.client.DefaultActivityReporter
 
DefaultActivityValidator - Class in org.overlord.rtgov.client
This interface represents the capability for validating activity information from an application.
DefaultActivityValidator() - Constructor for class org.overlord.rtgov.client.DefaultActivityValidator
 
DefaultCollectionManager - Class in org.overlord.rtgov.client
This interface provides access to active collections.
DefaultCollectionManager() - Constructor for class org.overlord.rtgov.client.DefaultCollectionManager
 
DefaultEPContext - Class in org.overlord.rtgov.ep
This class provides services to the EventProcessor implementations that process the events.
DefaultEPContext() - Constructor for class org.overlord.rtgov.ep.DefaultEPContext
The default constructor.
DefaultEPContext(Map<String, Service>) - Constructor for class org.overlord.rtgov.ep.DefaultEPContext
This constructor initializes the service map.
DefaultRTGovPropertiesProvider - Class in org.overlord.rtgov.common.util
This class provides the default properties provider.
DefaultRTGovPropertiesProvider() - Constructor for class org.overlord.rtgov.common.util.DefaultRTGovPropertiesProvider
This is the default constructor.
DefaultSituationManager - Class in org.overlord.rtgov.situation.manager
Deprecated.
DefaultSituationManager() - Constructor for class org.overlord.rtgov.situation.manager.DefaultSituationManager
Deprecated.
 
DefaultTaskDescriptor - Class in org.overlord.rtgov.call.trace.descriptors
This class provides a default descriptor for activities that may be presented within the call trace.
DefaultTaskDescriptor() - Constructor for class org.overlord.rtgov.call.trace.descriptors.DefaultTaskDescriptor
 
delete(SituationsQuery) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
 
delete(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
 
delete(SituationsQuery) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
This method deletes all situations that meet the criteria specified in the query.
delete(Situation) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
This method deletes the supplied situation.
delete(SituationsFilterBean) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
This method deletes all situation's matching the given filter criteria
derive(String, ActiveCollectionContext, Predicate, Map<String, Object>) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method derives a child active collection from this parent collection, with the specified name, and filtered using the supplied predicate.
derive(String, ActiveCollectionContext, Predicate, Map<String, Object>) - Method in class org.overlord.rtgov.active.collection.ActiveList
This method derives a child active collection from this parent collection, with the specified name, and filtered using the supplied predicate.
derive(String, ActiveCollectionContext, Predicate, Map<String, Object>) - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method derives a child active collection from this parent collection, with the specified name, and filtered using the supplied predicate.
derive(ActivityUnit) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
This method processes the supplied activity unit to derive service definition information.
deriveContent() - Method in class org.overlord.rtgov.active.collection.ActiveList
This method derives the content.
deriveContent() - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method derives the content.
DerivedDefinition() - Constructor for class org.overlord.rtgov.active.collection.ActiveCollectionSource.DerivedDefinition
The default constructor.
deserialize(byte[]) - Static method in class org.overlord.rtgov.epn.util.NetworkUtil
This method deserializes an Event Processor Network from a JSON representation.
deserializeACS(byte[]) - Static method in class org.overlord.rtgov.active.collection.util.ActiveCollectionUtil
This method deserializes a list of Active Collection Sources from a JSON representation.
deserializeActivityTypeList(byte[]) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method deserializes an ActivityType event list from a JSON representation.
deserializeActivityUnit(byte[]) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method deserializes an Activity event from a JSON representation.
deserializeActivityUnitList(byte[]) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method deserializes an Activity Unit list from a JSON representation.
deserializeActivityValidatorList(byte[]) - Static method in class org.overlord.rtgov.activity.util.ActivityValidatorUtil
This method deserializes an ActivityValidator list from a JSON representation.
deserializeCalendar(byte[]) - Static method in class org.overlord.rtgov.reports.util.ReportsUtil
This method deserializes the calendar from a JSON representation.
deserializeCallTrace(byte[]) - Static method in class org.overlord.rtgov.call.trace.util.CallTraceUtil
This method deserializes a call trace from a JSON representation.
deserializeIgnoreSubject(byte[]) - Static method in class org.overlord.rtgov.analytics.util.SituationUtil
This method deserializes an Ignore Subject from a JSON representation.
deserializeInformationProcessorList(byte[]) - Static method in class org.overlord.rtgov.activity.util.InformationProcessorUtil
This method deserializes an InformationProcessor list from a JSON representation.
deserializeQuerySpec(byte[]) - Static method in class org.overlord.rtgov.active.collection.util.ActiveCollectionUtil
This method deserializes a query specification from a JSON representation.
deserializeQuerySpec(byte[]) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method deserializes a Query Spec from a JSON representation.
deserializeReport(byte[]) - Static method in class org.overlord.rtgov.reports.util.ReportsUtil
This method deserializes the report from a JSON representation.
deserializeReportDefinition(byte[]) - Static method in class org.overlord.rtgov.reports.util.ReportsUtil
This method deserializes the report definition based on the contents.
deserializeReportDefinitionList(byte[]) - Static method in class org.overlord.rtgov.reports.util.ReportsUtil
This method deserializes the report definition list based on the contents.
deserializeServiceDefinition(byte[]) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
This method deserializes a Service Definition from a JSON representation.
deserializeSituation(byte[]) - Static method in class org.overlord.rtgov.analytics.util.SituationUtil
This method deserializes a Service Definition from a JSON representation.
destroy() - Method in class org.overlord.rtgov.ui.server.filters.LocaleFilter
 
dispatch(Network, Node, String, EventList, int) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method dispatches a set of events directly to the supplied network and node.
dispatchNotificationToListeners(String, EventList) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method dispatches the notifications to the registered listeners.
dispatchToNodes(String, String, String, String, EventList, int) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method dispatches the events to the list of nodes that are associated with the named network.
dispatchToSubjects(String, EventList) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method dispatches the events to any network that has subscribed to any one of the supplied list of subjects.
doAssignSituation(Situation, String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
Assign the situation to the user.
doDelete(SituationsQuery) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method deletes the situations that meet the supplied query.
doDelete(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method deletes the specified situation.
doDelete(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method deletes the supplied situation.
doDelete(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
This method deletes the supplied situation.
doDelete(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.mem.MemSituationStore
This method deletes the specified situation.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.overlord.rtgov.ui.server.filters.LocaleFilter
 
doGetSituation(String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
 
doGetSituation(String) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
doGetSituation(String) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
doGetSituation(String) - Method in class org.overlord.rtgov.analytics.situation.store.mem.MemSituationStore
doInsert(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method adds the supplied object to the active collection.
doInsert(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveList
This method adds the supplied object to the active collection.
doInsert(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method adds the supplied object to the active collection.
doRecordResubmitFailure(Situation, String, String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
Record resubmit failure.
doRecordSuccessfulResubmit(Situation, String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
Record successful resubmit.
doRemove(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method removes the supplied object from the active collection.
doRemove(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveList
This method removes the supplied object from the active collection.
doRemove(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method removes the supplied object from the active collection.
doStore(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method implements the 'store' functionality.
doStore(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method implements the 'store' functionality.
doStore(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
This method implements the 'store' functionality.
doStore(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.mem.MemSituationStore
This method implements the 'store' functionality.
doUnassignSituation(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
Unassign the situation.
doUpdate(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method updates the supplied value within the active collection, based on the supplied key.
doUpdate(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveList
This method updates the supplied value within the active collection, based on the supplied key.
doUpdate(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method updates the supplied value within the active collection, based on the supplied key.
doUpdateResolutionState(Situation, ResolutionState) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
Update the resolution state.
DroolsEventProcessor - Class in org.overlord.rtgov.ep.drools
This class represents the Drools implementation of the Event Processor.
DroolsEventProcessor() - Constructor for class org.overlord.rtgov.ep.drools.DroolsEventProcessor
 

E

ELASTICSEARCH_HOSTS - Static variable in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
Default Elasticsearch hosts configuration.
ELASTICSEARCH_SCHEDULE - Static variable in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
Default Elasticsearch schedule configuration.
ElasticsearchActivityStore - Class in org.overlord.rtgov.activity.store.elasticsearch
This class provides the Elasticsearch implementation of the activityStore CRUD operations are provided by ElasticSearchKeyValueStore.
ElasticsearchActivityStore() - Constructor for class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
The default constructor.
ElasticsearchClient - Class in org.overlord.rtgov.common.elasticsearch
ElasticSearch client.
ElasticsearchClient() - Constructor for class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
Default constructor.
ElasticsearchKeyValueStore - Class in org.overlord.rtgov.common.elasticsearch
ElasticSearch implementation of the KeyValueStore.
ElasticsearchKeyValueStore() - Constructor for class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
Default constructor.
ElasticsearchNode - Interface in org.overlord.rtgov.common.elasticsearch
This interface represents an Elasticsearch node.
ElasticsearchSituationStore - Class in org.overlord.rtgov.analytics.situation.store.elasticsearch
This class provides the Elastcsearch based implementation of the SituationsStore interface.
ElasticsearchSituationStore() - Constructor for class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
Constructor.
EmbeddedActiveCollectionManager - Class in org.overlord.rtgov.active.collection.embedded
This class provides the embedded implementation of the ActiveCollectionManager interface.
EmbeddedActiveCollectionManager() - Constructor for class org.overlord.rtgov.active.collection.embedded.EmbeddedActiveCollectionManager
 
EmbeddedActivityCollector - Class in org.overlord.rtgov.activity.embedded
This class provides an embedded implementation of the activity collector interface.
EmbeddedActivityCollector() - Constructor for class org.overlord.rtgov.activity.embedded.EmbeddedActivityCollector
 
EmbeddedActivityValidatorManager - Class in org.overlord.rtgov.activity.embedded
This class provides an embedded implementation of the activity validator manager interface.
EmbeddedActivityValidatorManager() - Constructor for class org.overlord.rtgov.activity.embedded.EmbeddedActivityValidatorManager
 
EmbeddedChannel(Network, Node, String) - Constructor for class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
The constructor for publishing events between nodes in a network.
EmbeddedChannel(Network, String) - Constructor for class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
The constructor for the notification channel.
EmbeddedChannel(String) - Constructor for class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
The constructor for publishing on a subject between networks.
EmbeddedEPNContainer() - Constructor for class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
 
EmbeddedEPNManager - Class in org.overlord.rtgov.epn.embedded
This class provides the embedded implementation of the EPN Manager.
EmbeddedEPNManager() - Constructor for class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
 
EmbeddedEPNManager.EmbeddedChannel - Class in org.overlord.rtgov.epn.embedded
This is the embedded implementation of the Channel interface.
EmbeddedEPNManager.EmbeddedEPNContainer - Class in org.overlord.rtgov.epn.embedded
The embedded implementation of the EPNContainer.
EmbeddedEPNManager.EPNTask - Class in org.overlord.rtgov.epn.embedded
This class implements the task for dispatching the event list to the node.
EmbeddedInformationProcessorManager - Class in org.overlord.rtgov.activity.embedded
This class provides an embedded implementation of the information processor interface.
EmbeddedInformationProcessorManager() - Constructor for class org.overlord.rtgov.activity.embedded.EmbeddedInformationProcessorManager
 
endScope() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method completes the scope.
endScope() - Method in interface org.overlord.rtgov.activity.collector.ActivityCollector
This method completes the scope.
Entry(Object, Object) - Constructor for class org.overlord.rtgov.active.collection.ActiveMap.Entry
This constructor initializes the key/value pair.
entryCreated(CacheEntryCreatedEvent<Object, Object>) - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveMap.InfinispanCacheListener
This method handles entry created events.
entryModified(CacheEntryModifiedEvent<Object, Object>) - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveMap.InfinispanCacheListener
This method handles entry modified events.
entryRemoved(CacheEntryRemovedEvent<Object, Object>) - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveMap.InfinispanCacheListener
This method handles entry modified events.
entrySet() - Method in class org.overlord.rtgov.active.collection.ActiveMap
EPContext - Interface in org.overlord.rtgov.ep
This interface provides services to the EventProcessor implementations that process the events.
EPN_DESTINATION_NODES - Static variable in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
The EPN Destination Node Names.
EPN_NETWORK - Static variable in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
The EPN Network Name.
EPN_NOTIFY_TYPE - Static variable in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
The EPN notification type.
EPN_RETRIES_LEFT - Static variable in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
The EPN Number of Retries Left.
EPN_SOURCE - Static variable in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
The EPN Source Name.
EPN_SUBJECTS - Static variable in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
The subscription subjects.
EPN_VERSION - Static variable in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
The EPN Version.
EPNACSNotificationListener() - Constructor for class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource.EPNACSNotificationListener
 
EPNActiveCollectionSource - Class in org.overlord.rtgov.active.collection.epn
This class provides the Active Collection Source for listening to Event Processor Network nodes.
EPNActiveCollectionSource() - Constructor for class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
 
EPNActiveCollectionSource.EPNACSNotificationListener - Class in org.overlord.rtgov.active.collection.epn
This class handles the events from the EPN.
EPNActivityNotifier - Class in org.overlord.rtgov.activity.server.epn
This class provides a bridge between the Activity Server, where activity events are reported, and the Event Processor Network which will be used to provide additional processing and analysis of the activity events.
EPNActivityNotifier() - Constructor for class org.overlord.rtgov.activity.server.epn.EPNActivityNotifier
 
EPNContainer - Interface in org.overlord.rtgov.epn
This interface represents the container in which the network will be initialized and processed.
EPNManager - Interface in org.overlord.rtgov.epn
This interfaces represents the Event Process Network Manager.
EPNManagerAccessor - Class in org.overlord.rtgov.epn
This class provides access to the EPN Manager once an appropriate implementation has been independently instantiated.
EPNTask(Network, Node, String, EventList, int, EmbeddedEPNManager.EmbeddedChannel) - Constructor for class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EPNTask
This is the constructor for the task.
EPNValidationListener - Interface in org.overlord.rtgov.epn.validation
This interface is used to report validation issues for an Event Processor Network.
EPNValidator - Class in org.overlord.rtgov.epn.validation
This class validates an Event Processor Network.
equals(Object) - Method in class org.overlord.rtgov.activity.model.ActivityTypeId
equals(Object) - Method in class org.overlord.rtgov.activity.model.Context
equals(Object) - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
equals(Object) - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
equals(Object) - Method in class org.overlord.rtgov.analytics.service.RequestFaultDefinition
equals(Object) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
equals(Object) - Method in class org.overlord.rtgov.analytics.situation.Situation
equals(Object) - Method in class org.overlord.rtgov.service.dependency.InvocationLink
equals(Object) - Method in class org.overlord.rtgov.service.dependency.UsageLink
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.BindingBean
 
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.QName
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.ServicesFilterBean
 
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
equals(Object) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
error(InformationProcessor, Object, String) - Method in interface org.overlord.rtgov.activity.processor.validation.IPValidationListener
This method identifies an issue with a part of an Information Processor.
error(Network, Object, String) - Method in interface org.overlord.rtgov.epn.validation.EPNValidationListener
This method identifies an issue with a part of an Event Processor Network.
evaluate(ActiveCollectionContext, Object) - Method in class org.overlord.rtgov.active.collection.predicate.MVEL
This method evaluates the supplied item against the predicate.
evaluate(ActiveCollectionContext, Object) - Method in class org.overlord.rtgov.active.collection.predicate.Predicate
This method evaluates the supplied item against the predicate.
evaluate(Object) - Method in class org.overlord.rtgov.activity.processor.ExpressionEvaluator
This method evaluates the supplied information to derive and return a result.
evaluate(Object) - Method in class org.overlord.rtgov.activity.processor.mvel.MVELExpressionEvaluator
This method evaluates the supplied information to derive and return a result.
evaluate(Object, ActivityType) - Method in class org.overlord.rtgov.activity.processor.mvel.MVELScriptEvaluator
This method evaluates the supplied information to initialize the supplied activity type.
evaluate(Object, ActivityType) - Method in class org.overlord.rtgov.activity.processor.ScriptEvaluator
This method evaluates the supplied information to initialize the supplied activity type.
evaluate(Object) - Method in class org.overlord.rtgov.activity.processor.xpath.XPathExpressionEvaluator
This method evaluates the supplied information to derive and return a result.
evaluate(ActivityType, QuerySpec) - Static method in class org.overlord.rtgov.activity.store.mem.MemActivityStore
This method evaluates whether the supplied activity passes the supplied predicate.
evaluate(Object) - Method in class org.overlord.rtgov.ep.mvel.MVELPredicate
This method evaluates the predicate against the supplied event to determine if it should be processed.
evaluate(Object) - Method in class org.overlord.rtgov.ep.Predicate
This method evaluates the predicate against the supplied event to determine if it should be processed.
EVENT_PROCESSING_MODE_CLOUD - Static variable in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
Event processing mode: cloud (default).
EVENT_PROCESSING_MODE_STREAM - Static variable in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
Event processing mode: stream.
EventList - Class in org.overlord.rtgov.epn
This class represents a list of events that can be serialized.
EventList() - Constructor for class org.overlord.rtgov.epn.EventList
The default constructor.
EventList(List<? extends Serializable>) - Constructor for class org.overlord.rtgov.epn.EventList
This method represents a constructor to initialize the event list from a standard Java list.
EventProcessor - Class in org.overlord.rtgov.ep
This interface defines an event processor responsible for processing events, and where appropriate, forwarding results to other awaiting event processors.
EventProcessor() - Constructor for class org.overlord.rtgov.ep.EventProcessor
 
ExcludedDay() - Constructor for class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
 
export(SituationsFilterBean, OutputStream) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
This method export all situation's matching the given filter criteria
ExpressionEvaluator - Class in org.overlord.rtgov.activity.processor
This abstract class represents an expression evaluator.
ExpressionEvaluator() - Constructor for class org.overlord.rtgov.activity.processor.ExpressionEvaluator
 

F

filter(ServiceGraph, String) - Static method in class org.overlord.rtgov.service.dependency.ServiceDependencyBuilder
This method filters out any service node that is not a client, or direct/indirect service provider, to the supplied service type.
finalize() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
finalize() - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveMap
finalizeScope() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method finalizes the set of tasks within the current task list and then pops the relevant stacks.
findServices(ServicesFilterBean) - Method in interface org.overlord.rtgov.ui.provider.ServicesProvider
This method returns the list of services that pass the supplied filters.
findWorkingDay(Calendar) - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the working day associated with the supplied calendar.
format(String, Object...) - Method in class org.overlord.rtgov.ui.server.i18n.AbstractMessages
Look up a message in the i18n resource message bundle by key, then format the message with the given params and return the result.
FORMATS - Static variable in class org.overlord.rtgov.ui.server.i18n.AbstractMessages
 
forward(EPNContainer, EventList) - Method in class org.overlord.rtgov.epn.Node
Deprecated.
Use the alternative 'forward' method that does not require the container to be provided
forward(EventList) - Method in class org.overlord.rtgov.epn.Node
This method forwards the results to any destinations that have been defined.
fromString(String) - Static method in class org.overlord.rtgov.ui.client.model.QName
Reverses toString.

G

generate(String, Map<String, Object>) - Method in class org.overlord.rtgov.reports.AbstractReportManager
Deprecated.
This method returns the report associated with the supplied name and parameters.
generate(ReportContext, Map<String, Object>) - Method in class org.overlord.rtgov.reports.MVELReportGenerator
This method generates a report, based on the supplied definition, and returns the report contents.
generate(ReportContext, Map<String, Object>) - Method in class org.overlord.rtgov.reports.ReportGenerator
This method generates a report, based on the supplied definition, and returns the report contents.
generate(String, Map<String, Object>) - Method in interface org.overlord.rtgov.reports.ReportManager
Deprecated.
This method returns the report associated with the supplied name and parameters.
generate(UriInfo) - Method in class org.overlord.rtgov.reports.rest.RESTReportServer
This method generates a report based on the supplied query parameters.
generate(ServiceGraph, int, OutputStream) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method generates the SVG representation of the supplied service graph to the output stream.
generateInvocationLink(InvocationLink, double, Element, Node) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method generates the invocation link.
generateMetrics(Element, String, InvocationMetric) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method generates the tooltip information to show metrics.
generateOperation(OperationNode, double, Element, Node) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method generates the operation node.
generateService(ServiceNode, double, Element, Node) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method generates the service node.
generateSituations(Element, Node, int, int, double, List<Situation>) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method generates the situations associated with the supplied position and list.
generateUsageLink(UsageLink, double, Element, Node) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method generates the usage link.
get(Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method returns the value associated with the supplied key.
get(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
default implementation of getter returns a simple .json document as String.
get(String, Class<V>) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
default implementation of getter returns a simple .json document as String.
get(String, Class<V>) - Method in class org.overlord.rtgov.common.service.KeyValueStore
This method returns the value associated with the supplied id.
get(int) - Method in class org.overlord.rtgov.epn.EventList
This method returns the event at the specified index.
getAction(Class<T>) - Method in class org.overlord.rtgov.ui.provider.AbstractServicesProvider
This method retrieves the action provider for the supplied type.
getAction(Class<T>) - Method in interface org.overlord.rtgov.ui.provider.ServicesProvider
This method retrieves the action provider for the supplied type.
getActiveChangeListeners() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the list of active change listeners.
getActiveChangeListeners() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the list of active change listeners to be automatically registered against the active collection associated with this source..
getActiveCollection(String) - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method returns the active collection associated with the supplied name, or null if not found.
getActiveCollection(String) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method returns the active collection associated with the supplied name, or null if not found.
getActiveCollection() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the Active Collection associated with the source.
getActiveCollection(String) - Method in class org.overlord.rtgov.active.collection.service.ActiveCollectionService
This method returns the named active collection.
getActiveCollectionManager() - Static method in class org.overlord.rtgov.active.collection.ActiveCollectionManagerAccessor
This method returns the active collection manager.
getActiveCollectionManager() - Method in class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServer
This method returns the active collection manager.
getActiveCollectionManager() - Method in class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServerApplication
This method returns the active collection manager on the server.
getActiveCollectionManager() - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer
This method returns the active collection manager.
getActiveCollections() - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method returns the active collections.
getActiveCollections() - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method returns the active collections.
getActivityCollector() - Static method in class org.overlord.rtgov.activity.collector.ActivityCollectorAccessor
This method returns the activity collector.
getActivityServer() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method gets the activity server.
getActivityServer() - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServer
This method returns the activity server.
getActivityServer() - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServerApplication
This method returns the activity server.
getActivityServer() - Method in interface org.overlord.rtgov.call.trace.CallTraceService
This method gets the activity server.
getActivityServer() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method gets the activity server.
getActivityStore() - Static method in class org.overlord.rtgov.activity.server.ActivityStoreFactory
This method returns an instance of the ActivityStore interface.
getActivityTypeIds() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method returns the list of activity type ids associated with the violation.
getActivityTypes() - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method gets the activity types.
getActivityTypes(Context) - Method in interface org.overlord.rtgov.activity.server.ActivityServer
This method retrieves a set of activity events associated with the supplied context value.
getActivityTypes(Context, long, long) - Method in interface org.overlord.rtgov.activity.server.ActivityServer
This method retrieves a set of activity events associated with the supplied context value and time range.
getActivityTypes(Context) - Method in interface org.overlord.rtgov.activity.server.ActivityStore
This method retrieves a set of activity events associated with the supplied context value.
getActivityTypes(Context, long, long) - Method in interface org.overlord.rtgov.activity.server.ActivityStore
This method retrieves a set of activity events associated with the supplied context value and date/time range.
getActivityTypes(Context) - Method in class org.overlord.rtgov.activity.server.jms.client.JMSActivityServer
This method retrieves a set of activity events associated with the supplied context value.
getActivityTypes(Context, long, long) - Method in class org.overlord.rtgov.activity.server.jms.client.JMSActivityServer
This method retrieves a set of activity events associated with the supplied context value and time range.
getActivityTypes(Context, long, long) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method retrieves a set of activity events associated with the supplied context value and time range.
getActivityTypes(Context) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method retrieves a set of activity events associated with the supplied context value.
getActivityTypes(URL) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method retrieves the activity types associated with the supplied query URL.
getActivityTypes(String, String, long, long) - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServer
This method returns a list of ActivityType (activity event) objects associated with the optional context type and value and optional time range.
getActivityTypes(Context) - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
 
getActivityTypes(Context, long, long) - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
 
getActivityTypes(Context, long, long) - Method in class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
This method retrieves a set of activity events associated with the supplied context value and date/time range.
getActivityTypes(Context) - Method in class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
This method retrieves a set of activity events associated with the supplied context value.
getActivityTypes(Context) - Method in class org.overlord.rtgov.activity.store.mem.MemActivityStore
This method retrieves a set of activity events associated with the supplied context value.
getActivityTypes(Context, long, long) - Method in class org.overlord.rtgov.activity.store.mem.MemActivityStore
This method retrieves a set of activity events associated with the supplied context value and date/time range.
getActivityTypes() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.ActivityUnitCursor
This method returns the list of remaining activity types that have not yet been visited using the cursor.
getActivityUnit(String) - Method in interface org.overlord.rtgov.activity.server.ActivityServer
This method queries the server for an activity unit with the supplied id.
getActivityUnit(String) - Method in interface org.overlord.rtgov.activity.server.ActivityStore
This method queries the persistent store for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.rtgov.activity.server.jms.client.JMSActivityServer
This method queries the server for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method queries the server for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServer
This method handles queries for activity events.
getActivityUnit(String) - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
 
getActivityUnit(String) - Method in class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
This method queries the persistent store for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.rtgov.activity.store.mem.MemActivityStore
This method queries the persistent store for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method returns the activity unit associated with the supplied id.
getActivityUnitLogger() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method gets the activity logger.
getActivityUnits() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method returns the list of activity units.
getActivityUnits(Context) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method returns the list of activity units containing the specified context.
getActivityValidator(String) - Method in class org.overlord.rtgov.activity.validator.AbstractActivityValidatorManager
This method returns the activity validator associated with the supplied name.
getActivityValidator(String) - Method in interface org.overlord.rtgov.activity.validator.ActivityValidatorManager
This method returns the activity validator associated with the supplied name.
getActivityValidatorManager() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method gets the activity validator manager.
getActivityValidatorManager() - Static method in class org.overlord.rtgov.activity.validator.ActivityValidatorManagerAccessor
This method returns the activity validator manager.
getAggregationDuration() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method gets the aggregation duration.
getAggregationScript() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method gets the aggregation script.
getApplication() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
getApplication() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
getApplication() - Method in class org.overlord.rtgov.ui.client.model.ReferenceBean
 
getApplication() - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
getApplication() - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
getApplication() - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
getApplicationName() - Method in class org.overlord.rtgov.ui.client.model.ServicesFilterBean
 
getApplicationNames() - Method in class org.overlord.rtgov.ui.client.model.ApplicationListBean
 
getApplicationNames() - Method in class org.overlord.rtgov.ui.provider.AbstractServicesProvider
This method returns the list of application names.
getApplicationNames() - Method in interface org.overlord.rtgov.ui.provider.ServicesProvider
This method returns the list of application names.
getAsynchronous() - Method in class org.overlord.rtgov.ep.EventProcessor
This method indicates whether an asynchronous results listener will be required for this event processor.
getAverage() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the average duration.
getAverage() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method returns the average.
getAverageChange() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the average duration change (if applicable).
getAverageSeverity(Severity[]) - Static method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
Determine the average severity based on the supplied array.
getBean(Class<T>) - Static method in class org.overlord.rtgov.common.util.BeanResolverUtil
This method returns a resolved object for the supplied type.
getBeans(Class<T>, List<T>) - Static method in class org.overlord.rtgov.common.util.BeanResolverUtil
This method resolves multiple objects of the required type.
getBindings() - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
getBindings() - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
getBulkSize() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method returns the _bulkSize.
getBulkSize() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method returns the _bulkSize.
getCache() - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveCollectionFactory
This method returns the cache name.
getCache(String) - Method in class org.overlord.rtgov.common.infinispan.service.InfinispanCacheManager
This method returns the cache associated with the supplied name.
getCache(String) - Method in class org.overlord.rtgov.common.service.CacheManager
This method returns the cache associated with the supplied name.
getCacheContainer(String) - Static method in class org.overlord.rtgov.common.infinispan.InfinispanManager
This method returns the cache container.
getCacheContainer() - Method in class org.overlord.rtgov.common.infinispan.service.InfinispanCacheManager
This method returns the cache container for the current thread.
getCacheManager() - Method in class org.overlord.rtgov.situation.manager.DefaultSituationManager
Deprecated.
This method returns the cache manager.
getCalendar(String, String) - Method in class org.overlord.rtgov.reports.AbstractReportContext
This method returns the named calendar configured for the specified timezone.
getCalendar(String, String) - Method in interface org.overlord.rtgov.reports.ReportContext
This method returns the named calendar configured for the specified timezone.
getCallStack() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method returns the call stack.
getCallTrace() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
getChannel(Network, String, String) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
This method returns the channel associated with the supplied destination.
getChannel(String) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
This method returns the channel associated with the supplied subject.
getChannel(Network, String, String) - Method in interface org.overlord.rtgov.epn.EPNContainer
This method returns the channel associated with the supplied destination.
getChannel(String) - Method in interface org.overlord.rtgov.epn.EPNContainer
This method returns the channel associated with the supplied subject.
getChannel(Network, String, String) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl.JMSEPNContainer
This method returns the channel associated with the supplied destination.
getChannel(String) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl.JMSEPNContainer
This method returns the channel associated with the supplied subject.
getChannels() - Method in class org.overlord.rtgov.epn.Node
This method returns the list of channels associated with this node.
getClasses() - Method in class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServerApplication
getClasses() - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServerApplication
getClasses() - Method in class org.overlord.rtgov.reports.rest.RESTReportServerApplication
getClient() - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
This method returns the client.
getClient() - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method returns the elasticsearch client.
getClient() - Method in interface org.overlord.rtgov.common.elasticsearch.ElasticsearchNode
This method returns the client for communicating with the Elasticsearch node.
getClockType() - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method returns the clock type (default is realtime).
getCollection() - Method in class org.overlord.rtgov.active.collection.command.Register
This method returns the active collection name.
getCollection() - Method in class org.overlord.rtgov.active.collection.command.Unregister
This method returns the active collection name.
getCollection() - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method returns the name of the collection.
getCollection(String) - Method in class org.overlord.rtgov.client.DefaultCollectionManager
This method returns the active collection associated with the supplied name.
getCollectionEnabled() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method identifies whether the collection process should be enabled.
getCollectionEnabled() - Method in interface org.overlord.rtgov.activity.collector.AbstractActivityCollectorMBean
This method identifies whether the collection process should be enabled.
getCollectorContext() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method gets the collector context.
getColor(Severity) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the colour code associated with the severity.
getColumnNames() - Method in class org.overlord.rtgov.reports.model.Tabular.Header
This method returns the column names.
getCompletedCallStack() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method returns the completed call stack.
getComponent() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the name of the component (or service) that is being called.
getComponent() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getConfiguration() - Method in class org.overlord.rtgov.ep.jpa.JPAEventProcessor
 
getConnectionFactory() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method returns the connection factory.
getContainer() - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveCollectionFactory
This method returns the JNDI name used to obtain the container resource.
getContainer() - Method in class org.overlord.rtgov.common.infinispan.service.InfinispanCacheManager
This method returns the JNDI name used to obtain the container resource.
getContainer() - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method returns the Event Processor Network Container.
getContainer() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
This method returns the Event Processor Network Container.
getContainer() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method returns the Event Processor Network Container.
getContent() - Method in class org.overlord.rtgov.activity.model.common.MessageExchange
This method gets the content.
getContent() - Method in class org.overlord.rtgov.ui.client.model.MessageBean
 
getContentScript() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method returns the content script.
getContentType() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method returns the content type.
getContext() - Method in class org.overlord.rtgov.active.collection.ActiveCollection.ActiveCollectionAdapter
The context.
getContext() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the context.
getContext() - Method in class org.overlord.rtgov.activity.model.ActivityType
This method gets the context.
getContext() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method gets the context.
getContext() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method gets the context.
getContext() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method gets the context.
getContext() - Method in class org.overlord.rtgov.reports.AbstractReportManager
Deprecated.
This method returns the report context.
getContext() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
getContextClassLoader() - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource.EPNACSNotificationListener
This method returns the context classloader to use when resolving the events.
getContextClassLoader() - Method in class org.overlord.rtgov.epn.ContextualNotificationListener
This method returns the context classloader to use when resolving the events.
getContexts() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method returns the context evaluators.
getCount() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the count.
getCountChange() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the count change (if applicable).
getCreated() - Method in class org.overlord.rtgov.reports.model.Report
This method returns the date/time when the report was created.
getCurrent() - Method in class org.overlord.rtgov.epn.AbstractEPNManager.NetworkList
This method returns the most recent instance of the network.
getCursor(ActivityUnit) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method returns the cursor associated with the supplied activity unit.
getCustomType() - Method in class org.overlord.rtgov.activity.model.app.CustomActivity
This method gets the custom activity type.
getDate() - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
getDay() - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method returns the day.
getDefinedException(Method, Throwable) - Static method in class org.overlord.rtgov.client.ActivityProxyHelper
This method determines whether the method handles the supplied exception, and returns the appropriate type.
getDerived() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the list of derived active collection definitions.
getDerivedActiveCollections() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the derived Active Collections associated with the source.
getDescription(Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method returns the description associated with the supplied value.
getDescription() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method gets the situation description.
getDescription() - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
 
getDescription(ActivityType) - Method in class org.overlord.rtgov.call.trace.descriptors.DefaultTaskDescriptor
This method returns the description for the supplied activity type.
getDescription(ActivityType) - Method in class org.overlord.rtgov.call.trace.descriptors.LogMessageTaskDescriptor
This method returns the description for the supplied activity type.
getDescription(ActivityType) - Method in interface org.overlord.rtgov.call.trace.descriptors.TaskDescriptor
This method returns the description for the supplied activity type.
getDescription() - Method in class org.overlord.rtgov.call.trace.model.Task
This method returns the description of the task.
getDescription() - Method in class org.overlord.rtgov.reports.model.Section
This method returns the description.
getDescription() - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the description.
getDescription(UsageLink) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the description to be used for the usage link.
getDescription(InvocationLink) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the description to be used for the invocation link.
getDescription() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
getDescription() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getDescription() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getDescriptionScript() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method gets the description script for the JMX MBean.
getDestination() - Method in class org.overlord.rtgov.activity.model.mom.MOMActivityType
This method gets the destination.
getDestinationNode() - Method in class org.overlord.rtgov.epn.jms.JMSChannel
This method returns the destination node.
getDestinationSubjects() - Method in class org.overlord.rtgov.epn.Node
This method returns the list of destination subjects.
getDuration() - Method in class org.overlord.rtgov.call.trace.model.TraceNode
This method returns the duration of the task.
getDuration() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getElasticsearchClient() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
The Elasticsearch client.
getEndHour() - Method in class org.overlord.rtgov.reports.model.Calendar.WorkingDay
This method returns the end hour.
getEndMinute() - Method in class org.overlord.rtgov.reports.model.Calendar.WorkingDay
This method returns the end minute.
getEntityManager() - Method in class org.overlord.rtgov.ep.jpa.JPAEventProcessor
Deprecated.
with no replacement
getEntryPoints() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
This method provides access to the registered channels against subjects.
getEPNManager() - Static method in class org.overlord.rtgov.epn.EPNManagerAccessor
This method returns the EPN manager.
getEvaluator() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method gets the context value expression evaluator.
getEvaluator() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
This method gets the context value expression evaluator.
getEventProcessingMode() - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method returns the event processing mode (default is cloud mode).
getEventProcessor() - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method gets the event processor used to intercept and analyse the activity event.
getEventProcessor() - Method in class org.overlord.rtgov.epn.Node
This method returns the event processor.
getEventsDestination() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method returns the events destination.
getEventsDestinationName() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method returns the events destination name.
getException() - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
getExcludedDays() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the list of excluded days.
getExpression() - Method in class org.overlord.rtgov.active.collection.predicate.MVEL
This method gets the expression.
getExpression() - Method in class org.overlord.rtgov.activity.processor.ExpressionEvaluator
This method returns the expression.
getExpression() - Method in class org.overlord.rtgov.activity.processor.mvel.MVELInformationTransformer
This method returns the expression.
getExpression() - Method in class org.overlord.rtgov.activity.processor.ScriptEvaluator
This method returns the expression.
getExpression() - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This method returns the expression.
getExpression() - Method in class org.overlord.rtgov.ep.mvel.MVELPredicate
This method returns the expression.
getFactory() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the factory responsible for creating the active collection.
getFailedCount() - Method in class org.overlord.rtgov.ui.client.model.BatchRetryResult
 
getFailuresSinceLastSuccess() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method returns the number of failures that have occurred since the last successful activity information was logged.
getFailuresSinceLastSuccess() - Method in interface org.overlord.rtgov.activity.collector.activity.server.ActivityServerLoggerMBean
This method returns the number of failures that have occurred since the last successful activity information was logged.
getFault() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method gets the fault.
getFault() - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method gets the optional fault.
getFault() - Method in class org.overlord.rtgov.analytics.service.RequestFaultDefinition
This method gets the optional fault.
getFault() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method gets the optional fault.
getFault() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the name of the optional fault that is being returned.
getFault() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getFaults() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the number of invocations that resulted in a fault.
getFilter() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier.NotificationDetails
The filter.
getFilter() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger.NotificationDetails
The filter.
getFilters() - Method in class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
getFormat() - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This method returns the format.
getFriday() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the working day for Friday.
getFrom() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method gets the 'from' email address.
getFromTimestamp() - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This method gets the 'from' timestamp.
getFromTimestamp() - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method returns the from timestamp.
getGenerator() - Method in class org.overlord.rtgov.reports.ReportDefinition
This method returns the report generator.
getGroupBy() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method gets the 'group by' expression.
getGroupedEvents() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the list of map of grouped events by key.
getHandback() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier.NotificationDetails
The handback.
getHandback() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger.NotificationDetails
The handback.
getHeader() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method gets the header name.
getHeader() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
This method gets the header name.
getHeader() - Method in class org.overlord.rtgov.reports.model.Tabular
This method returns the header.
getHeaderFormatPropertyName(String) - Method in class org.overlord.rtgov.activity.processor.SerializeInformationTransformer
This method determines the property name to use to store the header value's original format.
getHeaderFormats() - Method in class org.overlord.rtgov.ui.client.model.MessageBean
This method returns the header formats.
getHeaders() - Method in class org.overlord.rtgov.ui.client.model.MessageBean
This method returns the headers.
getHighestSeverity(List<Situation>) - Static method in class org.overlord.rtgov.analytics.situation.Situation
This method returns the highest severity associated with the supplied list of situations.
getHighWaterMark() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method gets the high water mark, used to indicate when a warning should be issued.
getHighWaterMark() - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionMBean
This method gets the high water mark, used to indicate when a warning should be issued.
getHighWaterMark() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method gets the high water mark, used to indicate when a warning should be issued.
getHighWaterMarkWarningIssued() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method determines whether the high water mark warning has been issued.
getHistory() - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method returns the historic list of invocation metrics merged into the current invocation definition.
getHistory() - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method returns the historic list of invocation metrics merged into the current operation definition.
getHistory() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method returns the historic list of invocation metrics merged into the current service definition.
getHost() - Method in interface org.overlord.rtgov.activity.collector.CollectorContext
This method returns the host name.
getHost() - Method in class org.overlord.rtgov.activity.model.Origin
This method gets the host.
getHosts() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method sets the hosts.
getHosts() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
Deprecated.
not required
getHouseKeepingInterval() - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method gets the house keeping interval.
getHouseKeepingInterval() - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method gets the house keeping interval.
getId() - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method gets the activity id.
getId() - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method returns the id.
getId() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method returns the id.
getIdScript() - Method in class org.overlord.rtgov.ep.keyvaluestore.KeyValueStoreEventProcessor
This method returns the script responsible for identifying the id.
getIface() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
getIface() - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
getIface() - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
getIface() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getIgnoredCount() - Method in class org.overlord.rtgov.ui.client.model.BatchRetryResult
 
getImplementation() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
getIncludeHeaders() - Method in class org.overlord.rtgov.activity.processor.SerializeInformationTransformer
This method indicates whether headers will be included with the serialized representation.
getIndex() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method returns the index.
getIndex() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method returns the index.
getInformationProcessor(String) - Method in class org.overlord.rtgov.activity.processor.AbstractInformationProcessorManager
This method returns the information processor associated with the supplied name.
getInformationProcessor(String) - Method in interface org.overlord.rtgov.activity.processor.InformationProcessorManager
This method returns the information processor associated with the supplied name.
getInformationProcessorManager() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method gets the information processor manager.
getInformationProcessorManager() - Static method in class org.overlord.rtgov.activity.processor.InformationProcessorManagerAccessor
This method returns the information processor manager.
getInitConsumers() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method determines whether consumers should be initialized.
getInitialServices(Collection<ServiceDefinition>) - Static method in class org.overlord.rtgov.service.dependency.ServiceDependencyBuilder
This method returns the set of service definitions that initiate business activity (i.e.
getInsertType() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method gets the insert type for the JMX MBean.
getInsertType(Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method returns the type associated with the value.
getInsertTypeScript() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method gets the insert type script for the JMX MBean.
getInstanceId() - Method in class org.overlord.rtgov.activity.model.bpm.BPMActivityType
This method gets the instance id.
getInterface() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method gets the interface.
getInterface() - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
This method gets the interface.
getInterface() - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method gets the interface.
getInterface() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method gets the interface.
getInterface(String) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method returns the interface associated with the supplied name, if defined within the service definition.
getInterface() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the interface that is being called.
getInterfaces() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method returns the list of interfaces associated with the service.
getInternal() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method identifies whether the service is internal.
getInternal() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method identifies whether the service is internal.
getInternal() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method identifies whether the service is internal.
getInvocation(String, String, String) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method returns the invocation associated with the supplied interface, operation and optional fault.
getInvocation(String, String, String, String) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method returns the invocation associated with the supplied interface, service type, operation and optional fault.
getInvocationLink(OperationNode, OperationNode) - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the invocation link associated with the supplied source and target operation nodes.
getInvocationLinks() - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the service invocation links.
getInvocations() - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method returns the list of invocations associated with the operation.
getInvocations() - Method in class org.overlord.rtgov.service.dependency.InvocationLink
This method returns the invocation definitions for the operation being invoked.
getInvocations() - Method in class org.overlord.rtgov.service.dependency.UsageLink
This method returns the invocation definitions for the service being used.
getInvocationSeverity(List<InvocationDefinition>) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the invocation metrics associated with the supplied invocation definitions.
getItemExpiration() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the item expiration duration.
getItemExpiration() - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionMBean
This method returns the item expiration duration.
getItemExpiration() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the item expiration duration.
getItemsPerPage() - Method in class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
 
getItemsPerPage() - Method in class org.overlord.rtgov.ui.client.model.SituationResultSetBean
 
getJNDIName() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method gets the JNDI name for the mail session.
getJpaStore() - Method in class org.overlord.rtgov.ep.jpa.JPAEventProcessor
This method returns the JPA Store.
getKey() - Method in class org.overlord.rtgov.active.collection.ActiveMap.Entry
This method gets the key.
getKey() - Method in class org.overlord.rtgov.active.collection.command.ActiveChangeNotification
This method returns the key.
getLastAccessed() - Method in class org.overlord.rtgov.epn.Network
This method returns the date/time the network was last accessed.
getLastAccessed() - Method in interface org.overlord.rtgov.epn.NetworkMBean
This method returns the date/time the network was last accessed.
getLazy() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns whether the active collection associated with this source should be created lazily or upon registration.
getLevel() - Method in class org.overlord.rtgov.activity.model.app.LogMessage
This method gets the level.
getList(String) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionContext
This method returns the named active list.
getList(String) - Method in class org.overlord.rtgov.active.collection.DefaultActiveCollectionContext
This method returns the named active list.
getList(String) - Method in class org.overlord.rtgov.active.collection.service.ActiveCollectionService
This method returns the active list associated with the supplied name.
getList(String) - Method in interface org.overlord.rtgov.client.CollectionManager
This method returns the active list associated with the supplied name.
getList(String) - Method in class org.overlord.rtgov.client.DefaultCollectionManager
This method returns the active list associated with the supplied name.
getListener() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier.NotificationDetails
The listener.
getListener() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger.NotificationDetails
The listener.
getLocale() - Method in class org.overlord.rtgov.ui.server.i18n.AbstractMessages
Gets the locale to use when finding a bundle.
getLocalName(String) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the local name associated with the supplied fully qualified name.
getLocalPart() - Method in class org.overlord.rtgov.ui.client.model.QName
 
getMaintenanceScript() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method gets the maintenance script.
getManager() - Method in class org.overlord.rtgov.activity.server.epn.EPNActivityNotifier
This method returns the Event Processor Network Manager.
getMap(String) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionContext
This method returns the named active map.
getMap() - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method returns the map.
getMap(String) - Method in class org.overlord.rtgov.active.collection.DefaultActiveCollectionContext
This method returns the named active map.
getMap(String) - Method in class org.overlord.rtgov.active.collection.service.ActiveCollectionService
This method returns the active map associated with the supplied name.
getMap(String) - Method in interface org.overlord.rtgov.client.CollectionManager
This method returns the active map associated with the supplied name.
getMap(String) - Method in class org.overlord.rtgov.client.DefaultCollectionManager
This method returns the active map associated with the supplied name.
getMax() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the maximum duration.
getMax() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method returns the maximum duration.
getMaxChange() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the maximum duration change (if applicable).
getMaxItems() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the maximum number of items that should be contained within the active collection.
getMaxItems() - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionMBean
This method returns the maximum number of items that should be contained within the active collection.
getMaxItems() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the maximum number of items that should be contained within the active collection.
getMaxItems() - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method returns the maximum number of items that should be included in the query result, or 0 if unrestricted.
getMaxRetries() - Method in class org.overlord.rtgov.epn.Node
This method returns the maximum number of retries for processing an event.
getMaxTimeInterval() - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method returns the maximum time interval that should be logged within a single batch.
getMaxTimeInterval() - Method in interface org.overlord.rtgov.activity.collector.BatchedActivityUnitLoggerMBean
This method returns the maximum time interval that should be logged within a single batch.
getMaxUnitCount() - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method returns the maximum number of activity units that should be logged within a single batch.
getMaxUnitCount() - Method in interface org.overlord.rtgov.activity.collector.BatchedActivityUnitLoggerMBean
This method returns the maximum number of messages that should be logged within a single batch.
getMergedMetrics(List<InvocationDefinition>) - Static method in class org.overlord.rtgov.service.dependency.ServiceDependencyBuilder
This method returns a merged invocation metric value associated with the supplied invocation definitions.
getMessage() - Method in class org.overlord.rtgov.activity.model.app.LogMessage
This method gets the message.
getMessage() - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
getMessage() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
This method returns the optional request message associated with the situation.
getMessageId() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method gets the message id.
getMessageType() - Method in class org.overlord.rtgov.activity.model.common.MessageExchange
This method gets the message type.
getMessageWidget() - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
getMetrics() - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
This method returns the aggregated invocation metric information from the operations.
getMetrics() - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method returns the metrics for the invocation definition.
getMetrics() - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method returns the invocation metric information.
getMetrics() - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method returns the aggregated invocation metric information from the normal and fault responses.
getMetrics() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method returns the aggregated invocation metric information from the interfaces.
getMin() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the minimum duration.
getMin() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method returns the minimum duration.
getMinChange() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method returns the minimum duration change (if applicable).
getMonday() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the working day for Monday.
getMonth() - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method returns the month.
getName() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the name of the active collection.
getName() - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionMBean
This method returns the name of the active collection.
getName() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource.DerivedDefinition
This method gets the name of the derived collection.
getName() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the name of the active collection associated with this source.
getName() - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
This method returns the name of the information processor.
getName() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
This method gets the property name.
getName() - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method returns the name of the activity validator.
getName() - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method gets the operation name.
getName() - Method in class org.overlord.rtgov.epn.Network
This method returns the name of the network.
getName() - Method in interface org.overlord.rtgov.epn.NetworkMBean
This method returns the name of the network.
getName() - Method in class org.overlord.rtgov.epn.Node
This method returns the node name.
getName() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the name of the calendar.
getName() - Method in class org.overlord.rtgov.reports.model.Section
This method returns the name.
getName() - Method in class org.overlord.rtgov.reports.ReportDefinition
This method returns the name of the report.
getName() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
getName() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
getName() - Method in class org.overlord.rtgov.ui.client.model.NameValuePairBean
 
getName() - Method in class org.overlord.rtgov.ui.client.model.ReferenceBean
 
getName() - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
getName() - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
getName() - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
getName() - Method in class org.overlord.rtgov.ui.provider.ActionProvider
This method returns the name of the action.
getName() - Method in class org.overlord.rtgov.ui.provider.ResubmitActionProvider
This method returns the name of the action.
getName() - Method in interface org.overlord.rtgov.ui.provider.ServicesProvider
This method returns the name of the provider.
getName() - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
This method returns the name of the provider.
getNamespaces() - Method in class org.overlord.rtgov.activity.processor.xpath.XPathExpressionEvaluator
This method gets the map of prefixes to namespaces.
getNamespaceURI() - Method in class org.overlord.rtgov.ui.client.model.QName
 
getNetwork(String, String) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method returns the network associated with the supplied name.
getNetworkName() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method returns the network name.
getNetworkName() - Method in class org.overlord.rtgov.epn.jms.JMSChannel
This method returns the network name.
getNetworks() - Method in class org.overlord.rtgov.epn.AbstractEPNManager.NetworkList
This method returns the list of networks.
getNetworksForSubject(String) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method returns the list of networks that subscribe to the supplied subject.
getNode() - Method in interface org.overlord.rtgov.activity.collector.CollectorContext
This method returns the name of the node.
getNode() - Method in class org.overlord.rtgov.activity.model.Origin
This method gets the name of the node.
getNode(String, String, String) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method returns the node associated with the supplied network and node name.
getNode(String) - Method in class org.overlord.rtgov.epn.Network
This method returns the node associated with the supplied name.
getNodeName() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method returns the node name.
getNodeName() - Method in class org.overlord.rtgov.epn.Subscription
This method gets the node name.
getNodes() - Method in class org.overlord.rtgov.epn.Network
This method returns the event processor nodes.
getNodesForSubject(String) - Method in class org.overlord.rtgov.epn.Network
This method returns the list of nodes associated with the specified subject.
getNotificationChannel(Network, String) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
This method returns the notification channel associated with the supplied network and source.
getNotificationChannel(Network, String) - Method in interface org.overlord.rtgov.epn.EPNContainer
This method returns the notification channel associated with the supplied network and source.
getNotificationChannel(Network, String) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl.JMSEPNContainer
This method returns the notification channel associated with the supplied network and source.
getNotificationInfo() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
getNotificationInfo() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
getNotifications() - Method in class org.overlord.rtgov.epn.Node
This method returns the list of notifications.
getNotificationsDestination() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method returns the notifications destination.
getNotificationsDestinationName() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method returns the notifications destination name.
getObjectName() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method gets the object name for the JMX MBean.
getObjectName() - Method in interface org.overlord.rtgov.active.collection.jmx.JMXNotifierMBean
This method gets the object name for the JMX MBean.
getOperation() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method gets the operation.
getOperation(String) - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
This method returns the operation associated with the supplied name, if defined within the interface definition.
getOperation() - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method gets the operation.
getOperation() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method gets the operation.
getOperation() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the name of the operation that is being called.
getOperation() - Method in class org.overlord.rtgov.service.dependency.OperationNode
This method returns the operation.
getOperation(String) - Method in class org.overlord.rtgov.service.dependency.ServiceNode
This method returns the operation node associated with the supplied name.
getOperation() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getOperations() - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
This method returns the list of operations associated with the interface.
getOperations() - Method in class org.overlord.rtgov.service.dependency.ServiceNode
This method returns the operation nodes.
getOptional() - Method in class org.overlord.rtgov.activity.processor.ExpressionEvaluator
This method gets whether the value being obtained is optional.
getOrigin() - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method gets the origin.
getPage() - Method in class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
getParameter(String) - Method in interface org.overlord.rtgov.ep.EPContext
This method returns the named parameter if available.
getParameters() - Method in class org.overlord.rtgov.ep.EventProcessor
This method returns the map of names to parameters.
getParent() - Method in class org.overlord.rtgov.active.collection.ActiveCollection.ActiveCollectionAdapter
The parent active collection.
getParent() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the parent active collection.
getParent() - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method returns the name of the parent collection.
getPassword() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method returns the password.
getPendingActivityUnits() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method returns the size of the queue containing activity units pending storage.
getPendingActivityUnits() - Method in interface org.overlord.rtgov.activity.collector.activity.server.ActivityServerLoggerMBean
This method returns the size of the queue containing activity units pending storage.
getPercentage() - Method in class org.overlord.rtgov.call.trace.model.TraceNode
This method returns the percentage of time taken by this task within a parent call scope.
getPercentage() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getPredicate() - Method in class org.overlord.rtgov.active.collection.ActiveCollection.ActiveCollectionAdapter
The predicate.
getPredicate() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the predicate.
getPredicate() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource.DerivedDefinition
This method gets the predicate for the derived collection.
getPredicate() - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method returns the optional predicate.
getPredicate() - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method gets the optional predicate that can be used to assess whether a supplied activity is applicable to the validator.
getPredicate() - Method in class org.overlord.rtgov.epn.Node
This method returns the optional predicate that can be used to filter the source events that should be processed.
getPrincipal() - Method in class org.overlord.rtgov.activity.model.ActivityType
This method gets the principal associated with the activity event.
getPrincipal() - Method in class org.overlord.rtgov.activity.model.Origin
This method gets the principal.
getPrincipal() - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method gets the principal.
getPrincipal() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the principal.
getPrincipal() - Method in class org.overlord.rtgov.ui.client.model.MessageBean
 
getPrincipal() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getProcessedCount() - Method in class org.overlord.rtgov.ui.client.model.BatchRetryResult
 
getProcessType() - Method in class org.overlord.rtgov.activity.model.bpm.BPMActivityType
This method gets the process type.
getProperties() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource.DerivedDefinition
This method returns the properties.
getProperties() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the properties.
getProperties() - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method returns the additional properties.
getProperties() - Method in class org.overlord.rtgov.activity.model.ActivityType
This method gets the properties.
getProperties() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method returns the property evaluators.
getProperties() - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method gets the properties.
getProperties() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method gets the properties.
getProperties() - Method in class org.overlord.rtgov.analytics.situation.Situation
getProperties() - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
 
getProperties() - Method in class org.overlord.rtgov.call.trace.model.TraceNode
This method returns the properties of the task.
getProperties() - Method in class org.overlord.rtgov.common.util.DefaultRTGovPropertiesProvider
This method returns the properties.
getProperties() - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the Runtime Governance properties.
getProperties() - Method in interface org.overlord.rtgov.common.util.RTGovPropertiesProvider
This method returns the Runtime Governance properties.
getProperties() - Method in class org.overlord.rtgov.reports.model.Tabular.Summary
This method returns the properties.
getProperties() - Method in class org.overlord.rtgov.service.dependency.OperationNode
This method returns the properties associated with the node.
getProperties() - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the properties associated with the graph.
getProperties() - Method in class org.overlord.rtgov.service.dependency.ServiceNode
This method returns the properties associated with the node.
getProperties() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
getProperties() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getProperties() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getPropertiesProvider() - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method gets the Runtime Governance properties.
getProperty(String, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the value of a name property.
getProperty(String) - Method in class org.overlord.rtgov.common.util.DefaultRTGovPropertiesProvider
This method returns the property associated with the supplied name.
getProperty(String) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the named property.
getProperty(String, String) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the named property.
getProperty(String) - Method in interface org.overlord.rtgov.common.util.RTGovPropertiesProvider
This method returns the property associated with the supplied name.
getPropertyAsBoolean(String) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the named property as a boolean.
getPropertyAsBoolean(String, Boolean) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the named property as a boolean.
getPropertyAsInteger(String) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the named property as an integer.
getPropertyAsInteger(String, Integer) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the named property as an integer.
getPropertyAsLong(String) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the named property as an long.
getPropertyAsLong(String, Long) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method returns the named property as an long.
getQueryBuilder(SituationsQuery) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
 
getRandom() - Method in class org.overlord.rtgov.ep.keyvaluestore.KeyValueStoreEventProcessor
This method generates a random string.
getReason() - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method gets the reason.
getReason() - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method returns the reason for exclusion.
getReference(String) - Method in class org.overlord.rtgov.ui.provider.AbstractServicesProvider
This method returns the reference details for the supplied unique id.
getReference(String) - Method in interface org.overlord.rtgov.ui.provider.ServicesProvider
This method returns the reference details for the supplied unique id.
getReferenceId() - Method in class org.overlord.rtgov.ui.client.model.ReferenceBean
 
getReferenceId() - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
getReferenceInterface() - Method in class org.overlord.rtgov.ui.client.model.ReferenceBean
 
getReferences() - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
getRegister() - Method in class org.overlord.rtgov.active.collection.command.ActiveCollectionCommand
This method returns the Register command.
getRemoveType() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method gets the remove type for the JMX MBean.
getRemoveType(Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method returns the type associated with the value.
getRemoveTypeScript() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method gets the remove type script for the JMX MBean.
getReplyToId() - Method in class org.overlord.rtgov.activity.model.soa.ResponseReceived
This method gets the 'reply to' message id.
getReplyToId() - Method in class org.overlord.rtgov.activity.model.soa.ResponseSent
This method gets the 'reply to' message id.
getReportDefinitions() - Method in class org.overlord.rtgov.reports.AbstractReportManager
Deprecated.
This method returns a list of registered report definitions.
getReportDefinitions() - Method in interface org.overlord.rtgov.reports.ReportManager
Deprecated.
This method returns a list of registered report definitions.
getReportDefinitionType() - Method in class org.overlord.rtgov.reports.MVELReportGenerator
getReportManager() - Static method in class org.overlord.rtgov.reports.ReportManagerAccessor
Deprecated.
This method returns the report manager.
getReportManager() - Method in class org.overlord.rtgov.reports.rest.RESTReportServer
This method returns the report manager.
getReportManager() - Method in class org.overlord.rtgov.reports.rest.RESTReportServerApplication
This method returns the report manager.
getReportType() - Method in class org.overlord.rtgov.reports.MVELReportGenerator
getRequest() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the request content.
getRequest() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getRequestFault(String) - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method returns the fault associated with the supplied name, if defined within the operation definition.
getRequestFaults() - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method returns the list of faults associated with the operation.
getRequestId() - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method gets the request activity type id.
getRequestId() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the request activity type id.
getRequestLatency() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the request latency.
getRequestLatency() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getRequestResponse() - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method gets the normal response details.
getResolutionState() - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method returns the resolution state.
getResolutionState() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
getResolutionState() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getResponse() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the response content.
getResponse() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getResponseId() - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method gets the response activity type id.
getResponseId() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the response activity type id.
getResponseLatency() - Method in class org.overlord.rtgov.call.trace.model.Call
This method returns the response latency.
getResponseLatency() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getResponseSize() - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method sets the response size.
getResubmissionFailureTotalCount() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getResubmitFailures(String) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
Retrieve the resubmission failures for the specified situation.
getResubmittedSituationId() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
This method returns the resubmitted situation id.
getResultHandler() - Method in class org.overlord.rtgov.ep.EventProcessor
This method returns the result handler.
getRetryInterval() - Method in class org.overlord.rtgov.epn.Node
This method returns the retry interval.
getRootNode() - Method in class org.overlord.rtgov.service.dependency.ServiceTree
Deprecated.
This method returns the root node.
getRows() - Method in class org.overlord.rtgov.reports.model.Tabular
This method returns the rows.
getRuleName() - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method returns the rule name.
getSaturday() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the working day for Saturday.
getSchedule() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method returns the schedule.
getSchedule() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method returns the schedule.
getScheduledInterval() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method gets the scheduled interval.
getScheduledScript() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method gets the scheduled script.
getScript() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method returns the script evaluator.
getScript() - Method in class org.overlord.rtgov.ep.mvel.MVELEventProcessor
This method returns the script.
getScript() - Method in class org.overlord.rtgov.ep.mvel.MVELPredicate
This method returns the script.
getScriptLocation() - Method in class org.overlord.rtgov.reports.MVELReportGenerator
This method returns the script location.
getScriptLocation() - Method in class org.overlord.rtgov.service.dependency.presentation.MVELSeverityAnalyzer
This method returns the script location.
getSections() - Method in class org.overlord.rtgov.reports.model.Report
This method returns the sections of the report.
getServerPassword() - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method gets the password for the Activity Server.
getServerURL() - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method gets the URL of the Activity Server.
getServerUsername() - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method gets the username for the Activity Server.
getService(String) - Method in interface org.overlord.rtgov.ep.EPContext
This method returns the named service if available.
getService(String) - Method in interface org.overlord.rtgov.reports.ReportContext
This method locates a service based on the supplied name.
getService(Class<?>) - Method in interface org.overlord.rtgov.reports.ReportContext
This method locates a service based on the supplied type.
getService() - Method in class org.overlord.rtgov.service.dependency.OperationNode
This method returns the service definition.
getService() - Method in class org.overlord.rtgov.service.dependency.ServiceNode
This method returns the service definition.
getService(String) - Method in interface org.overlord.rtgov.ui.provider.ServicesProvider
This method returns the service details associated with a unique id.
getServiceClients(ServiceDefinition, Collection<ServiceDefinition>) - Static method in class org.overlord.rtgov.service.dependency.ServiceDependencyBuilder
This method returns the set of services that are clients to the supplied service interface.
getServiceGraph() - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
getServiceGraphLayout() - Static method in class org.overlord.rtgov.service.dependency.layout.LayoutFactory
This method returns the service graph layout algorithm.
getServiceId() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
getServiceId() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
getServiceId() - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
getServiceId() - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
getServiceImplementation() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
getServiceInterface() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
getServiceInterface() - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
getServiceName() - Method in class org.overlord.rtgov.ui.client.model.ServicesFilterBean
 
getServiceNode(String) - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the service node associated with the supplied service interface.
getServiceNodeForInterface(String) - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the service node associated with the supplied service interface.
getServiceNodes() - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the service nodes.
getServices() - Method in class org.overlord.rtgov.ep.EventProcessor
This method returns the map of names to services.
getServices() - Method in class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
 
getServiceType() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method gets the optional service type.
getServiceType() - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method gets the optional service type.
getServiceType() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method gets the service type.
getServiceType() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method gets the service type.
getSeverity() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method returns the severity value.
getSeverity() - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method returns the severity.
getSeverity(Object, InvocationMetric, List<InvocationMetric>) - Method in class org.overlord.rtgov.service.dependency.presentation.MVELSeverityAnalyzer
This method returns the severity relevant for the supplied metric information.
getSeverity(Object, InvocationMetric, List<InvocationMetric>) - Method in interface org.overlord.rtgov.service.dependency.presentation.SeverityAnalyzer
This method returns the severity relevant for the supplied metric information.
getSeverity() - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
getSeverity() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
getSeverity() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getSeverityAnalyzer() - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the color selector.
getSingletons() - Method in class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServerApplication
getSingletons() - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServerApplication
getSingletons() - Method in class org.overlord.rtgov.reports.rest.RESTReportServerApplication
getSituation(String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method returns the situation associated with the supplied id.
getSituation(String) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
This method returns the situation associated with the supplied id.
getSituation(String) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
Fetches a full situation by its id.
getSituationId() - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
getSituationId() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getSituationProperties() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method gets the properties.
getSituations(SituationsQuery) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method returns the list of situations that meet the criteria specified in the query.
getSituations(SituationsQuery) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
This method returns the list of situations that meet the criteria specified in the query.
getSituations(SituationsQuery) - Method in class org.overlord.rtgov.analytics.situation.store.mem.MemSituationStore
This method returns the list of situations that meet the criteria specified in the query.
getSituations(SituationsQuery) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
This method returns the list of situations that meet the criteria specified in the query.
getSituations() - Method in class org.overlord.rtgov.service.dependency.OperationNode
This method returns the situations associated with the node.
getSituations() - Method in class org.overlord.rtgov.service.dependency.ServiceNode
This method returns the situations associated with the node.
getSituations() - Method in class org.overlord.rtgov.ui.client.model.SituationResultSetBean
 
getSituationSeverityColor(Situation.Severity) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the color associated with the supplied situation severity.
getSituationsForSeverity(Situation.Severity, List<Situation>) - Static method in class org.overlord.rtgov.analytics.situation.Situation
This method filters the list of situations based on severity.
getSituationStore() - Static method in class org.overlord.rtgov.analytics.situation.store.SituationStoreFactory
This method returns an instance of the SituationStore interface.
getSituationText(Situation) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the text to display for the supplied situation.
getSize() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the size of the active collection.
getSize() - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionMBean
This method returns the number of elements in the collection.
getSize() - Method in class org.overlord.rtgov.active.collection.ActiveList
This method returns the size of the active collection.
getSize() - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method returns the size of the active collection.
getSOAActivity(Class<?>, String, String) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method identifies the RPC activity associated with the specified class, service type and operation.
getSortColumnId() - Method in class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
getSource() - Method in class org.overlord.rtgov.service.dependency.InvocationLink
This method returns the source operation node.
getSource() - Method in class org.overlord.rtgov.service.dependency.UsageLink
This method returns the source service node.
getSourceNode() - Method in class org.overlord.rtgov.epn.jms.JMSChannel
This method returns the source node.
getSourceNodes() - Method in class org.overlord.rtgov.epn.Node
This method returns the list of source nodes.
getStartHour() - Method in class org.overlord.rtgov.reports.model.Calendar.WorkingDay
This method returns the start hour.
getStartIndex() - Method in class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
 
getStartIndex() - Method in class org.overlord.rtgov.ui.client.model.SituationResultSetBean
 
getStartMinute() - Method in class org.overlord.rtgov.reports.model.Calendar.WorkingDay
This method returns the start minute.
getState() - Method in class org.overlord.rtgov.ui.client.model.BindingBean
 
getStatus() - Method in class org.overlord.rtgov.activity.model.bpm.ProcessCompleted
This method gets the status.
getStatus(ActivityType) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method determines the status for the supplied activity type.
getStatus() - Method in class org.overlord.rtgov.call.trace.model.TraceNode
This method returns the status.
getStatus() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getStyle() - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method returns the style that should be used for returning the result.
getStyleSheet() - Method in class org.overlord.rtgov.activity.processor.xslt.XSLTInformationTransformer
This method returns the stylesheet.
getSubject() - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
This method gets the subject.
getSubject() - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method gets the subject.
getSubject() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method gets the subject.
getSubject() - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method returns the subject.
getSubject() - Method in class org.overlord.rtgov.epn.jms.JMSChannel
This method returns the subject.
getSubject() - Method in class org.overlord.rtgov.epn.Notification
This method gets the subject.
getSubject() - Method in class org.overlord.rtgov.epn.Subscription
This method gets the subject.
getSubject() - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
getSubject() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
getSubject() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getSubjectScript() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method returns the subject script.
getSubscriptions() - Method in class org.overlord.rtgov.epn.Network
This method returns the list of subscriptions that the network will subscribe to for events.
getSummary() - Method in class org.overlord.rtgov.reports.model.Tabular
This method returns the summary.
getSunday() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the working day for Sunday.
getTarget() - Method in class org.overlord.rtgov.service.dependency.InvocationLink
This method returns the target operation node.
getTarget() - Method in class org.overlord.rtgov.service.dependency.UsageLink
This method returns the target service node.
getTaskDescriptor(ActivityType) - Static method in class org.overlord.rtgov.call.trace.descriptors.TaskDescriptorFactory
This method returns a task descriptor appropriate for the supplied activity type.
getTasks() - Method in class org.overlord.rtgov.call.trace.model.CallTrace
This method returns the tasks.
getTasks() - Method in class org.overlord.rtgov.call.trace.model.ParentNode
This method returns the tasks.
getTasks() - Method in class org.overlord.rtgov.ui.client.model.CallTraceBean
 
getTasks() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getTasksStack() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method returns the tasks stack.
getThread() - Method in class org.overlord.rtgov.activity.model.Origin
This method gets the thread.
getThursday() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the working day for Thursday.
getTimeframe() - Method in class org.overlord.rtgov.activity.model.Context
This method returns the timeframe.
getTimeframe() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method returns the timeframe (in milliseconds) associated with a "Link" context type.
getTimestamp() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method returns the current date/time.
getTimestamp() - Method in class org.overlord.rtgov.activity.model.ActivityType
This method gets the timestamp.
getTimestamp() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method returns the timestamp.
getTimestamp() - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method returns the timestamp.
getTimestamp() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method returns the timestamp.
getTimestamp() - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
getTimestamp() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getTimestampFrom() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
getTimestampTo() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
getTimeZone() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the optional timezone of the calendar.
getTitle() - Method in class org.overlord.rtgov.reports.model.Report
This method returns the title of the report.
getTitle() - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
getTo() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method gets the 'to' email addresses.
getTopLevelAUs(CallTraceServiceImpl.CTState) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method identifies the top level activity units that contain receive request activities, with no corresponding send request.
getTotalResults() - Method in class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
 
getTotalResults() - Method in class org.overlord.rtgov.ui.client.model.SituationResultSetBean
 
getToTimestamp() - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This method gets the 'to' timestamp.
getToTimestamp() - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method returns the to timestamp.
getTransactionManager() - Method in interface org.overlord.rtgov.activity.collector.CollectorContext
This method returns the transaction manager, if available.
getTransformer() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method returns the information transformer used to derived the public representation of the information.
getTriggerActivities() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method returns the map of call to trigger activity.
getTruncate() - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method returns which part of the collection should be truncated if the collection contains more items than can be returned in the query result.
getTuesday() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the working day for Tuesday.
getType() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the active collection type associated with the source.
getType() - Method in class org.overlord.rtgov.active.collection.command.ActiveChangeNotification
This method returns the active change type.
getType() - Method in class org.overlord.rtgov.activity.model.Context
This method returns the type.
getType() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method gets the context type.
getType() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method gets the situation type.
getType() - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method returns the type.
getType() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method returns the index.
getType() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method returns the index.
getType() - Method in class org.overlord.rtgov.epn.Notification
This method gets the node name.
getType() - Method in class org.overlord.rtgov.ui.client.model.BindingBean
 
getType() - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
getType() - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
getType() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
getType() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
getType() - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
getTypeProcessors() - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
The map of types to processors.
getUnitId() - Method in class org.overlord.rtgov.activity.model.ActivityType
This method gets the activity unit id.
getUnitId() - Method in class org.overlord.rtgov.activity.model.ActivityTypeId
This method gets the activity unit id.
getUnitIndex() - Method in class org.overlord.rtgov.activity.model.ActivityType
This method sets the index of the activity type within the activity unit.
getUnitIndex() - Method in class org.overlord.rtgov.activity.model.ActivityTypeId
This method sets the index of the activity type within the activity unit.
getUnregister() - Method in class org.overlord.rtgov.active.collection.command.ActiveCollectionCommand
This method returns the Unregister command.
getUpdateType() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method gets the update type for the JMX MBean.
getUpdateType(Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method returns the type associated with the value.
getUpdateTypeScript() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method gets the update type script for the JMX MBean.
getUsageLink(ServiceNode, ServiceNode) - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the usage link associated with the supplied source and target service nodes.
getUsageLinks() - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method returns the service usage links.
getUsername() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method returns the username.
getUuid() - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
getValidationListener() - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method returns the validation listener.
getValue() - Method in class org.overlord.rtgov.active.collection.ActiveMap.Entry
This method gets the value.
getValue() - Method in class org.overlord.rtgov.active.collection.command.ActiveChangeNotification
This method returns the value.
getValue() - Method in class org.overlord.rtgov.activity.model.Context
This method returns the value.
getValue() - Method in class org.overlord.rtgov.ui.client.model.NameValuePairBean
 
getValues() - Method in class org.overlord.rtgov.reports.model.Tabular.Row
This method returns the values.
getValues() - Method in class org.overlord.rtgov.reports.model.Tabular.Summary
This method returns the values.
getVariableName() - Method in class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
This method gets the variable name.
getVariables() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the interval variables that can be used by scripts to cache information used between invocations.
getVariableType() - Method in class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
This method gets the variable type.
getVariableValue() - Method in class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
This method gets the variable value.
getVersion() - Method in class org.overlord.rtgov.activity.model.bpm.ProcessStarted
This method gets the version.
getVersion() - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
This method returns the version of the information processor.
getVersion() - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method returns the version of the activity validator.
getVersion(String) - Method in class org.overlord.rtgov.epn.AbstractEPNManager.NetworkList
This method returns the network instance associated with the supplied version.
getVersion() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method returns the network version.
getVersion() - Method in class org.overlord.rtgov.epn.jms.JMSChannel
This method returns the version.
getVersion() - Method in class org.overlord.rtgov.epn.Network
This method returns the version associated with the network.
getVersion() - Method in interface org.overlord.rtgov.epn.NetworkMBean
This method returns the version associated with the network.
getVersion() - Method in class org.overlord.rtgov.reports.ReportDefinition
This method returns the version of the report.
getVisibility() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method returns the visibility.
getVisibility() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the active collection visibility associated with the source.
getWednesday() - Method in class org.overlord.rtgov.reports.model.Calendar
This method returns the working day for Wednesday.
getWorkingDuration(long, long) - Method in class org.overlord.rtgov.reports.model.Calendar
This method calculates the number of milliseconds of working time during the supplied timestamps.
getYear() - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method returns the year.

H

handle(Object) - Method in interface org.overlord.rtgov.ep.EPContext
This method is used to pass a result, obtained from processing an event, back to the environment managing the event processing.
handle(Serializable) - Method in interface org.overlord.rtgov.ep.ResultHandler
This method is invoked to handle the supplied result from an asynchronous executed event processor.
handleEvents(String, EventList) - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource.EPNACSNotificationListener
This method notifies the listener when a situation occurs on the subject for the identified network/version/node concerning a list of events.
handleEvents(String, EventList) - Method in class org.overlord.rtgov.epn.ContextualNotificationListener
This method notifies the listener when a situation occurs on the subject for the identified network/version/node concerning a list of events.
handleEventsMessage(Message) - Method in interface org.overlord.rtgov.epn.jms.JMSEPNManager
This method handles an events message received via JMS.
handleEventsMessage(Message) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method handles an events message received via JMS.
handleNotificationsMessage(Message) - Method in interface org.overlord.rtgov.epn.jms.JMSEPNManager
This method handles a notification message received via JMS.
handleNotificationsMessage(Message) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method handles a notification message received via JMS.
hasActiveCollection() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method determines whether the source has an associated active collection.
hashCode() - Method in class org.overlord.rtgov.activity.model.ActivityTypeId
hashCode() - Method in class org.overlord.rtgov.activity.model.Context
hashCode() - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
hashCode() - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
hashCode() - Method in class org.overlord.rtgov.analytics.service.RequestFaultDefinition
hashCode() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
hashCode() - Method in class org.overlord.rtgov.analytics.situation.Situation
hashCode() - Method in class org.overlord.rtgov.service.dependency.InvocationLink
hashCode() - Method in class org.overlord.rtgov.service.dependency.UsageLink
hashCode() - Method in class org.overlord.rtgov.ui.client.model.BindingBean
 
hashCode() - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
hashCode() - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
hashCode() - Method in class org.overlord.rtgov.ui.client.model.ServicesFilterBean
 
hashCode() - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
hashCode() - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
hashCode() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
hashCode() - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
hasMessage() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
Header() - Constructor for class org.overlord.rtgov.reports.model.Tabular.Header
 
HEADER_FORMAT_PROPERTY_PREFIX - Static variable in class org.overlord.rtgov.activity.model.ActivityType
Property representing the original message value format.
HEIGHT - Static variable in interface org.overlord.rtgov.service.dependency.layout.ServiceGraphLayout
This property defines the height.
HOST_PROPERTY - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Host property.
HouseKeeper() - Constructor for class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager.HouseKeeper
This is the constructor.

I

ignore(IgnoreSubject) - Method in class org.overlord.rtgov.situation.manager.DefaultSituationManager
Deprecated.
This method causes the supplied situation subject to be ignored.
ignore(IgnoreSubject) - Method in interface org.overlord.rtgov.situation.manager.SituationManager
Deprecated.
This method causes the supplied situation subject to be ignored.
IgnoreSubject - Class in org.overlord.rtgov.analytics.situation
This class represents a situation subject that should be ignored.
IgnoreSubject() - Constructor for class org.overlord.rtgov.analytics.situation.IgnoreSubject
 
InfinispanActiveCollectionFactory - Class in org.overlord.rtgov.active.collection.infinispan
This class provides the infinispan implementation of the ActiveCollectionFactory.
InfinispanActiveCollectionFactory() - Constructor for class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveCollectionFactory
 
InfinispanActiveMap - Class in org.overlord.rtgov.active.collection.infinispan
This class represents an infinispan specific active map implementation.
InfinispanActiveMap(ActiveCollectionSource, Map<Object, Object>) - Constructor for class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveMap
This constructor initializes the active map.
InfinispanActiveMap.InfinispanCacheListener - Class in org.overlord.rtgov.active.collection.infinispan
This class represents the infinispan cache listener.
InfinispanCacheListener() - Constructor for class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveMap.InfinispanCacheListener
 
InfinispanCacheManager - Class in org.overlord.rtgov.common.infinispan.service
This class represents the Infinispan implementation of the CacheManager interface.
InfinispanCacheManager() - Constructor for class org.overlord.rtgov.common.infinispan.service.InfinispanCacheManager
The default constructor.
InfinispanManager - Class in org.overlord.rtgov.common.infinispan
This class provides utility functions for working with Infinispan.
InformationProcessor - Class in org.overlord.rtgov.activity.processor
This class provides an information processor that is based on a set of expressions used to extract relevant data from the supplied information.
InformationProcessor() - Constructor for class org.overlord.rtgov.activity.processor.InformationProcessor
 
InformationProcessorManager - Interface in org.overlord.rtgov.activity.processor
This interface manages a set of InformationProcessor implementations.
InformationProcessorManagerAccessor - Class in org.overlord.rtgov.activity.processor
This class provides access to the Information Processor Manager once an appropriate implementation has been independently instantiated.
InformationProcessorUtil - Class in org.overlord.rtgov.activity.util
This class provides utility functions for the information processor model.
InformationTransformer - Class in org.overlord.rtgov.activity.processor
This abstract class represents an information transformer.
InformationTransformer() - Constructor for class org.overlord.rtgov.activity.processor.InformationTransformer
 
init() - Method in class org.overlord.rtgov.active.collection.AbstractActiveChangeListener
This method initializes the active change listener.
init() - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method initializes the Active Collection Manager.
init(ActiveCollectionContext) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method initializes the active collection source.
init() - Method in class org.overlord.rtgov.active.collection.embedded.EmbeddedActiveCollectionManager
This method initializes the Active Collection Manager.
init(ActiveCollectionContext) - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
This method initializes the active collection source.
init() - Method in class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServer
This method initializes the active collection REST service.
init() - Method in class org.overlord.rtgov.active.collection.service.ActiveCollectionService
This method initializes the service.
init() - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer
This method initializes the active collection REST service.
init() - Method in class org.overlord.rtgov.activity.client.jee.JEEActivityCollector
The initialize method.
init() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
Initialize the activity collector.
init() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method initializes the Activity Server Logger.
init() - Method in interface org.overlord.rtgov.activity.collector.ActivityUnitLogger
This method initializes the activity logger.
init() - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method initializes the activity logger.
init() - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method initializes the activity unit and its contained activity events.
init() - Method in class org.overlord.rtgov.activity.processor.AbstractInformationProcessorManager
This method initializes the information processor manager.
init() - Method in class org.overlord.rtgov.activity.processor.ExpressionEvaluator
This method initializes the expression evaluator.
init() - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
Initialize the information processor.
init() - Method in class org.overlord.rtgov.activity.processor.InformationTransformer
This method initializes the information transformer.
init() - Method in class org.overlord.rtgov.activity.processor.mvel.MVELExpressionEvaluator
This method initializes the expression evaluator.
init() - Method in class org.overlord.rtgov.activity.processor.mvel.MVELInformationTransformer
This method initializes the information transformer.
init() - Method in class org.overlord.rtgov.activity.processor.mvel.MVELScriptEvaluator
This method initializes the script evaluator.
init() - Method in class org.overlord.rtgov.activity.processor.ScriptEvaluator
This method initializes the script evaluator.
init() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
Initialize the type processor.
init() - Method in class org.overlord.rtgov.activity.processor.xpath.XPathExpressionEvaluator
This method initializes the expression evaluator.
init() - Method in class org.overlord.rtgov.activity.processor.xslt.XSLTInformationTransformer
This method initializes the information transformer.
init() - Method in class org.overlord.rtgov.activity.server.epn.EPNActivityNotifier
This method initializes the Activity Server to EPN bridge.
init() - Method in class org.overlord.rtgov.activity.server.jms.client.JMSActivityServer
This method initializes the JMS activity server client.
init() - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServer
This method initializes the activity server REST service.
init() - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
Initialize the situation store.
init() - Method in class org.overlord.rtgov.activity.validator.AbstractActivityValidatorManager
This method initializes the activity validator manager.
init() - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
Initialize the activity validator.
init() - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
Initialize the situation store.
init() - Method in class org.overlord.rtgov.client.DefaultActivityReporter
This method initializes the auditor.
init() - Method in class org.overlord.rtgov.client.DefaultActivityValidator
This method initializes the auditor.
init() - Method in class org.overlord.rtgov.client.DefaultCollectionManager
 
init() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
Initialize the client.
init() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method initializes the service.
init() - Method in class org.overlord.rtgov.common.service.Service
This method initializes the service.
init() - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.rtgov.ep.EventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.rtgov.ep.jpa.JPAEventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.rtgov.ep.keyvaluestore.KeyValueStoreEventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.rtgov.ep.mvel.MVELEventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.rtgov.ep.mvel.MVELPredicate
This method initializes the predicate.
init() - Method in class org.overlord.rtgov.ep.Predicate
This method initializes the predicate.
init() - Method in class org.overlord.rtgov.epn.AbstractEPNManager
Initialize the EPNManager.
init() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
The initialize method.
init(EPNContainer) - Method in class org.overlord.rtgov.epn.Network
This method initializes the network.
init() - Method in class org.overlord.rtgov.epn.Node
This method initializes the node.
init() - Method in class org.overlord.rtgov.reports.AbstractReportManager
Deprecated.
This method initializes the report manager.
init() - Method in class org.overlord.rtgov.reports.model.Calendar
This method initializes the calendar.
init() - Method in class org.overlord.rtgov.reports.MVELReportGenerator
This method can be used to initialize the report generator.
init() - Method in class org.overlord.rtgov.reports.ReportDefinition
This method initializes the report definition.
init() - Method in class org.overlord.rtgov.reports.ReportGenerator
This method can be used to initialize the report generator.
init() - Method in class org.overlord.rtgov.reports.rest.RESTReportServer
This method initializes the report server REST service.
init() - Method in class org.overlord.rtgov.service.dependency.presentation.MVELSeverityAnalyzer
This method initializes the color selector.
init(FilterConfig) - Method in class org.overlord.rtgov.ui.server.filters.LocaleFilter
 
initAuth(HttpURLConnection) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method initializes the authentication properties on the supplied URL connection.
initClient(Client) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
 
initContentScript() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
Initialize the content script.
initCopy(MEPDefinition) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method initializes a supplied MEP definition.
INITIAL_NODE - Static variable in class org.overlord.rtgov.service.dependency.ServiceNode
This boolean property indicates whether the service node is an initial node in the graph.
initialized(Context) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method indicates that the supplied context has now been initialized.
initializeResponseReceived(CallTraceServiceImpl.CTState, ResponseReceived) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method initializes the call details based on current state and the supplied response received event.
initializeResponseSent(CallTraceServiceImpl.CTState, ResponseSent, Call) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method initializes the call details based on current state and the supplied response sent.
initJMS(boolean) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method initializes the JMS connection and destinations.
initNameMap() - Method in class org.overlord.rtgov.epn.Network
This method initializes the name to node map.
initPercentages(long, TraceNode) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method initializes the percentages related to the supplied trace node, traversing the tree structure if appropriate.
initSubjectScript() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
Initialize the subject script.
insert(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method adds the supplied object to the active collection.
inserted(Object, Object) - Method in interface org.overlord.rtgov.active.collection.ActiveChangeListener
This method notifies the listener that an object has been inserted.
inserted(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection.ActiveCollectionAdapter
This method notifies the listener that an object has been inserted.
inserted(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method notifies interested listeners that the entry with the supplied key (which may be an index into a list) has been inserted with the supplied value.
inserted(Object, Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method notifies the listener that an object has been inserted.
instrumentCall(Call, ActivityUnit, RPCActivityType) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method adds client or server specific information to the call, depending upon whether the activity is the client sending or server receiving the interaction.
InterfaceDefinition - Class in org.overlord.rtgov.analytics.service
This class represents the details associated with an interface type.
InterfaceDefinition() - Constructor for class org.overlord.rtgov.analytics.service.InterfaceDefinition
Default constructor.
InvocationDefinition - Class in org.overlord.rtgov.analytics.service
This class represents the invocation details associated with a called service.
InvocationDefinition() - Constructor for class org.overlord.rtgov.analytics.service.InvocationDefinition
Default constructor.
InvocationLink - Class in org.overlord.rtgov.service.dependency
This class represents the invocation link between a source and target service operation.
InvocationLink() - Constructor for class org.overlord.rtgov.service.dependency.InvocationLink
This is the default constructor.
InvocationLink(OperationNode, OperationNode) - Constructor for class org.overlord.rtgov.service.dependency.InvocationLink
This constructor sets the source and target operation nodes.
InvocationMetric - Class in org.overlord.rtgov.analytics.service
This class represents invocation metric information, defining the number of invocations, avg/min/max response times, and percentage change values for each.
InvocationMetric() - Constructor for class org.overlord.rtgov.analytics.service.InvocationMetric
The default constructor.
InvocationMetric(List<InvocationMetric>) - Constructor for class org.overlord.rtgov.analytics.service.InvocationMetric
This constructor initializes the invocation metric as an aggregation of a supplied list of metrics.
IPValidationListener - Interface in org.overlord.rtgov.activity.processor.validation
This interface is used to report validation issues for an Information Processor.
IPValidator - Class in org.overlord.rtgov.activity.processor.validation
This class validates an Event Processor Network.
isActive() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This property identifies whether the collection is active.
isActive() - Method in class org.overlord.rtgov.ui.client.model.BindingBean
 
isActivityUnitLoaded(String) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method determines whether the activity unit, associated with the supplied id, has already been loaded.
isAssignedToCurrentUser() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
isCollectionEnabled() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method indicates whether activity collection is currently enabled.
isCollectionEnabled() - Method in interface org.overlord.rtgov.activity.collector.ActivityCollector
This method indicates whether activity collection is currently enabled.
isContextInitialized(Context) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method determines whether the supplied context is already initialized.
isDerived() - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method determines whether this is a derived active collection.
isEmpty() - Method in class org.overlord.rtgov.active.collection.ActiveList
isEmpty() - Method in class org.overlord.rtgov.active.collection.ActiveMap
isExcluded(Calendar) - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method determines whether the supplied calendar is associated with the excluded day.
isExcluded(Calendar) - Method in class org.overlord.rtgov.reports.model.Calendar
This method checks whether the supplied calendar is associated with an excluded day.
isFormatSupported(QuerySpec) - Static method in class org.overlord.rtgov.activity.store.mem.MemActivityStore
This method determines whether the query format is supported by the activity store.
isGenerateText(double) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method determines whether to generate the text.
isGenerateToolTips(double) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method determines whether to generate the tool tips.
isLinkProcessed(Context) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method determines if the supplied link context has been processed.
isManaged() - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method determines whether the EPNManager is managed.
isManaged() - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method determines whether the EPNManager is managed.
isManualResolutionPossible() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
isNamespaceAware(Node) - Static method in class org.overlord.rtgov.activity.processor.xpath.XPathExpressionEvaluator
This method determines whether the node is namespace aware.
isNewerVersion(String, String) - Static method in class org.overlord.rtgov.common.util.VersionUtil
This method determines whether the second version is newer than the first.
isNotificationChannel() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method determines whether this channel is used for notifications.
isNotificationChannel() - Method in class org.overlord.rtgov.epn.jms.JMSChannel
This method determines whether this channel is a notification channel.
isNullOrEmpty(String) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
Check if the supplied string is null or empty (after removing whitespaces).
isNullOrEmpty(String) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
Check if the supplied string is null or empty (after removing whitespaces).
isRelevant(String) - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
This method determines whether the notification is relevant for this active collection source.
isRequest() - Method in class org.overlord.rtgov.activity.model.soa.RequestReceived
This method determines whether the RPC activity is a request.
isRequest() - Method in class org.overlord.rtgov.activity.model.soa.RequestSent
This method determines whether the RPC activity is a request.
isRequest() - Method in class org.overlord.rtgov.activity.model.soa.ResponseReceived
This method determines whether the RPC activity is a request.
isRequest() - Method in class org.overlord.rtgov.activity.model.soa.ResponseSent
This method determines whether the RPC activity is a request.
isRequest() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method determines whether the RPC activity is a request.
isResubmitPossible() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
isResubmitSupported(String, String) - Method in class org.overlord.rtgov.ui.provider.ResubmitActionProvider
This method determines whether this provider support's a resubmit of the supplied service operation.
isRootOnly() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
isScopeActive() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method determines whether a scope is already active.
isScopeActive() - Method in interface org.overlord.rtgov.activity.collector.ActivityCollector
This method determines whether a scope is already active.
isServiceKnown(String) - Method in interface org.overlord.rtgov.ui.provider.ServicesProvider
This method determines whether the supplied service is known to this provider.
isServiceProvider() - Method in class org.overlord.rtgov.activity.model.soa.RequestReceived
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider() - Method in class org.overlord.rtgov.activity.model.soa.RequestSent
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider() - Method in class org.overlord.rtgov.activity.model.soa.ResponseReceived
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider() - Method in class org.overlord.rtgov.activity.model.soa.ResponseSent
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider(ServiceGraph, ServiceNode, ServiceNode, Set<ServiceNode>) - Static method in class org.overlord.rtgov.service.dependency.ServiceDependencyBuilder
This method determines whether the supplied
isSortAscending() - Method in class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
isStreamEventProcessingMode() - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method determines whether stream processing is being used.
isSupported(String) - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
This method determines whether the specified type is handled by the information processor.
isSupported(ActivityType) - Method in class org.overlord.rtgov.call.trace.descriptors.DefaultTaskDescriptor
This method determines if the descriptor supports the specified activity type.
isSupported(ActivityType) - Method in class org.overlord.rtgov.call.trace.descriptors.LogMessageTaskDescriptor
This method determines if the descriptor supports the specified activity type.
isSupported(ActivityType) - Method in interface org.overlord.rtgov.call.trace.descriptors.TaskDescriptor
This method determines if the descriptor supports the specified activity type.
isTakeoverPossible() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
isWorkingDateTime(long) - Method in class org.overlord.rtgov.reports.model.Calendar
This method determines whether the supplied date/time is part of the working day represented by this calendar.
iterator() - Method in class org.overlord.rtgov.active.collection.ActiveList
iterator() - Method in class org.overlord.rtgov.active.collection.ActiveMap
iterator() - Method in class org.overlord.rtgov.epn.EventList

J

JEEActivityCollector - Class in org.overlord.rtgov.activity.client.jee
This class provides a JEE implementation of the activity collector interface.
JEEActivityCollector() - Constructor for class org.overlord.rtgov.activity.client.jee.JEEActivityCollector
 
JEEActivityValidatorManager - Class in org.overlord.rtgov.activity.client.jee
This class provides a JEE implementation of the activity validator manager interface.
JEEActivityValidatorManager() - Constructor for class org.overlord.rtgov.activity.client.jee.JEEActivityValidatorManager
 
JEEInformationProcessorManager - Class in org.overlord.rtgov.activity.client.jee
This class provides a JEE implementation of the information processor manager interface.
JEEInformationProcessorManager() - Constructor for class org.overlord.rtgov.activity.client.jee.JEEInformationProcessorManager
 
JMSActivityServer - Class in org.overlord.rtgov.activity.server.jms.client
This class provides the JMS client implementation of the activity server.
JMSActivityServer() - Constructor for class org.overlord.rtgov.activity.server.jms.client.JMSActivityServer
 
JMSChannel - Class in org.overlord.rtgov.epn.jms
This class represents a JMS implementation of the event destination for sending a list of events.
JMSChannel(Session, MessageProducer, Network, String, String) - Constructor for class org.overlord.rtgov.epn.jms.JMSChannel
This is the constructor for the JMS channel.
JMSChannel(Session, MessageProducer, Network, String, boolean) - Constructor for class org.overlord.rtgov.epn.jms.JMSChannel
This is the constructor for the JMS channel.
JMSEPNContainer() - Constructor for class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl.JMSEPNContainer
 
JMSEPNManager - Interface in org.overlord.rtgov.epn.jms
This interface provides the JMS extension to the EPN Manager.
JMSEPNManagerImpl - Class in org.overlord.rtgov.epn.jms
This class provides the JMS implementation of the EPN Manager.
JMSEPNManagerImpl() - Constructor for class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
 
JMSEPNManagerImpl.JMSEPNContainer - Class in org.overlord.rtgov.epn.jms
This class provides the JMS implementation of the EPN container.
JMXNotifier - Class in org.overlord.rtgov.active.collection.jmx
This class provides an active change listener for reporting changes as JMX notifications.
JMXNotifier() - Constructor for class org.overlord.rtgov.active.collection.jmx.JMXNotifier
 
JMXNotifier.NotificationDetails - Class in org.overlord.rtgov.active.collection.jmx
This class provides a container for the listener details.
JMXNotifierMBean - Interface in org.overlord.rtgov.active.collection.jmx
This interface defines the attributes and operations to expose via a management interface for the JMX notifier.
JPAActivityStore - Class in org.overlord.rtgov.activity.store.jpa
This class provides the JPA implementation of the Activity Store.
JPAActivityStore() - Constructor for class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
Constructor.
JPAActivityStore(JpaStore) - Constructor for class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
Constructor.
JPAEventProcessor - Class in org.overlord.rtgov.ep.jpa
This class represents the JPA implementation of the Event Processor.
JPAEventProcessor() - Constructor for class org.overlord.rtgov.ep.jpa.JPAEventProcessor
Constructor.
JPAEventProcessor(JpaStore) - Constructor for class org.overlord.rtgov.ep.jpa.JPAEventProcessor
Constructor.
JPASituationStore - Class in org.overlord.rtgov.analytics.situation.store.jpa
This class provides the JPA based implementation of the SituationsStore interface.
JPASituationStore() - Constructor for class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
Constructor.
JPASituationStore(JpaStore) - Constructor for class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
Constructor.
JpaStore - Class in org.overlord.rtgov.common.jpa
Provides common JPA functionality to all data stores.
JpaStore(URL, String) - Constructor for class org.overlord.rtgov.common.jpa.JpaStore
The constructor.
JpaStore(URL) - Constructor for class org.overlord.rtgov.common.jpa.JpaStore
The constructor.
JpaStore(String, String) - Constructor for class org.overlord.rtgov.common.jpa.JpaStore
Deprecated.
JpaStore(String) - Constructor for class org.overlord.rtgov.common.jpa.JpaStore
Deprecated.
JpaStore.JpaWork<T> - Interface in org.overlord.rtgov.common.jpa
Perform work using a provided Hibernate Session.

K

keySet() - Method in class org.overlord.rtgov.active.collection.ActiveMap
KeyValueStore - Class in org.overlord.rtgov.common.service
This abstract class represents a key/value store.
KeyValueStore() - Constructor for class org.overlord.rtgov.common.service.KeyValueStore
 
KeyValueStoreEventProcessor - Class in org.overlord.rtgov.ep.keyvaluestore
The generic Keyvalue event processor implementation.
KeyValueStoreEventProcessor() - Constructor for class org.overlord.rtgov.ep.keyvaluestore.KeyValueStoreEventProcessor
 

L

lastAccessed() - Method in class org.overlord.rtgov.epn.Network
This method returns the timestamp the network was last accessed.
lastAccessed(long) - Method in class org.overlord.rtgov.epn.Network
This method sets the timestamp the network was last accessed.
layout(ServiceGraph) - Method in interface org.overlord.rtgov.service.dependency.layout.ServiceGraphLayout
This method establishes the layout of the nodes and links within the supplied service graph.
layout(ServiceGraph) - Method in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This method establishes the layout of the nodes and links within the supplied service graph.
LayoutFactory - Class in org.overlord.rtgov.service.dependency.layout
This class provides a factory for the layout algorithms.
layoutService(ServiceGraph, ServiceNode, int, int) - Method in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This method performs the layout of the supplied service node.
linkOperationNodes(ServiceGraph, ServiceNode, OperationNode, List<InvocationDefinition>) - Static method in class org.overlord.rtgov.service.dependency.ServiceDependencyBuilder
This method links the source operation node with the invoked operation nodes.
linkProcessed(Context) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method records the fact that the link has been processed.
linkSource() - Method in class org.overlord.rtgov.activity.model.Context
This method indicates whether the context represents a link source.
linkTarget() - Method in class org.overlord.rtgov.activity.model.Context
This method indicates whether the context represents a link target.
loadActivityUnits(CallTraceServiceImpl.CTState, Context, ActivityType) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method loads activity units associated with the supplied correlation key.
loadSituation(Session, String) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
 
loadTemplate(String) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method returns the named template file.
LocaleFilter - Class in org.overlord.rtgov.ui.server.filters
A filter used to configure the i18n system to obey any inbound locale information.
LocaleFilter() - Constructor for class org.overlord.rtgov.ui.server.filters.LocaleFilter
Constructor.
lock(String, Object) - Method in class org.overlord.rtgov.common.infinispan.service.InfinispanCacheManager
This method locks the item, associated with the supplied key, in the named cache.
lock(String, Object) - Method in class org.overlord.rtgov.common.service.CacheManager
This method locks the item, associated with the supplied key, in the named cache.
log(ActivityUnit) - Method in interface org.overlord.rtgov.activity.collector.ActivityUnitLogger
This method records the supplied activity event.
log(ActivityUnit) - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method records the supplied activity event.
logDebug(String) - Method in interface org.overlord.rtgov.ep.EPContext
This method logs debug information.
logDebug(String) - Method in class org.overlord.rtgov.reports.AbstractReportContext
This method logs a debug message.
logDebug(String) - Method in interface org.overlord.rtgov.reports.ReportContext
This method logs a debug message.
logError(String) - Method in interface org.overlord.rtgov.client.ActivityReporter
This method can be used to report error information.
logError(String) - Method in class org.overlord.rtgov.client.DefaultActivityReporter
This method can be used to report error information.
logError(String) - Method in interface org.overlord.rtgov.ep.EPContext
This method logs an error.
logError(String) - Method in class org.overlord.rtgov.reports.AbstractReportContext
This method logs an error message.
logError(String) - Method in interface org.overlord.rtgov.reports.ReportContext
This method logs an error message.
logInfo(String) - Method in interface org.overlord.rtgov.client.ActivityReporter
This method can be used to report general information.
logInfo(String) - Method in class org.overlord.rtgov.client.DefaultActivityReporter
This method can be used to report general information.
logInfo(String) - Method in interface org.overlord.rtgov.ep.EPContext
This method logs information.
logInfo(String) - Method in class org.overlord.rtgov.reports.AbstractReportContext
This method logs an info message.
logInfo(String) - Method in interface org.overlord.rtgov.reports.ReportContext
This method logs an info message.
LogMessage - Class in org.overlord.rtgov.activity.model.app
This activity type represents a log message.
LogMessage() - Constructor for class org.overlord.rtgov.activity.model.app.LogMessage
The default constructor.
LogMessage(LogMessage) - Constructor for class org.overlord.rtgov.activity.model.app.LogMessage
The copy constructor.
LogMessage.Level - Enum in org.overlord.rtgov.activity.model.app
This enumerated type represents the level associated with the log message.
LogMessageTaskDescriptor - Class in org.overlord.rtgov.call.trace.descriptors
This class provides a descriptor for the LogMessage activity.
LogMessageTaskDescriptor() - Constructor for class org.overlord.rtgov.call.trace.descriptors.LogMessageTaskDescriptor
 
logWarning(String) - Method in interface org.overlord.rtgov.client.ActivityReporter
This method can be used to report warning information.
logWarning(String) - Method in class org.overlord.rtgov.client.DefaultActivityReporter
This method can be used to report warning information.
logWarning(String) - Method in interface org.overlord.rtgov.ep.EPContext
This method logs the warning.
logWarning(String) - Method in class org.overlord.rtgov.reports.AbstractReportContext
This method logs a warning message.
logWarning(String) - Method in interface org.overlord.rtgov.reports.ReportContext
This method logs a warning message.

M

MailEventProcessor - Class in org.overlord.rtgov.ep.mail
This class represents the JavaMail implementation of the Event Processor.
MailEventProcessor() - Constructor for class org.overlord.rtgov.ep.mail.MailEventProcessor
 
maintainEntry(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method is invoked to handle the supplied entry details.
MAPPER - Static variable in class org.overlord.rtgov.activity.util.ActivityUtil
 
MAPPER - Static variable in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
 
MAPPINGS - Static variable in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
Type mappings for the index this store is related to.
matches(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method determines if the supplied situation matches the query criteria.
MemActivityStore - Class in org.overlord.rtgov.activity.store.mem
This class provides the in-memory implementation of the Activity Store.
MemActivityStore() - Constructor for class org.overlord.rtgov.activity.store.mem.MemActivityStore
 
MemSituationStore - Class in org.overlord.rtgov.analytics.situation.store.mem
This class provides the in-memory based implementation of the SituationsStore interface.
MemSituationStore() - Constructor for class org.overlord.rtgov.analytics.situation.store.mem.MemSituationStore
The situation repository constructor.
MEPDefinition - Class in org.overlord.rtgov.analytics.service
This class represents an abstract response within a service operation.
MEPDefinition() - Constructor for class org.overlord.rtgov.analytics.service.MEPDefinition
Default constructor.
merge(InterfaceDefinition) - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
This method merges the supplied definition with this interface definition.
merge(InvocationDefinition) - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method merges the supplied invocation definition.
merge(InvocationMetric) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method merges the supplied invocation metric information.
merge(MEPDefinition) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method merges the information from the supplied MEP definition.
merge(OperationDefinition) - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method merges the supplied operation definition with this.
merge(ServiceDefinition) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method merges the supplied definition with this service definition.
merge(ServiceDefinition, boolean) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method merges the supplied definition with this service definition.
mergeSnapshots(List<Map<String, ServiceDefinition>>) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
This method merges the supplied service definition snapshots.
mergeSnapshots(List<Map<String, ServiceDefinition>>, boolean) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
This method merges the supplied service definition snapshots.
MessageBean - Class in org.overlord.rtgov.ui.client.model
This bean represents a request message associated with a situation.
MessageBean() - Constructor for class org.overlord.rtgov.ui.client.model.MessageBean
Constructor.
MessageExchange - Class in org.overlord.rtgov.activity.model.common
This activity type represents a message exchange.
MessageExchange() - Constructor for class org.overlord.rtgov.activity.model.common.MessageExchange
The default constructor.
MessageExchange(MessageExchange) - Constructor for class org.overlord.rtgov.activity.model.common.MessageExchange
The copy constructor.
MessageReceived - Class in org.overlord.rtgov.activity.model.mom
This activity type represents a received message.
MessageReceived() - Constructor for class org.overlord.rtgov.activity.model.mom.MessageReceived
The default constructor.
MessageReceived(MessageReceived) - Constructor for class org.overlord.rtgov.activity.model.mom.MessageReceived
The copy constructor.
MessageSent - Class in org.overlord.rtgov.activity.model.mom
This activity type represents a sent message.
MessageSent() - Constructor for class org.overlord.rtgov.activity.model.mom.MessageSent
The default constructor.
MessageSent(MessageSent) - Constructor for class org.overlord.rtgov.activity.model.mom.MessageSent
The copy constructor.
MOMActivityType - Class in org.overlord.rtgov.activity.model.mom
This activity type represents a MOM activity type.
MOMActivityType() - Constructor for class org.overlord.rtgov.activity.model.mom.MOMActivityType
The default constructor.
MOMActivityType(MOMActivityType) - Constructor for class org.overlord.rtgov.activity.model.mom.MOMActivityType
The copy constructor.
MVEL - Class in org.overlord.rtgov.active.collection.predicate
This class provides an MVEL implementation of the predicate interface.
MVEL() - Constructor for class org.overlord.rtgov.active.collection.predicate.MVEL
This is the default constructor for the MVEL predicate.
MVEL(String) - Constructor for class org.overlord.rtgov.active.collection.predicate.MVEL
This constructor initializes the expression for the MVEL predicate.
MVELEventProcessor - Class in org.overlord.rtgov.ep.mvel
This class represents the MVEL implementation of the Event Processor.
MVELEventProcessor() - Constructor for class org.overlord.rtgov.ep.mvel.MVELEventProcessor
 
MVELExpressionEvaluator - Class in org.overlord.rtgov.activity.processor.mvel
This class represents a MVEL based expression evaluator.
MVELExpressionEvaluator() - Constructor for class org.overlord.rtgov.activity.processor.mvel.MVELExpressionEvaluator
 
MVELInformationTransformer - Class in org.overlord.rtgov.activity.processor.mvel
This class represents a MVEL based information transformer.
MVELInformationTransformer() - Constructor for class org.overlord.rtgov.activity.processor.mvel.MVELInformationTransformer
 
MVELPredicate - Class in org.overlord.rtgov.ep.mvel
This class represents the MVEL implementation of the Event Processor.
MVELPredicate() - Constructor for class org.overlord.rtgov.ep.mvel.MVELPredicate
 
MVELReportGenerator - Class in org.overlord.rtgov.reports
This class provides the MVEL based implementation of the ReportGenerator interface.
MVELReportGenerator() - Constructor for class org.overlord.rtgov.reports.MVELReportGenerator
 
MVELScriptEvaluator - Class in org.overlord.rtgov.activity.processor.mvel
This class represents a MVEL based script evaluator.
MVELScriptEvaluator() - Constructor for class org.overlord.rtgov.activity.processor.mvel.MVELScriptEvaluator
 
MVELSeverityAnalyzer - Class in org.overlord.rtgov.service.dependency.presentation
This class provides a MVEL based implementation of the severity analyzer algorithm.
MVELSeverityAnalyzer() - Constructor for class org.overlord.rtgov.service.dependency.presentation.MVELSeverityAnalyzer
The default constructor.

N

NameValuePairBean - Class in org.overlord.rtgov.ui.client.model
This bean represents a name value pair.
NameValuePairBean() - Constructor for class org.overlord.rtgov.ui.client.model.NameValuePairBean
Constructor.
NameValuePairBean(String, String) - Constructor for class org.overlord.rtgov.ui.client.model.NameValuePairBean
Constructor.
Network - Class in org.overlord.rtgov.epn
This class represents an Event Processor Network.
Network() - Constructor for class org.overlord.rtgov.epn.Network
The default constructor.
NetworkList() - Constructor for class org.overlord.rtgov.epn.AbstractEPNManager.NetworkList
The constructor.
NetworkListener - Interface in org.overlord.rtgov.epn
This interface represents a listener that is informed of situations regarding networks.
NetworkMBean - Interface in org.overlord.rtgov.epn
This interface exposes the attributes and operations to be managed for a Network.
NetworkUtil - Class in org.overlord.rtgov.epn.util
This class provides utility functions for the EPN model.
next() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.ActivityUnitCursor
This method returns the current activity type and moves the cursor to the next entry.
Node - Class in org.overlord.rtgov.epn
This class represents a node in the Event Processor Network.
Node() - Constructor for class org.overlord.rtgov.epn.Node
The default constructor for the event processor node.
Notification - Class in org.overlord.rtgov.epn
This class represents a notification used to define a subject and type.
Notification() - Constructor for class org.overlord.rtgov.epn.Notification
The default constructor for the notification.
NotificationBean - Class in org.overlord.rtgov.ui.client.model
A notification - can be sent either from the client or the server.
NotificationBean() - Constructor for class org.overlord.rtgov.ui.client.model.NotificationBean
Constructor.
NotificationDetails(NotificationListener, NotificationFilter, Object) - Constructor for class org.overlord.rtgov.active.collection.jmx.JMXNotifier.NotificationDetails
This is the constructor.
NotificationDetails(NotificationListener, NotificationFilter, Object) - Constructor for class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger.NotificationDetails
This is the constructor.
NotificationListener - Interface in org.overlord.rtgov.epn
This interface represents a listener interested in notifications from an Event Processor Network notification subject.
NotificationType - Enum in org.overlord.rtgov.epn
This enumeration represents the types of node notification that may occur.
NotificationType - Enum in org.overlord.rtgov.ui.client.model
An enumeration listing the types of growls.
notify(List<ActivityUnit>) - Method in interface org.overlord.rtgov.activity.server.ActivityNotifier
This method notifies when a list of activity events have been reported.
notify(List<ActivityUnit>) - Method in class org.overlord.rtgov.activity.server.epn.EPNActivityNotifier
This method notifies when a list of activity events have been reported.
notify(String, EventList) - Method in class org.overlord.rtgov.epn.ContextualNotificationListener
This method notifies the listener when a situation occurs on the identified network/version/node concerning a list of events.
notify(String, EventList) - Method in interface org.overlord.rtgov.epn.NotificationListener
This method notifies the listener when events occurs on the identified subject.
notifyListeners(String, EventList) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method sends a notification to any registered listeners that a situation has occurred associated with the specified subject.
notifyListeners(String, EventList) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method sends a notification to any registered listeners that a situation has occurred associated with the specified subject.

O

objectToJSONString(Object) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method serializes an object into a JSON string representation.
observe(String, String) - Method in class org.overlord.rtgov.situation.manager.DefaultSituationManager
Deprecated.
This method causes the supplied subject, that was previously ignored, to be observed.
observe(String, String) - Method in interface org.overlord.rtgov.situation.manager.SituationManager
Deprecated.
This method causes the supplied subject, that was previously ignored, to be observed.
onClose(Session) - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer
This method closes a websocket connection.
onMessage(String, Session) - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer
This method processes an inbound message on the websocket.
onOpen(Session) - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer
This method handles a new websocket connection.
onSituationEvent(SituationEventBean) - Method in interface org.overlord.rtgov.ui.provider.SituationEventListener
This method is invoked to handle a situation event.
OPERATION_HEIGHT - Static variable in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the height of an operation node.
OPERATION_WIDTH - Static variable in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the width of an operation node.
OperationDefinition - Class in org.overlord.rtgov.analytics.service
This class represents an operation within a service interface.
OperationDefinition() - Constructor for class org.overlord.rtgov.analytics.service.OperationDefinition
Default constructor.
OperationNode - Class in org.overlord.rtgov.service.dependency
This class represents a node in the graph/tree associated with a service operation.
OperationNode() - Constructor for class org.overlord.rtgov.service.dependency.OperationNode
The default constructor.
org.overlord.rtgov.active.collection - package org.overlord.rtgov.active.collection
 
org.overlord.rtgov.active.collection.command - package org.overlord.rtgov.active.collection.command
 
org.overlord.rtgov.active.collection.embedded - package org.overlord.rtgov.active.collection.embedded
 
org.overlord.rtgov.active.collection.epn - package org.overlord.rtgov.active.collection.epn
 
org.overlord.rtgov.active.collection.infinispan - package org.overlord.rtgov.active.collection.infinispan
 
org.overlord.rtgov.active.collection.jmx - package org.overlord.rtgov.active.collection.jmx
 
org.overlord.rtgov.active.collection.predicate - package org.overlord.rtgov.active.collection.predicate
 
org.overlord.rtgov.active.collection.rest - package org.overlord.rtgov.active.collection.rest
 
org.overlord.rtgov.active.collection.service - package org.overlord.rtgov.active.collection.service
 
org.overlord.rtgov.active.collection.util - package org.overlord.rtgov.active.collection.util
 
org.overlord.rtgov.active.collection.ws - package org.overlord.rtgov.active.collection.ws
 
org.overlord.rtgov.activity.client.jee - package org.overlord.rtgov.activity.client.jee
 
org.overlord.rtgov.activity.collector - package org.overlord.rtgov.activity.collector
 
org.overlord.rtgov.activity.collector.activity.server - package org.overlord.rtgov.activity.collector.activity.server
 
org.overlord.rtgov.activity.embedded - package org.overlord.rtgov.activity.embedded
 
org.overlord.rtgov.activity.model - package org.overlord.rtgov.activity.model
 
org.overlord.rtgov.activity.model.app - package org.overlord.rtgov.activity.model.app
 
org.overlord.rtgov.activity.model.bpm - package org.overlord.rtgov.activity.model.bpm
 
org.overlord.rtgov.activity.model.common - package org.overlord.rtgov.activity.model.common
 
org.overlord.rtgov.activity.model.mom - package org.overlord.rtgov.activity.model.mom
 
org.overlord.rtgov.activity.model.soa - package org.overlord.rtgov.activity.model.soa
 
org.overlord.rtgov.activity.osgi - package org.overlord.rtgov.activity.osgi
 
org.overlord.rtgov.activity.processor - package org.overlord.rtgov.activity.processor
 
org.overlord.rtgov.activity.processor.mvel - package org.overlord.rtgov.activity.processor.mvel
 
org.overlord.rtgov.activity.processor.validation - package org.overlord.rtgov.activity.processor.validation
 
org.overlord.rtgov.activity.processor.xpath - package org.overlord.rtgov.activity.processor.xpath
 
org.overlord.rtgov.activity.processor.xslt - package org.overlord.rtgov.activity.processor.xslt
 
org.overlord.rtgov.activity.server - package org.overlord.rtgov.activity.server
 
org.overlord.rtgov.activity.server.epn - package org.overlord.rtgov.activity.server.epn
 
org.overlord.rtgov.activity.server.jms.client - package org.overlord.rtgov.activity.server.jms.client
 
org.overlord.rtgov.activity.server.rest - package org.overlord.rtgov.activity.server.rest
 
org.overlord.rtgov.activity.server.rest.client - package org.overlord.rtgov.activity.server.rest.client
 
org.overlord.rtgov.activity.store.elasticsearch - package org.overlord.rtgov.activity.store.elasticsearch
 
org.overlord.rtgov.activity.store.jpa - package org.overlord.rtgov.activity.store.jpa
 
org.overlord.rtgov.activity.store.mem - package org.overlord.rtgov.activity.store.mem
 
org.overlord.rtgov.activity.util - package org.overlord.rtgov.activity.util
 
org.overlord.rtgov.activity.validator - package org.overlord.rtgov.activity.validator
 
org.overlord.rtgov.analytics.service - package org.overlord.rtgov.analytics.service
 
org.overlord.rtgov.analytics.situation - package org.overlord.rtgov.analytics.situation
 
org.overlord.rtgov.analytics.situation.store - package org.overlord.rtgov.analytics.situation.store
 
org.overlord.rtgov.analytics.situation.store.elasticsearch - package org.overlord.rtgov.analytics.situation.store.elasticsearch
 
org.overlord.rtgov.analytics.situation.store.jpa - package org.overlord.rtgov.analytics.situation.store.jpa
 
org.overlord.rtgov.analytics.situation.store.mem - package org.overlord.rtgov.analytics.situation.store.mem
 
org.overlord.rtgov.analytics.situation.store.osgi - package org.overlord.rtgov.analytics.situation.store.osgi
 
org.overlord.rtgov.analytics.util - package org.overlord.rtgov.analytics.util
 
org.overlord.rtgov.call.trace - package org.overlord.rtgov.call.trace
 
org.overlord.rtgov.call.trace.descriptors - package org.overlord.rtgov.call.trace.descriptors
 
org.overlord.rtgov.call.trace.model - package org.overlord.rtgov.call.trace.model
 
org.overlord.rtgov.call.trace.util - package org.overlord.rtgov.call.trace.util
 
org.overlord.rtgov.client - package org.overlord.rtgov.client
 
org.overlord.rtgov.common.elasticsearch - package org.overlord.rtgov.common.elasticsearch
 
org.overlord.rtgov.common.infinispan - package org.overlord.rtgov.common.infinispan
 
org.overlord.rtgov.common.infinispan.service - package org.overlord.rtgov.common.infinispan.service
 
org.overlord.rtgov.common.jpa - package org.overlord.rtgov.common.jpa
 
org.overlord.rtgov.common.service - package org.overlord.rtgov.common.service
 
org.overlord.rtgov.common.util - package org.overlord.rtgov.common.util
 
org.overlord.rtgov.ep - package org.overlord.rtgov.ep
 
org.overlord.rtgov.ep.drools - package org.overlord.rtgov.ep.drools
 
org.overlord.rtgov.ep.jpa - package org.overlord.rtgov.ep.jpa
 
org.overlord.rtgov.ep.keyvaluestore - package org.overlord.rtgov.ep.keyvaluestore
 
org.overlord.rtgov.ep.mail - package org.overlord.rtgov.ep.mail
 
org.overlord.rtgov.ep.mvel - package org.overlord.rtgov.ep.mvel
 
org.overlord.rtgov.epn - package org.overlord.rtgov.epn
 
org.overlord.rtgov.epn.embedded - package org.overlord.rtgov.epn.embedded
 
org.overlord.rtgov.epn.jms - package org.overlord.rtgov.epn.jms
 
org.overlord.rtgov.epn.util - package org.overlord.rtgov.epn.util
 
org.overlord.rtgov.epn.validation - package org.overlord.rtgov.epn.validation
 
org.overlord.rtgov.reports - package org.overlord.rtgov.reports
 
org.overlord.rtgov.reports.model - package org.overlord.rtgov.reports.model
 
org.overlord.rtgov.reports.rest - package org.overlord.rtgov.reports.rest
 
org.overlord.rtgov.reports.util - package org.overlord.rtgov.reports.util
 
org.overlord.rtgov.service.dependency - package org.overlord.rtgov.service.dependency
 
org.overlord.rtgov.service.dependency.layout - package org.overlord.rtgov.service.dependency.layout
 
org.overlord.rtgov.service.dependency.presentation - package org.overlord.rtgov.service.dependency.presentation
 
org.overlord.rtgov.service.dependency.svg - package org.overlord.rtgov.service.dependency.svg
 
org.overlord.rtgov.situation.manager - package org.overlord.rtgov.situation.manager
 
org.overlord.rtgov.ui.client.model - package org.overlord.rtgov.ui.client.model
 
org.overlord.rtgov.ui.provider - package org.overlord.rtgov.ui.provider
 
org.overlord.rtgov.ui.server.filters - package org.overlord.rtgov.ui.server.filters
 
org.overlord.rtgov.ui.server.i18n - package org.overlord.rtgov.ui.server.i18n
 
Origin - Class in org.overlord.rtgov.activity.model
This class represents information about the origin of the activity events reported.
Origin() - Constructor for class org.overlord.rtgov.activity.model.Origin
The default constructor.
Origin(Origin) - Constructor for class org.overlord.rtgov.activity.model.Origin
The copy constructor.

P

ParentNode - Class in org.overlord.rtgov.call.trace.model
This abstract class represents a parent node in the call trace.
ParentNode() - Constructor for class org.overlord.rtgov.call.trace.model.ParentNode
 
peek() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.ActivityUnitCursor
This method peeks at the next activity type.
perform(Session) - Method in interface org.overlord.rtgov.common.jpa.JpaStore.JpaWork
The work to be performed using the Session.
persist(BulkRequestBuilder, String, ActivityUnit) - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
This method persists the activity unit in the Elasticsearch repository.
postProcessEvents(EventList) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method resets the events, to enable them to be used in the context of another classloader.
Predicate - Class in org.overlord.rtgov.active.collection.predicate
This interface is used to determine whether a changed item in a parent active collection is relevant to a child collection.
Predicate() - Constructor for class org.overlord.rtgov.active.collection.predicate.Predicate
 
Predicate - Class in org.overlord.rtgov.ep
This class represents the predicate applied to an event being processed.
Predicate() - Constructor for class org.overlord.rtgov.ep.Predicate
 
preInit(ActiveCollectionSource) - Method in class org.overlord.rtgov.active.collection.AbstractACSLoader
This method pre-initializes the Active Collection Source before it is registered with the manager.
preInit() - Method in class org.overlord.rtgov.active.collection.AbstractActiveChangeListener
This method pre-initializes the active change listener in situations where it needs to be initialized before registration with the collection.
preInit() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method pre-initializes the active collection source in situations where it needs to be initialized before registration with the manager.
preInit() - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
This method pre-initializes the active collection source in situations where it needs to be initialized before registration with the manager.
preInit() - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method pre-initializes the active change listener in situations where it needs to be initialized before registration with the collection.
preInit(Network) - Method in class org.overlord.rtgov.epn.AbstractEPNLoader
This method pre-initializes the network before it is registered with the container.
preInit() - Method in class org.overlord.rtgov.epn.Network
This method is called on occasions where the network's event processors need to be initialized in a different classloader context to the container related configuration (i.e.
preInit(ReportDefinition) - Method in class org.overlord.rtgov.reports.AbstractReportsLoader
This method pre-initializes the Reports Definition before it is registered with the manager.
preInit() - Method in class org.overlord.rtgov.reports.ReportDefinition
This method pre-initializes the report definition.
preProcessEvents(EventList, Network) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method deserializes the events in the context of the supplied network.
preProcessEvents(EventList, ClassLoader) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method deserializes the events in the context of the supplied classloader.
process(String, String, Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.processor.AbstractInformationProcessorManager
This method processes supplied information to extract relevant details, and then return an appropriate representation of that information for public distribution.
process(String, Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
This method processes supplied information to extract relevant details, and then return an appropriate representation of that information for public distribution.
process(String, String, Object, Map<String, Object>, ActivityType) - Method in interface org.overlord.rtgov.activity.processor.InformationProcessorManager
This method processes supplied information to extract relevant details, and then return an appropriate representation of that information for public distribution.
process(Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method processes the supplied information to extract the context details for association with the supplied activity type.
process(Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method processes the supplied information to extract the context and property details for association with the supplied activity type.
process(Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
This method processes the supplied information to extract the property details for association with the supplied activity type.
process(String, Serializable, int) - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int) - Method in class org.overlord.rtgov.ep.EventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int) - Method in class org.overlord.rtgov.ep.jpa.JPAEventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int) - Method in class org.overlord.rtgov.ep.keyvaluestore.KeyValueStoreEventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int, String) - Method in class org.overlord.rtgov.ep.keyvaluestore.KeyValueStoreEventProcessor
This method processes the inbound event and stores it associated with the supplied key (id).
process(String, Serializable, int) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int) - Method in class org.overlord.rtgov.ep.mvel.MVELEventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(Network, Node, String, EventList, int) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method dispatches a set of events directly to the supplied node.
process(EPNContainer, String, EventList, int) - Method in class org.overlord.rtgov.epn.Node
Deprecated.
The container should be associated with the node using the 'setContainer' method
process(String, EventList, int) - Method in class org.overlord.rtgov.epn.Node
This method processes the supplied list of events against the event processor configured with the node, to determine which transformed events should be forwarded, and which need to be returned to be retried.
processAU(CallTraceServiceImpl.CTState, ActivityUnit, List<ActivityUnit>) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method processes the supplied activity unit to create a set of trace nodes.
processAUs(CallTraceServiceImpl.CTState) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method processes the supplied call trace state to return the call trace model.
ProcessCompleted - Class in org.overlord.rtgov.activity.model.bpm
This activity type represents a process completed event.
ProcessCompleted() - Constructor for class org.overlord.rtgov.activity.model.bpm.ProcessCompleted
The default constructor.
ProcessCompleted(ProcessCompleted) - Constructor for class org.overlord.rtgov.activity.model.bpm.ProcessCompleted
The copy constructor.
ProcessCompleted.Status - Enum in org.overlord.rtgov.activity.model.bpm
The status of the process upon completion.
processExternalInvocation(Map<String, ServiceDefinition>, MEPDefinition, RequestSent, ResponseReceived) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
This method processes the external invocation and associates the details with the supplied MEP definition.
processInformation(String, String, Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method processes the information associated with the supplied type, and returns the representation of that information that should be included with the activity event.
processInformation(String, String, Object, Map<String, Object>, ActivityType) - Method in interface org.overlord.rtgov.activity.collector.ActivityCollector
This method processes the information associated with the supplied type, and returns the representation of that information that should be included with the activity event.
processNotification(String, EventList) - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
This method processes the notification to update the active collection accordingly.
processResubmittedSituation(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method checks whether the situation is the result of a resubmission failure, and updates the parent situation accordingly.
processServiceInvoked(Map<String, ServiceDefinition>, ActivityUnit, RequestReceived, ResponseSent) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
This method processes the service invocation.
ProcessStarted - Class in org.overlord.rtgov.activity.model.bpm
This activity type represents a process started event.
ProcessStarted() - Constructor for class org.overlord.rtgov.activity.model.bpm.ProcessStarted
The default constructor.
ProcessStarted(ProcessStarted) - Constructor for class org.overlord.rtgov.activity.model.bpm.ProcessStarted
The copy constructor.
processSubsequentAU(ActivityUnit, ActivityUnit) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method determines whether the subsequent activity unit should be processed following the previous activity unit.
ProcessVariableSet - Class in org.overlord.rtgov.activity.model.bpm
This activity type represents a process variable being set.
ProcessVariableSet() - Constructor for class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
The default constructor.
ProcessVariableSet(ProcessVariableSet) - Constructor for class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
The copy constructor.
properties() - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method gets all the properties associated with the activity unit and its contained activity types.
PropertyEvaluator() - Constructor for class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
The default constructor for the property evaluator.
publish(String, List<? extends Serializable>) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
This method publishes the supplied events to be processed by any network subscribed to the nominated subject.
publish(String, EventList) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
This method publishes the event list to the specific subject.
publish(String, List<? extends Serializable>) - Method in interface org.overlord.rtgov.epn.EPNManager
This method publishes the supplied events to be processed by any network subscribed to the nominated subject.
publish(String, List<? extends Serializable>) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method publishes the supplied events to be processed by any network subscribed to the nominated subject.
publishAggregateEvents() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method publishes any aggregated events to the associated active collection.
put(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap
putAll(Map<? extends Object, ? extends Object>) - Method in class org.overlord.rtgov.active.collection.ActiveMap

Q

QName - Class in org.overlord.rtgov.ui.client.model
 
QName() - Constructor for class org.overlord.rtgov.ui.client.model.QName
Constructor.
QName(String, String) - Constructor for class org.overlord.rtgov.ui.client.model.QName
Constructor.
query(QuerySpec) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method queries the active collection, using the supplied spec.
query(QuerySpec) - Method in class org.overlord.rtgov.active.collection.ActiveList
This method queries the active collection, using the supplied spec.
query(QuerySpec) - Method in class org.overlord.rtgov.active.collection.ActiveMap
This method queries the active collection, using the supplied spec.
query(String) - Method in class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServer
This method handles queries.
query(QuerySpec) - Method in interface org.overlord.rtgov.activity.server.ActivityServer
Deprecated.
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
query(QuerySpec) - Method in interface org.overlord.rtgov.activity.server.ActivityStore
Deprecated.
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
query(QuerySpec) - Method in class org.overlord.rtgov.activity.server.jms.client.JMSActivityServer
This method retrieves a set of activity events associated with the supplied query.
query(QuerySpec) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method retrieves a set of activity events associated with the supplied query.
query(String) - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServer
Deprecated.
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
query(QuerySpec) - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
Deprecated.
query(QuerySpec) - Method in class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
This method queries the persistent store for activity events that satisfy the supplied query.
query(String) - Method in class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
This method performs the query associated with the supplied query expression, returning the results as a list of activity types.
query(QuerySpec) - Method in class org.overlord.rtgov.activity.store.mem.MemActivityStore
This method queries the persistent store for activity events that satisfy the supplied query.
QuerySpec - Class in org.overlord.rtgov.active.collection
This class defines the query specification that can be used to define the active collection that is required.
QuerySpec() - Constructor for class org.overlord.rtgov.active.collection.QuerySpec
The default constructor.
QuerySpec - Class in org.overlord.rtgov.activity.server
Deprecated.
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
QuerySpec() - Constructor for class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This is the default constructor.
QuerySpec.Style - Enum in org.overlord.rtgov.active.collection
This enumerated type defines the style used for returning the results.
QuerySpec.Truncate - Enum in org.overlord.rtgov.active.collection
This enumerated type defines where truncation should occur if the collection size is greater than the maximum number of items specified.

R

readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.ActivityType
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.ActivityTypeId
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.ActivityUnit
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.app.CustomActivity
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.app.LogMessage
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.bpm.BPMActivityType
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessCompleted
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessStarted
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.common.MessageExchange
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.Context
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.mom.MessageReceived
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.mom.MessageSent
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.mom.MOMActivityType
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.Origin
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.soa.RequestReceived
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.soa.RequestSent
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.soa.ResponseReceived
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.soa.ResponseSent
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
readExternal(ObjectInput) - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.RequestFaultDefinition
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.RequestResponseDefinition
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
readExternal(ObjectInput) - Method in class org.overlord.rtgov.analytics.situation.Situation
record(ActivityType) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method records the supplied activity type.
record(ActivityType) - Method in interface org.overlord.rtgov.activity.collector.ActivityCollector
This method records the supplied activity type.
recordResubmitFailure(String, String, String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
 
recordResubmitFailure(String, String, String) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
 
recordResubmitFailure(String, String, String) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
 
recordResubmitFailure(String, String, String) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Record's a failed resubmit of the situation matching the given id.
recordSuccessfulResubmit(String, String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
 
recordSuccessfulResubmit(String, String) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
 
recordSuccessfulResubmit(String, String) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
 
recordSuccessfulResubmit(String, String) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Record's a successful resubmit of the situation matching the given id.
ReferenceBean - Class in org.overlord.rtgov.ui.client.model
Models the full details of a reference.
ReferenceBean() - Constructor for class org.overlord.rtgov.ui.client.model.ReferenceBean
Constructor.
ReferenceSummaryBean - Class in org.overlord.rtgov.ui.client.model
A simple data bean for returning summary information for single reference.
ReferenceSummaryBean() - Constructor for class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
Constructor.
register(ActiveCollectionSource) - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method registers the active collection source with the manager.
register(ActiveCollectionSource) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method registers the active collection source with the manager.
Register - Class in org.overlord.rtgov.active.collection.command
This class represents the command to register a listener against an active collection.
Register() - Constructor for class org.overlord.rtgov.active.collection.command.Register
 
register(String) - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer.ACMListener
This method registers a new active collection listener.
register(InformationProcessor) - Method in class org.overlord.rtgov.activity.processor.AbstractInformationProcessorManager
This method registers the information processor.
register(InformationProcessor) - Method in interface org.overlord.rtgov.activity.processor.InformationProcessorManager
This method registers the information processor.
register(ActivityValidator) - Method in class org.overlord.rtgov.activity.validator.AbstractActivityValidatorManager
This method registers the activity validator.
register(ActivityValidator) - Method in interface org.overlord.rtgov.activity.validator.ActivityValidatorManager
This method registers the activity validator.
register(Network) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method registers a network.
register(Network) - Method in interface org.overlord.rtgov.epn.EPNManager
This method registers a network.
register(ReportDefinition) - Method in class org.overlord.rtgov.reports.AbstractReportManager
Deprecated.
This method registers the supplied report definition.
register(ReportDefinition) - Method in interface org.overlord.rtgov.reports.ReportManager
Deprecated.
This method registers the supplied report definition.
registerAction(Class<? extends ActionProvider>, ActionProvider) - Method in class org.overlord.rtgov.ui.provider.AbstractServicesProvider
This method registers an action.
registered(ActiveCollection) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionListener
This method notifies the listener that an active collection has been registered.
registered(Network) - Method in interface org.overlord.rtgov.epn.NetworkListener
This method indicates that a network has been registered.
registerEntryPoints(Network) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
This method registers the network's entry point against its list of subscription subjects.
registerSubjects(Network) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method registers the supplied network against the subjects it is interested in.
remove(String) - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method explicitly removes the named derived active collection making it unavailable to other clients.
remove(String) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method explicitly removes the named derived active collection making it unavailable to other clients.
remove(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method removes the supplied object from the active collection.
remove(Object) - Method in class org.overlord.rtgov.active.collection.ActiveList
remove(Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap
remove(ActivityUnit) - Method in class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
This method removes the supplied activity unit.
remove(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method removes the document with the supplied id.
remove(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
 
remove(String) - Method in class org.overlord.rtgov.common.service.KeyValueStore
This method removes the value associated with the supplied.
remove(Network) - Method in class org.overlord.rtgov.epn.AbstractEPNManager.NetworkList
This method removes an instance of the Network from the list.
removeActiveChangeListener(ActiveChangeListener) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method removes an Active Change Listener.
removeActiveCollectionListener(ActiveCollectionListener) - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method unregisters an active collection listener.
removeActiveCollectionListener(ActiveCollectionListener) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method unregisters an active collection listener.
removeAll(Collection<?>) - Method in class org.overlord.rtgov.active.collection.ActiveList
removed(Object, Object) - Method in interface org.overlord.rtgov.active.collection.ActiveChangeListener
This method notifies the listener that an object has been inserted.
removed(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection.ActiveCollectionAdapter
This method notifies the listener that an object has been inserted.
removed(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method notifies interested listeners that the entry with the supplied key (which may be an index into a list) has been removed having the supplied value.
removed(Object, Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method notifies the listener that an object has been inserted.
removeNetworkListener(NetworkListener) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method unregisters a network listener.
removeNetworkListener(NetworkListener) - Method in interface org.overlord.rtgov.epn.EPNManager
This method unregisters a network listener.
removeNotificationListener(NotificationListener) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
removeNotificationListener(NotificationListener) - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
removeNotificationListener(String, NotificationListener) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method unregisters a node listener for the specified network.
removeNotificationListener(String, NotificationListener) - Method in interface org.overlord.rtgov.epn.EPNManager
This method unregisters a node listener for the specified network.
removeSituationEventListener(SituationEventListener) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
This method removes a situation event listener.
report(String, Map<String, String>) - Method in interface org.overlord.rtgov.client.ActivityReporter
This method can be used to report activity information.
report(ActivityType) - Method in interface org.overlord.rtgov.client.ActivityReporter
This method reports the activity event to the collector.
report(String, Map<String, String>) - Method in class org.overlord.rtgov.client.DefaultActivityReporter
This method can be used to report activity information.
report(ActivityType) - Method in class org.overlord.rtgov.client.DefaultActivityReporter
This method reports the activity event to the collector.
Report - Class in org.overlord.rtgov.reports.model
This class represents a default implementation of the Report interface.
Report() - Constructor for class org.overlord.rtgov.reports.model.Report
 
ReportContext - Interface in org.overlord.rtgov.reports
This interface represents the context available to the report generator.
ReportDefinition - Class in org.overlord.rtgov.reports
This class represents a report definition used to produce a report.
ReportDefinition() - Constructor for class org.overlord.rtgov.reports.ReportDefinition
 
reportFailure(Exception) - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method handles reporting failures.
ReportGenerator - Class in org.overlord.rtgov.reports
This abstract class represents a report generator.
ReportGenerator() - Constructor for class org.overlord.rtgov.reports.ReportGenerator
 
ReportManager - Interface in org.overlord.rtgov.reports
Deprecated.
ReportManagerAccessor - Class in org.overlord.rtgov.reports
Deprecated.
ReportsUtil - Class in org.overlord.rtgov.reports.util
This class provides utility functions for the reporting capability.
RequestFaultDefinition - Class in org.overlord.rtgov.analytics.service
This class represents a request/fault MEP associated with a service operation.
RequestFaultDefinition() - Constructor for class org.overlord.rtgov.analytics.service.RequestFaultDefinition
Default constructor.
RequestReceived - Class in org.overlord.rtgov.activity.model.soa
This activity type represents a received request.
RequestReceived() - Constructor for class org.overlord.rtgov.activity.model.soa.RequestReceived
The default constructor.
RequestReceived(RequestReceived) - Constructor for class org.overlord.rtgov.activity.model.soa.RequestReceived
The copy constructor.
RequestResponseDefinition - Class in org.overlord.rtgov.analytics.service
This class represents a normal request/response MEP associated with a service operation.
RequestResponseDefinition() - Constructor for class org.overlord.rtgov.analytics.service.RequestResponseDefinition
Default constructor.
RequestSent - Class in org.overlord.rtgov.activity.model.soa
This activity type represents a sent request.
RequestSent() - Constructor for class org.overlord.rtgov.activity.model.soa.RequestSent
The default constructor.
RequestSent(RequestSent) - Constructor for class org.overlord.rtgov.activity.model.soa.RequestSent
The copy constructor.
requiresLayout(ServiceNode) - Method in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This method determines whether the supplied service node requires layout.
reset() - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method resets the counters and timers.
reset() - Method in class org.overlord.rtgov.epn.EventList
This method resets the contents so they are no longer available until resolved under another classloader.
RESOLUTION_STATE_PROPERTY - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Resolution state property.
ResolutionState - Enum in org.overlord.rtgov.analytics.situation.store
This enumerated type represents the resolution states.
ResolutionState - Enum in org.overlord.rtgov.ui.client.model
This enumerated type represents the resolution states.
resolve(ClassLoader) - Method in class org.overlord.rtgov.epn.EventList
This method resolves the contained list.
ResponseReceived - Class in org.overlord.rtgov.activity.model.soa
This activity type represents a received request.
ResponseReceived() - Constructor for class org.overlord.rtgov.activity.model.soa.ResponseReceived
The default constructor.
ResponseReceived(ResponseReceived) - Constructor for class org.overlord.rtgov.activity.model.soa.ResponseReceived
The copy constructor.
ResponseSent - Class in org.overlord.rtgov.activity.model.soa
This activity type represents a sent request.
ResponseSent() - Constructor for class org.overlord.rtgov.activity.model.soa.ResponseSent
The default constructor.
ResponseSent(ResponseSent) - Constructor for class org.overlord.rtgov.activity.model.soa.ResponseSent
The copy constructor.
ResponseTime - Class in org.overlord.rtgov.analytics.service
This class represents response time information associated with the invocation of a service.
ResponseTime() - Constructor for class org.overlord.rtgov.analytics.service.ResponseTime
Default constructor.
ResponseTime(ResponseTime) - Constructor for class org.overlord.rtgov.analytics.service.ResponseTime
Copy constructor.
RESTActiveCollectionServer - Class in org.overlord.rtgov.active.collection.rest
This class represents the RESTful interface to the active collection server.
RESTActiveCollectionServer() - Constructor for class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServer
This is the default constructor.
RESTActiveCollectionServerApplication - Class in org.overlord.rtgov.active.collection.rest
This class represents the REST application for the active collection manager.
RESTActiveCollectionServerApplication() - Constructor for class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServerApplication
This is the default constructor.
RESTActivityServer - Class in org.overlord.rtgov.activity.server.rest.client
This class provides the REST client implementation of the activity server.
RESTActivityServer() - Constructor for class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
The default constructor.
RESTActivityServer - Class in org.overlord.rtgov.activity.server.rest
This class represents the RESTful interface to the activity server.
RESTActivityServer() - Constructor for class org.overlord.rtgov.activity.server.rest.RESTActivityServer
This is the default constructor.
RESTActivityServerApplication - Class in org.overlord.rtgov.activity.server.rest
This class represents the REST application for the activity server.
RESTActivityServerApplication() - Constructor for class org.overlord.rtgov.activity.server.rest.RESTActivityServerApplication
This is the default constructor.
RESTReportServer - Class in org.overlord.rtgov.reports.rest
This class represents the RESTful interface to the report server.
RESTReportServer() - Constructor for class org.overlord.rtgov.reports.rest.RESTReportServer
This is the default constructor.
RESTReportServerApplication - Class in org.overlord.rtgov.reports.rest
This class represents the REST application for the report server.
RESTReportServerApplication() - Constructor for class org.overlord.rtgov.reports.rest.RESTReportServerApplication
This is the default constructor.
resubmit(String, String, MessageBean) - Method in class org.overlord.rtgov.ui.provider.ResubmitActionProvider
This method resubmits the supplied message to the target service and operation.
resubmit(String, MessageBean, String) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
This method resubmits the supplied message to the service associated with the identified situation.
resubmit(SituationsFilterBean, String) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
This method resubmits all situation's matching the given filter criteria
RESUBMIT_AT_PROPERTY - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Resubmit 'at' property.
RESUBMIT_BY_PROPERTY - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Resubmit 'by' property.
RESUBMIT_ERROR_MESSAGE - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Resubmit error message property.
RESUBMIT_RESULT_ERROR - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Resubmit result error property.
RESUBMIT_RESULT_PROPERTY - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Resubmit result property.
RESUBMIT_RESULT_SUCCESS - Static variable in interface org.overlord.rtgov.analytics.situation.store.SituationStore
Resubmit result successful property.
ResubmitActionProvider - Class in org.overlord.rtgov.ui.provider
This interface represents the action provider for the Resubmit task.
ResubmitActionProvider() - Constructor for class org.overlord.rtgov.ui.provider.ResubmitActionProvider
 
resubmitAt() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
resubmitBy() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
resubmitError() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
resubmitErrorMessage() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
resubmitResult() - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
RESUBMITTED_SITUATION_ID - Static variable in class org.overlord.rtgov.analytics.situation.Situation
The property name used to defined the resubmitted situation id.
ResultHandler - Interface in org.overlord.rtgov.ep
This interface represents a listener which will be informed when a result is produced by an Event Processor that is operating asynchronously.
retainAll(Collection<?>) - Method in class org.overlord.rtgov.active.collection.ActiveList
retry(String, String, String, String, EventList, int) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method handles retrying the supplied set of events, if the number of retries left is greater than 0.
rollbackTxn() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method rolls back the transaction.
Row() - Constructor for class org.overlord.rtgov.reports.model.Tabular.Row
 
RPCActivityType - Class in org.overlord.rtgov.activity.model.soa
This activity type represents a RPC activity.
RPCActivityType() - Constructor for class org.overlord.rtgov.activity.model.soa.RPCActivityType
The default constructor.
RPCActivityType(RPCActivityType) - Constructor for class org.overlord.rtgov.activity.model.soa.RPCActivityType
The copy constructor.
RTGOV_POLICY - Static variable in class org.overlord.rtgov.active.collection.predicate.MVEL
The RTGov security policy.
RTGOV_PROPERTY_PREFIX - Static variable in class org.overlord.rtgov.activity.model.ActivityType
Property representing a RTGov header value.
RTGovProperties - Class in org.overlord.rtgov.common.util
This class provides access to Runtime Governance properties.
RTGovPropertiesProvider - Interface in org.overlord.rtgov.common.util
This interface provides access to Runtime Governance properties.
run() - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager.HouseKeeper
run() - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource.Aggregator
run() - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EPNTask

S

saveDocument(Document, OutputStream) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method saves the supplied document to the output stream.
ScriptEvaluator - Class in org.overlord.rtgov.activity.processor
This abstract class represents a script evaluator.
ScriptEvaluator() - Constructor for class org.overlord.rtgov.activity.processor.ScriptEvaluator
 
search(SituationsFilterBean) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
Search for services using the given filters and search text.
Section - Class in org.overlord.rtgov.reports.model
This class represents a section within the report.
Section() - Constructor for class org.overlord.rtgov.reports.model.Section
 
send(EventList) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
send(EventList, int) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
send(EventList, List<Channel>) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
This method sends the supplied events to the supplied list of channels.
send(EventList, List<Channel>) - Method in interface org.overlord.rtgov.epn.EPNContainer
This method sends the supplied events to the supplied list of channels.
send(EventList) - Method in class org.overlord.rtgov.epn.jms.JMSChannel
send(EventList, int) - Method in class org.overlord.rtgov.epn.jms.JMSChannel
send(EventList, List<Channel>) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl.JMSEPNContainer
This method sends the supplied events to the supplied list of channels.
sendMessage() - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method sends the message.
sendMessage() - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method sends the message.
serialize(Network) - Static method in class org.overlord.rtgov.epn.util.NetworkUtil
This method serializes an Event Processor Network into a JSON representation.
serializeACS(List<ActiveCollectionSource>) - Static method in class org.overlord.rtgov.active.collection.util.ActiveCollectionUtil
This method serializes a list of Active Collection Sources into a JSON representation.
serializeActivityTypeList(List<ActivityType>) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method serializes an ActivityType event list into a JSON representation.
serializeActivityUnit(ActivityUnit) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method serializes an Activity event into a JSON representation.
serializeActivityUnitList(List<ActivityUnit>) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method serializes an ActivityUnit list into a JSON representation.
serializeActivityValidatorList(List<ActivityValidator>) - Static method in class org.overlord.rtgov.activity.util.ActivityValidatorUtil
This method serializes an ActivityValidator list into a JSON representation.
serializeCalendar(Calendar) - Static method in class org.overlord.rtgov.reports.util.ReportsUtil
This method serializes a calendar into a JSON representation.
serializeCallTrace(CallTrace) - Static method in class org.overlord.rtgov.call.trace.util.CallTraceUtil
This method serializes a call trace into a JSON representation.
serializeIgnoreSubject(IgnoreSubject) - Static method in class org.overlord.rtgov.analytics.util.SituationUtil
This method serializes an IgnoreSubject into a JSON representation.
serializeInformationProcessorList(List<InformationProcessor>) - Static method in class org.overlord.rtgov.activity.util.InformationProcessorUtil
This method serializes an InformationProcessor list into a JSON representation.
SerializeInformationTransformer - Class in org.overlord.rtgov.activity.processor
This class represents a serialization based information transformer.
SerializeInformationTransformer() - Constructor for class org.overlord.rtgov.activity.processor.SerializeInformationTransformer
 
serializeQuerySpec(QuerySpec) - Static method in class org.overlord.rtgov.active.collection.util.ActiveCollectionUtil
This method serializes a query specification into a JSON representation.
serializeQuerySpec(QuerySpec) - Static method in class org.overlord.rtgov.activity.util.ActivityUtil
This method serializes a Query Spec into a JSON representation.
serializeReport(Report) - Static method in class org.overlord.rtgov.reports.util.ReportsUtil
This method serializes a report into a JSON representation.
serializeReportDefinition(ReportDefinition) - Static method in class org.overlord.rtgov.reports.util.ReportsUtil
This method serializes a report definition into a JSON representation.
serializeServiceDefinition(ServiceDefinition) - Static method in class org.overlord.rtgov.analytics.util.ServiceDefinitionUtil
This method serializes a Service Definition into a JSON representation.
serializeSituation(Situation) - Static method in class org.overlord.rtgov.analytics.util.SituationUtil
This method serializes a Situation into a JSON representation.
Service - Class in org.overlord.rtgov.common.service
This abstract class defines a service that is available to other runtime governance components.
Service() - Constructor for class org.overlord.rtgov.common.service.Service
 
SERVICE_BORDER_PADDING - Static variable in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the padding gap around the service inside.
SERVICE_HEADER_PADDING - Static variable in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the padding for the service node header.
SERVICE_HORIZONTAL_PADDING - Static variable in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the horizontal padding between service nodes.
SERVICE_INITIAL_HORIZONTAL_PADDING - Static variable in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the initial horizontal padding for the root service nodes.
SERVICE_VERTICAL_PADDING - Static variable in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the vertical padding between service nodes.
SERVICE_WIDTH - Static variable in class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the width of a service node.
ServiceBean - Class in org.overlord.rtgov.ui.client.model
Models the full details of a service.
ServiceBean() - Constructor for class org.overlord.rtgov.ui.client.model.ServiceBean
Constructor.
ServiceDefinition - Class in org.overlord.rtgov.analytics.service
This class represents the service contract details associated with a service type.
ServiceDefinition() - Constructor for class org.overlord.rtgov.analytics.service.ServiceDefinition
Default constructor.
ServiceDefinitionUtil - Class in org.overlord.rtgov.analytics.util
This class provides utility functions related to the service definition.
ServiceDependencyBuilder - Class in org.overlord.rtgov.service.dependency
This class builds a service view representing the dependency between a list of service definitions.
ServiceGraph - Class in org.overlord.rtgov.service.dependency
This class represents the service graph.
ServiceGraph() - Constructor for class org.overlord.rtgov.service.dependency.ServiceGraph
The default constructor.
ServiceGraphLayout - Interface in org.overlord.rtgov.service.dependency.layout
This interface represents the service graph layout algorithm.
ServiceGraphLayoutImpl - Class in org.overlord.rtgov.service.dependency.layout
This class represents the default service graph layout algorithm implementation.
ServiceGraphLayoutImpl() - Constructor for class org.overlord.rtgov.service.dependency.layout.ServiceGraphLayoutImpl
 
ServiceNode - Class in org.overlord.rtgov.service.dependency
This class represents a node in the service graph.
ServiceNode() - Constructor for class org.overlord.rtgov.service.dependency.ServiceNode
The default constructor.
ServiceResultSetBean - Class in org.overlord.rtgov.ui.client.model
Models the set of Service summary objects returned by a Services search.
ServiceResultSetBean() - Constructor for class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
Constructor.
ServicesFilterBean - Class in org.overlord.rtgov.ui.client.model
All of the user's filter settings (configured on the left-hand sidebar of the Services page).
ServicesFilterBean() - Constructor for class org.overlord.rtgov.ui.client.model.ServicesFilterBean
Constructor.
ServicesProvider - Interface in org.overlord.rtgov.ui.provider
This interface provides access to information regarding services being managed through runtime governance.
ServicesSearchBean - Class in org.overlord.rtgov.ui.client.model
Services search information.
ServicesSearchBean() - Constructor for class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
ServiceSummaryBean - Class in org.overlord.rtgov.ui.client.model
A simple data bean for returning summary information for single service.
ServiceSummaryBean() - Constructor for class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
Constructor.
ServiceTree - Class in org.overlord.rtgov.service.dependency
Deprecated.
This class is no longer required and will be removed in a subsequent release.
ServiceTree() - Constructor for class org.overlord.rtgov.service.dependency.ServiceTree
Deprecated.
The default constructor.
setActiveChangeListeners(List<AbstractActiveChangeListener>) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method returns the list of active change listeners to be automatically registered against the active collection associated with this source..
setActiveCollection(ActiveCollection) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the Active Collection associated with the source.
setActiveCollectionManager(ActiveCollectionManager) - Static method in class org.overlord.rtgov.active.collection.ActiveCollectionManagerAccessor
This method sets the active collection manager.
setActiveCollectionManager(ActiveCollectionManager) - Method in class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServer
This method sets the active collection manager.
setActiveCollectionManager(ActiveCollectionManager) - Method in class org.overlord.rtgov.active.collection.rest.RESTActiveCollectionServerApplication
This method sets the active collection manager on the server.
setActiveCollectionManager(ActiveCollectionManager) - Method in class org.overlord.rtgov.active.collection.service.ActiveCollectionService
This method sets the active collection manager.
setActiveCollectionManager(ActiveCollectionManager) - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer
This method sets the active collection manager.
setActivityCollector(ActivityCollector) - Static method in class org.overlord.rtgov.activity.collector.ActivityCollectorAccessor
This method sets the activity collector.
setActivityCollector(ActivityCollector) - Static method in class org.overlord.rtgov.client.ActivityProxyHelper
This method sets the activity collector.
setActivityCollector(ActivityCollector) - Method in class org.overlord.rtgov.client.DefaultActivityReporter
This method sets the activity collector.
setActivityServer(ActivityServer) - Method in class org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger
This method sets the activity server.
setActivityServer(ActivityServer) - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServer
This method sets the activity server.
setActivityServer(ActivityServer) - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServerApplication
This method sets the activity server.
setActivityServer(ActivityServer) - Method in interface org.overlord.rtgov.call.trace.CallTraceService
This method sets the activity server.
setActivityServer(ActivityServer) - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method sets the activity server.
setActivityTypeIds(Set<ActivityTypeId>) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the list of activity type ids.
setActivityTypes(List<ActivityType>) - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method sets the activity types.
setActivityUnitLogger(ActivityUnitLogger) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method sets the activity logger.
setActivityValidatorManager(ActivityValidatorManager) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method sets the activity validator manager.
setActivityValidatorManager(ActivityValidatorManager) - Static method in class org.overlord.rtgov.activity.validator.ActivityValidatorManagerAccessor
This method sets the activity validator manager.
setAggregationDuration(long) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the aggregation duration.
setAggregationScript(String) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the aggregation script.
setApplication(QName) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
setApplication(String) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
setApplication(QName) - Method in class org.overlord.rtgov.ui.client.model.ReferenceBean
 
setApplication(String) - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
setApplication(QName) - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
setApplication(String) - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
setApplicationName(String) - Method in class org.overlord.rtgov.ui.client.model.ServicesFilterBean
 
setApplicationNames(List<QName>) - Method in class org.overlord.rtgov.ui.client.model.ApplicationListBean
 
setAssignedToCurrentUser(boolean) - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
setAsynchronous(boolean) - Method in class org.overlord.rtgov.ep.EventProcessor
This method sets whether an asynchronous results listener will be required for this event processor.
setAverage(long) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the average duration.
setAverage(long) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the average.
setAverageChange(int) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the average duration change (if applicable).
setBindings(Set<BindingBean>) - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
setBindings(Set<BindingBean>) - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
setBulkSize(int) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method sets the _bulkSize.
setBulkSize(int) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method sets the _bulkSize.
setCache(String) - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveCollectionFactory
This method sets the cache name.
setCacheManager(CacheManager) - Method in class org.overlord.rtgov.situation.manager.DefaultSituationManager
Deprecated.
This method sets the cache manager.
setCallTrace(CallTraceBean) - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
setClockType(String) - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method sets the clock type (default is realtime).
setCollection(String) - Method in class org.overlord.rtgov.active.collection.command.Register
This method sets the active collection name.
setCollection(String) - Method in class org.overlord.rtgov.active.collection.command.Unregister
This method sets the active collection name.
setCollection(String) - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method sets the name of the collection.
setCollectionEnabled(boolean) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method sets whether the collection process should be enabled.
setCollectionEnabled(boolean) - Method in interface org.overlord.rtgov.activity.collector.AbstractActivityCollectorMBean
This method sets whether the collection process should be enabled.
setCollectorContext(CollectorContext) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method sets the collector context.
setColumnNames(List<String>) - Method in class org.overlord.rtgov.reports.model.Tabular.Header
This method sets the column names.
setComponent(String) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the name of the component (or service) that is being called.
setComponent(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setConfiguration(String) - Method in class org.overlord.rtgov.ep.jpa.JPAEventProcessor
 
setConnectionFactory(ConnectionFactory) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method sets the connection factory.
setContainer(String) - Method in class org.overlord.rtgov.active.collection.infinispan.InfinispanActiveCollectionFactory
This method sets the JNDI name for the container resource.
setContainer(String) - Method in class org.overlord.rtgov.common.infinispan.service.InfinispanCacheManager
This method sets the JNDI name for the container resource.
setContainer(EPNContainer) - Method in class org.overlord.rtgov.epn.Node
This method sets the EPN container.
setContent(String) - Method in class org.overlord.rtgov.activity.model.common.MessageExchange
This method sets the content.
setContent(String) - Method in class org.overlord.rtgov.ui.client.model.MessageBean
 
setContentScript(String) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method sets the content script.
setContentType(String) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method sets the content type.
setContext(Set<Context>) - Method in class org.overlord.rtgov.activity.model.ActivityType
This method sets the context.
setContext(List<Context>) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the context.
setContext(List<Context>) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method sets the context.
setContext(Set<Context>) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the context.
setContext(ReportContext) - Method in class org.overlord.rtgov.reports.AbstractReportManager
Deprecated.
This method sets the report context.
setContext(List<NameValuePairBean>) - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
setContexts(List<TypeProcessor.ContextEvaluator>) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method sets the context evaluators.
setCopyOnRead(boolean) - Method in class org.overlord.rtgov.active.collection.ActiveList
This method sets the copy on read flag.
setCount(int) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the count.
setCountChange(int) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the count change (if applicable).
setCreated(String) - Method in class org.overlord.rtgov.reports.model.Report
This method sets the created date/time.
setCustomType(String) - Method in class org.overlord.rtgov.activity.model.app.CustomActivity
This method sets the custom activity type.
setDay(int) - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method sets the day.
setDerived(List<ActiveCollectionSource.DerivedDefinition>) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the list of derived active collection definitions.
setDescription(String) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the situation description.
setDescription(String) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
 
setDescription(String) - Method in class org.overlord.rtgov.call.trace.model.Task
This method sets the description of the task.
setDescription(String) - Method in class org.overlord.rtgov.reports.model.Section
This method sets the description.
setDescription(String) - Method in class org.overlord.rtgov.service.dependency.ServiceGraph
This method sets the description.
setDescription(String) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setDescription(String) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setDescription(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setDescriptionScript(String) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method sets the description script for the JMX MBean.
setDestination(String) - Method in class org.overlord.rtgov.activity.model.mom.MOMActivityType
This method sets the destination.
setDestinationSubjects(List<String>) - Method in class org.overlord.rtgov.epn.Node
This method sets the list of destination subjects.
setDuration(long) - Method in class org.overlord.rtgov.call.trace.model.TraceNode
This method sets the duration of the task.
setDuration(long) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setEndHour(int) - Method in class org.overlord.rtgov.reports.model.Calendar.WorkingDay
This method sets the end hour.
setEndMinute(int) - Method in class org.overlord.rtgov.reports.model.Calendar.WorkingDay
This method sets the end minute.
setEntityManager(String) - Method in class org.overlord.rtgov.ep.jpa.JPAEventProcessor
Deprecated.
JPAEventProcessor now uses native Hibernate ORM. Include a hibernate.cfg.xml file in your src/main/resources. JPAEventProcessor.JPAEventProcessor() will automatically find it.
setEPNManager(EPNManager) - Static method in class org.overlord.rtgov.epn.EPNManagerAccessor
This method sets the EPN manager.
setEvaluator(ExpressionEvaluator) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method sets the context value's expression evaluator.
setEvaluator(ExpressionEvaluator) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
This method sets the context value's expression evaluator.
setEventProcessingMode(String) - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method sets the event processing mode (default is cloud mode).
setEventProcessor(EventProcessor) - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method sets the event processor used to intercept and analyse the activity event.
setEventProcessor(EventProcessor) - Method in class org.overlord.rtgov.epn.Node
This method sets the event processor.
setEventsDestination(Destination) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method sets the events destination.
setEventsDestinationName(String) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method sets the events destination name.
setException(UiException) - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
setExcludedDays(List<Calendar.ExcludedDay>) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the list of excluded days.
setExpression(String) - Method in class org.overlord.rtgov.active.collection.predicate.MVEL
This method sets the expression.
setExpression(String) - Method in class org.overlord.rtgov.activity.processor.ExpressionEvaluator
This method sets the expression.
setExpression(String) - Method in class org.overlord.rtgov.activity.processor.mvel.MVELInformationTransformer
This method sets the expression.
setExpression(String) - Method in class org.overlord.rtgov.activity.processor.ScriptEvaluator
This method sets the expression.
setExpression(String) - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This method sets the expression.
setExpression(String) - Method in class org.overlord.rtgov.ep.mvel.MVELPredicate
This method sets the expression.
setFactory(ActiveCollectionFactory) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the factory responsible for creating the active collection.
setFailedCount(int) - Method in class org.overlord.rtgov.ui.client.model.BatchRetryResult
 
setFault(String) - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method sets the fault.
setFault(String) - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method sets the optional fault.
setFault(String) - Method in class org.overlord.rtgov.analytics.service.RequestFaultDefinition
This method sets the optional fault.
setFault(String) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the optional fault.
setFault(String) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the name of the optional fault that is being returned.
setFault(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setFaults(int) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the number of invocations that resulted in a fault.
setFilters(ServicesFilterBean) - Method in class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
setFormat(String) - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This method sets the format.
setFriday(Calendar.WorkingDay) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the working day for Friday.
setFrom(String) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method set the 'from' email address.
setFromTimestamp(long) - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This method sets the 'from' timestamp.
setFromTimestamp(long) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method sets the from timestamp.
setGenerator(ReportGenerator) - Method in class org.overlord.rtgov.reports.ReportDefinition
This method sets the report generator.
setGroupBy(String) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the 'group by' expression.
setHeader(String) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method sets the header name.
setHeader(String) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
This method sets the header name.
setHeader(Tabular.Header) - Method in class org.overlord.rtgov.reports.model.Tabular
This method sets the header.
setHeaderFormats(Map<String, String>) - Method in class org.overlord.rtgov.ui.client.model.MessageBean
This method sets the header formats.
setHeaders(Map<String, String>) - Method in class org.overlord.rtgov.ui.client.model.MessageBean
This method sets the headers.
setHighWaterMark(int) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method sets the high water mark, used to indicate when a warning should be issued.
setHighWaterMark(int) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the high water mark, used to indicate when a warning should be issued.
setHighWaterMarkWarningIssued(boolean) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method sets whether the high water mark warning has been issued.
setHost(String) - Method in class org.overlord.rtgov.activity.model.Origin
This method sets the host.
setHosts(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method returns the hosts.
setHosts(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
Deprecated.
should not be used. only used if need to connect directly to specific nodes over tcp. Use elasticsearch-es.properties instead
setHouseKeepingInterval(long) - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method sets the house keeping interval.
setHouseKeepingInterval(long) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method sets the house keeping interval.
setId(String) - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method sets the activity id.
setId(Long) - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method sets the id.
setId(String) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the id.
setIdScript(String) - Method in class org.overlord.rtgov.ep.keyvaluestore.KeyValueStoreEventProcessor
This method sets the script responsible for identifying the id.
setIface(String) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
setIface(String) - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
setIface(String) - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
setIface(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setIgnoredCount(int) - Method in class org.overlord.rtgov.ui.client.model.BatchRetryResult
 
setImplementation(String) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
setIncludeHeaders(boolean) - Method in class org.overlord.rtgov.activity.processor.SerializeInformationTransformer
This method sets whether headers should be included with the serialized representation.
setIndex(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method sets the index.
setIndex(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method sets the index.
setInformationProcessorManager(InformationProcessorManager) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method sets the information processor manager.
setInformationProcessorManager(InformationProcessorManager) - Static method in class org.overlord.rtgov.activity.processor.InformationProcessorManagerAccessor
This method sets the information processor manager.
setInitConsumers(boolean) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method determines whether consumers should be initialized.
setInsertType(String) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method sets the insert type for the JMX MBean.
setInsertTypeScript(String) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method sets the insert type script for the JMX MBean.
setInstanceId(String) - Method in class org.overlord.rtgov.activity.model.bpm.BPMActivityType
This method sets the instance id.
setInterface(String) - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method sets the interface.
setInterface(String) - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
This method sets the interface.
setInterface(String) - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method sets the interface.
setInterface(String) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the interface.
setInterface(String) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the interface that is being called.
setInterfaces(List<InterfaceDefinition>) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method sets the list of interfaces associated with the service.
setInternal(boolean) - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method sets whether the service is internal (i.e.
setInternal(boolean) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets whether the service is internal (i.e.
setInternal(boolean) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method sets whether the service is internal (i.e.
setInvocations(List<InvocationDefinition>) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method sets the list of invocations associated with the operation.
setItemExpiration(long) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method sets the item expiration duration.
setItemExpiration(long) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the item expiration duration.
setItemsPerPage(int) - Method in class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
 
setItemsPerPage(int) - Method in class org.overlord.rtgov.ui.client.model.SituationResultSetBean
 
setJNDIName(String) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method set the JNDI name for the mail session.
setKey(Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap.Entry
This method sets the key.
setKey(Object) - Method in class org.overlord.rtgov.active.collection.command.ActiveChangeNotification
This method sets the key.
setLastAccessed(Network, long) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method sets the last accessed timestamp on the supplied network.
setLazy(boolean) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets whether the active collection associated with this source should be created lazily or upon registration.
setLevel(LogMessage.Level) - Method in class org.overlord.rtgov.activity.model.app.LogMessage
This method sets the level.
setLocale(Locale) - Static method in class org.overlord.rtgov.ui.server.i18n.AbstractMessages
 
setLocalPart(String) - Method in class org.overlord.rtgov.ui.client.model.QName
 
setMaintenanceScript(String) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the maintenance script.
setManager(EPNManager) - Method in class org.overlord.rtgov.activity.server.epn.EPNActivityNotifier
This method sets the Event Processor Network Manager.
setManualResolutionPossible(boolean) - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
setMax(long) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the maximum duration.
setMax(long) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the maximum duration.
setMaxChange(int) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the maximum duration change (if applicable).
setMaxItems(int) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method sets the maximum number of items that will be in the active collection.
setMaxItems(int) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the maximum number of items that will be in the active collection.
setMaxItems(int) - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method sets the maximum number of items that should be included in the query result, or 0 if unrestricted.
setMaxRetries(int) - Method in class org.overlord.rtgov.epn.Node
This method sets the maximum number of retries for processing an event.
setMaxTimeInterval(long) - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method sets the maximum time interval that should be logged within a single batch.
setMaxTimeInterval(long) - Method in interface org.overlord.rtgov.activity.collector.BatchedActivityUnitLoggerMBean
This method sets the maximum time interval that should be logged within a single batch.
setMaxUnitCount(int) - Method in class org.overlord.rtgov.activity.collector.BatchedActivityUnitLogger
This method sets the maximum number of activity units that should be logged within a single batch.
setMaxUnitCount(int) - Method in interface org.overlord.rtgov.activity.collector.BatchedActivityUnitLoggerMBean
This method sets the maximum number of messages that should be logged within a single batch.
setMessage(String) - Method in class org.overlord.rtgov.activity.model.app.LogMessage
This method sets the message.
setMessage(String) - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
setMessage(MessageBean) - Method in class org.overlord.rtgov.ui.client.model.SituationBean
This method sets the optional request message.
setMessageId(String) - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method sets the message id associated with the activity.
setMessageType(String) - Method in class org.overlord.rtgov.activity.model.common.MessageExchange
This method sets the message type.
setMessageWidget(Object) - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
setMetrics(InvocationMetric) - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method sets the invocation metric information.
setMetrics(InvocationMetric) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method sets the invocation metric information.
setMin(long) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the minimum duration.
setMin(long) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the minimum duration.
setMinChange(int) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
This method sets the minimum duration change (if applicable).
setMonday(Calendar.WorkingDay) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the working day for Monday.
setMonth(int) - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method sets the month.
setName(String) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource.DerivedDefinition
This method sets the name of the derived collection.
setName(String) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the name of the active collection that this source represents.
setName(String) - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
This method sets the name of the information processor.
setName(String) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
This method sets the property name.
setName(String) - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method sets the name of the activity validator.
setName(String) - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method sets the operation name.
setName(String) - Method in class org.overlord.rtgov.epn.Network
This method sets the name of the network.
setName(String) - Method in class org.overlord.rtgov.epn.Node
This method sets the node name.
setName(String) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the name of the calendar.
setName(String) - Method in class org.overlord.rtgov.reports.model.Section
This method sets the name.
setName(String) - Method in class org.overlord.rtgov.reports.ReportDefinition
This method sets the name of the report.
setName(QName) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
setName(String) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
setName(String) - Method in class org.overlord.rtgov.ui.client.model.NameValuePairBean
 
setName(QName) - Method in class org.overlord.rtgov.ui.client.model.ReferenceBean
 
setName(String) - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
setName(QName) - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
setName(String) - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
setNamespaces(Map<String, String>) - Method in class org.overlord.rtgov.activity.processor.xpath.XPathExpressionEvaluator
This method sets the map of prefixes to namespaces.
setNamespaceURI(String) - Method in class org.overlord.rtgov.ui.client.model.QName
 
setNode(String) - Method in class org.overlord.rtgov.activity.model.Origin
This method sets the name of the node.
setNodeName(String) - Method in class org.overlord.rtgov.epn.Subscription
This method sets the node name.
setNodes(List<Node>) - Method in class org.overlord.rtgov.epn.Network
This method sets the event processor nodes.
setNotifications(List<Notification>) - Method in class org.overlord.rtgov.epn.Node
This method sets the list of notifications.
setNotificationsDestination(Destination) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method sets the notifications destination.
setNotificationsDestinationName(String) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method sets the notifications destination name.
setObjectName(String) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method sets the object name for the JMX MBean.
setOperation(String) - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method sets the operation.
setOperation(String) - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method sets the operation.
setOperation(String) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the operation.
setOperation(String) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the name of the operation that is being called.
setOperation(OperationDefinition) - Method in class org.overlord.rtgov.service.dependency.OperationNode
This method sets the operation.
setOperation(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setOperations(List<OperationDefinition>) - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
This method sets the list of operations associated with the interface.
setOptional(boolean) - Method in class org.overlord.rtgov.activity.processor.ExpressionEvaluator
This method sets whether the value being obtained is optional.
setOrigin(Origin) - Method in class org.overlord.rtgov.activity.model.ActivityUnit
This method sets the origin.
setPage(int) - Method in class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
setParameters(Map<String, Object>) - Method in class org.overlord.rtgov.ep.EventProcessor
This method sets the map of names to parameters.
setParent(String) - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method sets the name of the parent collection.
setPassword(String) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method sets the password.
setPercentage(int) - Method in class org.overlord.rtgov.call.trace.model.TraceNode
This method sets the percentage of time taken by this task within a parent call scope.
setPercentage(int) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setPredicate(Predicate) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource.DerivedDefinition
This method sets the predicate for the derived collection.
setPredicate(Predicate) - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method sets the optional predicate.
setPredicate(Predicate) - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method sets the optional predicate that can be used to assess whether a supplied activity is applicable to the validator.
setPredicate(Predicate) - Method in class org.overlord.rtgov.epn.Node
This method sets the optional predicate that can be used to filter the source events that should be processed.
setPrincipal(String) - Method in class org.overlord.rtgov.activity.model.ActivityType
This method sets the principal associated with the activity event.
setPrincipal(String) - Method in class org.overlord.rtgov.activity.model.Origin
This method sets the principal.
setPrincipal(String) - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method sets the principal who recorded the subject as being ignored.
setPrincipal(String) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the principal.
setPrincipal(String) - Method in class org.overlord.rtgov.ui.client.model.MessageBean
 
setPrincipal(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setProcessedCount(int) - Method in class org.overlord.rtgov.ui.client.model.BatchRetryResult
 
setProcessType(String) - Method in class org.overlord.rtgov.activity.model.bpm.BPMActivityType
This method sets the process type.
setProperties(Map<String, Object>) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource.DerivedDefinition
This method sets the properties.
setProperties(Map<String, Object>) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the properties.
setProperties(Map<String, Object>) - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method sets the additional properties.
setProperties(Map<String, String>) - Method in class org.overlord.rtgov.activity.model.ActivityType
This method sets the properties.
setProperties(List<TypeProcessor.PropertyEvaluator>) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method sets the property evaluators.
setProperties(Map<String, String>) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method sets the properties.
setProperties(Map<String, String>) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the properties.
setProperties(Map<String, String>) - Method in class org.overlord.rtgov.analytics.situation.Situation
setProperties(String) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
 
setProperties(Properties) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
 
setProperties(Map<String, String>) - Method in class org.overlord.rtgov.call.trace.model.TraceNode
This method sets the properties of the task.
setProperties(Map<String, Object>) - Method in class org.overlord.rtgov.reports.model.Tabular.Summary
This method sets the properties.
setProperties(String) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setProperties(Map<String, String>) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setProperties(Map<String, String>) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setPropertiesProvider(RTGovPropertiesProvider) - Static method in class org.overlord.rtgov.common.util.RTGovProperties
This method sets the Runtime Governance properties.
setReason(String) - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method sets the reason.
setReason(String) - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method sets the reason for exclusion.
setReferenceId(String) - Method in class org.overlord.rtgov.ui.client.model.ReferenceBean
 
setReferenceId(String) - Method in class org.overlord.rtgov.ui.client.model.ReferenceSummaryBean
 
setReferenceInterface(String) - Method in class org.overlord.rtgov.ui.client.model.ReferenceBean
 
setReferences(List<ReferenceSummaryBean>) - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
setRegister(Register) - Method in class org.overlord.rtgov.active.collection.command.ActiveCollectionCommand
This method sets the Register command.
setRemoveType(String) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method sets the remove type for the JMX MBean.
setRemoveTypeScript(String) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method sets the remove type script for the JMX MBean.
setReplyToId(String) - Method in class org.overlord.rtgov.activity.model.soa.ResponseReceived
This method sets the 'reply to' message id.
setReplyToId(String) - Method in class org.overlord.rtgov.activity.model.soa.ResponseSent
This method sets the 'reply to' message id.
setReportManager(ReportManager) - Static method in class org.overlord.rtgov.reports.ReportManagerAccessor
Deprecated.
This method sets the report manager.
setReportManager(ReportManager) - Method in class org.overlord.rtgov.reports.rest.RESTReportServer
This method sets the report manager.
setReportManager(ReportManager) - Method in class org.overlord.rtgov.reports.rest.RESTReportServerApplication
This method sets the report manager.
setRequest(String) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the request content.
setRequest(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setRequestFaults(List<RequestFaultDefinition>) - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method sets the list of faults associated with the operation.
setRequestId(ActivityTypeId) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method sets the request activity type id.
setRequestId(ActivityTypeId) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the request activity type id.
setRequestLatency(long) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the request latency.
setRequestLatency(long) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setRequestResponse(RequestResponseDefinition) - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method sets the normal response details.
setResolutionState(String) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method sets the resolution state.
setResolutionState(String) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setResolutionState(String) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setResponse(String) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the response content.
setResponse(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setResponseId(ActivityTypeId) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
This method sets the response activity type id.
setResponseId(ActivityTypeId) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the response activity type id.
setResponseLatency(long) - Method in class org.overlord.rtgov.call.trace.model.Call
This method sets the response latency.
setResponseLatency(long) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setResponseSize(int) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method sets the response size.
setResubmissionFailureTotalCount(int) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setResubmitPossible(boolean) - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
setResubmittedSituationId(String) - Method in class org.overlord.rtgov.ui.client.model.SituationBean
This method sets the resubmitted situation id.
setResultHandler(ResultHandler) - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method sets the result handler, informed of a result if the event processor is operating in an asynchronous mode.
setResultHandler(ResultHandler) - Method in class org.overlord.rtgov.ep.EventProcessor
This method sets the result handler, informed of a result if the event processor is operating in an asynchronous mode.
setRetryInterval(long) - Method in class org.overlord.rtgov.epn.Node
This method sets the retry interval.
setRootNode(ServiceNode) - Method in class org.overlord.rtgov.service.dependency.ServiceTree
Deprecated.
This method sets the root node.
setRootOnly(boolean) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setRows(List<Tabular.Row>) - Method in class org.overlord.rtgov.reports.model.Tabular
This method sets the rows.
setRuleName(String) - Method in class org.overlord.rtgov.ep.drools.DroolsEventProcessor
This method sets the rule name.
setSaturday(Calendar.WorkingDay) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the working day for Saturday.
setSchedule(long) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method sets the schedule.
setSchedule(long) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method sets the schedule.
setScheduledInterval(long) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the scheduled interval.
setScheduledScript(String) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the scheduled script.
setScript(ScriptEvaluator) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method sets the script evaluator.
setScript(String) - Method in class org.overlord.rtgov.ep.mvel.MVELEventProcessor
This method sets the script.
setScript(String) - Method in class org.overlord.rtgov.ep.mvel.MVELPredicate
This method sets the script.
setScriptLocation(String) - Method in class org.overlord.rtgov.reports.MVELReportGenerator
This method sets the script location.
setScriptLocation(String) - Method in class org.overlord.rtgov.service.dependency.presentation.MVELSeverityAnalyzer
This method sets the script location.
setSections(List<Section>) - Method in class org.overlord.rtgov.reports.model.Report
This method sets the sections of the report.
setServerPassword(String) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method sets the password for the Activity Server.
setServerURL(String) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method sets the URL of the Activity Server.
setServerUsername(String) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method sets the username for the Activity Server.
setService(ServiceDefinition) - Method in class org.overlord.rtgov.service.dependency.OperationNode
This method sets the service definition.
setService(ServiceDefinition) - Method in class org.overlord.rtgov.service.dependency.ServiceNode
This method sets the service definition.
setServiceGraph(String) - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
setServiceId(String) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
setServiceId(String) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceSummaryBean
 
setServiceId(String) - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
setServiceId(String) - Method in class org.overlord.rtgov.ui.client.model.ServiceSummaryBean
 
setServiceImplementation(String) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
setServiceInterface(String) - Method in class org.overlord.rtgov.ui.client.model.ComponentServiceBean
 
setServiceInterface(String) - Method in class org.overlord.rtgov.ui.client.model.ServiceBean
 
setServiceName(String) - Method in class org.overlord.rtgov.ui.client.model.ServicesFilterBean
 
setServices(Map<String, Service>) - Method in class org.overlord.rtgov.ep.EventProcessor
This method sets the map of names to services.
setServices(List<ServiceSummaryBean>) - Method in class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
 
setServiceType(String) - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
This method sets the optional service type.
setServiceType(String) - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method sets the optional service type.
setServiceType(String) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the service type.
setServiceType(String) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method sets the service type.
setSeverity(Situation.Severity) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the severity value.
setSeverity(Situation.Severity) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method sets the severity.
setSeverity(String) - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
setSeverity(String) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setSeverity(String) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setSeverityAnalyzer(SeverityAnalyzer) - Method in class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
This method sets the severity analyzer.
setSituationId(String) - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
setSituationId(String) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setSituationProperties(Map<String, String>) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the properties.
setSituations(List<SituationSummaryBean>) - Method in class org.overlord.rtgov.ui.client.model.SituationResultSetBean
 
setSortAscending(boolean) - Method in class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
setSortColumnId(String) - Method in class org.overlord.rtgov.ui.client.model.ServicesSearchBean
 
setSource(OperationNode) - Method in class org.overlord.rtgov.service.dependency.InvocationLink
This method sets the source operation node.
setSource(ServiceNode) - Method in class org.overlord.rtgov.service.dependency.UsageLink
This method sets the source service node.
setSourceNodes(List<String>) - Method in class org.overlord.rtgov.epn.Node
This method sets the list of sources.
setStartHour(int) - Method in class org.overlord.rtgov.reports.model.Calendar.WorkingDay
This method sets the start hour.
setStartIndex(int) - Method in class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
 
setStartIndex(int) - Method in class org.overlord.rtgov.ui.client.model.SituationResultSetBean
 
setStartMinute(int) - Method in class org.overlord.rtgov.reports.model.Calendar.WorkingDay
This method sets the start minute.
setState(String) - Method in class org.overlord.rtgov.ui.client.model.BindingBean
 
setStatus(ProcessCompleted.Status) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessCompleted
This method sets the status.
setStatus(TraceNode.Status) - Method in class org.overlord.rtgov.call.trace.model.TraceNode
This method sets the status.
setStatus(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setStyle(QuerySpec.Style) - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method sets the style that should be used for returning the result.
setStyleSheet(String) - Method in class org.overlord.rtgov.activity.processor.xslt.XSLTInformationTransformer
This method sets the stylesheet.
setSubject(String) - Method in class org.overlord.rtgov.active.collection.epn.EPNActiveCollectionSource
This method sets the subject.
setSubject(String) - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method sets the subject.
setSubject(String) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the subject.
setSubject(String) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method sets the subject.
setSubject(String) - Method in class org.overlord.rtgov.epn.Notification
This method sets the subject.
setSubject(String) - Method in class org.overlord.rtgov.epn.Subscription
This method sets the subject.
setSubject(String) - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
setSubject(String) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setSubject(String) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setSubjectScript(String) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method sets the subject script.
setSubscriptions(List<Subscription>) - Method in class org.overlord.rtgov.epn.Network
This method sets the list of subscriptions that the network will subscribe to for events.
setSummary(Tabular.Summary) - Method in class org.overlord.rtgov.reports.model.Tabular
This method sets the summary.
setSunday(Calendar.WorkingDay) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the working day for Sunday.
setTakeoverPossible(boolean) - Method in class org.overlord.rtgov.ui.client.model.SituationBean
 
setTarget(OperationNode) - Method in class org.overlord.rtgov.service.dependency.InvocationLink
This method sets the target operation node.
setTarget(ServiceNode) - Method in class org.overlord.rtgov.service.dependency.UsageLink
This method sets the target service node.
setTasks(List<TraceNode>) - Method in class org.overlord.rtgov.call.trace.model.CallTrace
This method sets the tasks.
setTasks(List<TraceNode>) - Method in class org.overlord.rtgov.call.trace.model.ParentNode
This method sets the tasks.
setTasks(List<TraceNodeBean>) - Method in class org.overlord.rtgov.ui.client.model.CallTraceBean
 
setTasks(List<TraceNodeBean>) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setThread(String) - Method in class org.overlord.rtgov.activity.model.Origin
This method sets the thread.
setThursday(Calendar.WorkingDay) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the working day for Thursday.
setTimeframe(long) - Method in class org.overlord.rtgov.activity.model.Context
This method sets the timeframe.
setTimeframe(long) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method sets the timeframe (in milliseconds) associated with a "Link" context type.
setTimestamp(long) - Method in class org.overlord.rtgov.activity.model.ActivityType
This method sets the timestamp.
setTimestamp(long) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
This method sets the timestamp.
setTimestamp(long) - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
This method sets the timestamp.
setTimestamp(long) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the timestamp.
setTimestamp(Date) - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
setTimestamp(Date) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setTimestampFrom(Date) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setTimestampTo(Date) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setTimeZone(TimeZone) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the timezone.
SETTINGS - Static variable in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
Settings for the index this store is related to.
setTitle(String) - Method in class org.overlord.rtgov.reports.model.Report
This method sets the title.
setTitle(String) - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
setTo(List<String>) - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method set the 'to' email addresses.
setTotalResults(long) - Method in class org.overlord.rtgov.ui.client.model.ServiceResultSetBean
 
setTotalResults(long) - Method in class org.overlord.rtgov.ui.client.model.SituationResultSetBean
 
setToTimestamp(long) - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
This method sets the 'to' timestamp.
setToTimestamp(long) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method sets the to timestamp.
setTransformer(InformationTransformer) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor
This method sets the information transformer used to derived the public representation of the information.
setTruncate(QuerySpec.Truncate) - Method in class org.overlord.rtgov.active.collection.QuerySpec
This method sets which part of the collection should be truncated if the collection contains more items than can be returned in the query result.
setTuesday(Calendar.WorkingDay) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the working day for Tuesday.
setType(ActiveCollectionType) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the active collection type.
setType(ActiveChangeNotification.ActiveChangeType) - Method in class org.overlord.rtgov.active.collection.command.ActiveChangeNotification
This method sets the active change type.
setType(Context.Type) - Method in class org.overlord.rtgov.activity.model.Context
This method sets the type.
setType(Context.Type) - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
This method sets the context type.
setType(String) - Method in class org.overlord.rtgov.analytics.situation.Situation
This method sets the situation type.
setType(String) - Method in class org.overlord.rtgov.analytics.situation.store.SituationsQuery
This method sets the type.
setType(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method sets the type.
setType(String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
This method sets the type.
setType(NotificationType) - Method in class org.overlord.rtgov.epn.Notification
This method sets the type.
setType(String) - Method in class org.overlord.rtgov.ui.client.model.BindingBean
 
setType(NotificationType) - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
setType(String) - Method in class org.overlord.rtgov.ui.client.model.SituationEventBean
 
setType(String) - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
setType(String) - Method in class org.overlord.rtgov.ui.client.model.SituationSummaryBean
 
setType(String) - Method in class org.overlord.rtgov.ui.client.model.TraceNodeBean
 
setUnitId(String) - Method in class org.overlord.rtgov.activity.model.ActivityType
This method sets the activity unit id.
setUnitId(String) - Method in class org.overlord.rtgov.activity.model.ActivityTypeId
This method sets the activity unit id.
setUnitIndex(int) - Method in class org.overlord.rtgov.activity.model.ActivityType
This method sets the index of the activity type within the activity unit.
setUnitIndex(int) - Method in class org.overlord.rtgov.activity.model.ActivityTypeId
This method sets the index of the activity type within the activity unit.
setUnregister(Unregister) - Method in class org.overlord.rtgov.active.collection.command.ActiveCollectionCommand
This method sets the Unregister command.
setUpdateType(String) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method sets the update type for the JMX MBean.
setUpdateTypeScript(String) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method sets the update type script for the JMX MBean.
setUsePrePostEventListProcessing(boolean) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method sets whether to use pre/post event list processing.
setUsername(String) - Method in class org.overlord.rtgov.epn.jms.JMSEPNManagerImpl
This method sets the username.
setUuid(String) - Method in class org.overlord.rtgov.ui.client.model.NotificationBean
 
setValue(Object) - Method in class org.overlord.rtgov.active.collection.ActiveMap.Entry
This method sets the value.
setValue(Object) - Method in class org.overlord.rtgov.active.collection.command.ActiveChangeNotification
This method sets the value.
setValue(String) - Method in class org.overlord.rtgov.activity.model.Context
This method sets the value.
setValue(String) - Method in class org.overlord.rtgov.ui.client.model.NameValuePairBean
 
setValues(List<Object>) - Method in class org.overlord.rtgov.reports.model.Tabular.Row
This method sets the values.
setValues(List<Object>) - Method in class org.overlord.rtgov.reports.model.Tabular.Summary
This method sets the values.
setVariableName(String) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
This method sets the variable name.
setVariableType(String) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
This method sets the variable type.
setVariableValue(String) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
This method sets the variable value.
setVersion(String) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessStarted
This method sets the version.
setVersion(String) - Method in class org.overlord.rtgov.activity.processor.InformationProcessor
This method sets the version of the information processor.
setVersion(String) - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method sets the version of the activity validator.
setVersion(String) - Method in class org.overlord.rtgov.epn.Network
This method sets the version associated with the network.
setVersion(String) - Method in class org.overlord.rtgov.reports.ReportDefinition
This method sets the version of the report.
setVisibility(ActiveCollectionVisibility) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method sets the visibility.
setVisibility(ActiveCollectionVisibility) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method sets the active collection visibility.
setWednesday(Calendar.WorkingDay) - Method in class org.overlord.rtgov.reports.model.Calendar
This method sets the working day for Wednesday.
setYear(int) - Method in class org.overlord.rtgov.reports.model.Calendar.ExcludedDay
This method sets the year.
Severity - Enum in org.overlord.rtgov.service.dependency.presentation
This enumerated type represents the severity levels.
SeverityAnalyzer - Interface in org.overlord.rtgov.service.dependency.presentation
This interface represents a severity analyzer algorithm used to determine the severity for a component based on supplied invocation metric information.
shallowCopy() - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
This method creates a shallow copy.
shallowCopy() - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
This method creates a shallow copy.
shallowCopy() - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
This method creates a shallow copy.
shallowCopy() - Method in class org.overlord.rtgov.analytics.service.RequestFaultDefinition
This method creates a shallow copy.
shallowCopy() - Method in class org.overlord.rtgov.analytics.service.RequestResponseDefinition
This method creates a shallow copy.
shallowCopy() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
This method creates a shallow copy.
shouldIncludeProperty(PropertyDescriptor) - Static method in class org.overlord.rtgov.call.trace.util.CallTraceUtil
This method determines whether the supplied property descriptor should be included in the activity type event's description.
shouldPostpone(CallTraceServiceImpl.CTState, ActivityUnit, List<ActivityUnit>, ActivityType) - Static method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method identifies whether processing should be postponed based on the current activity type.
Situation - Class in org.overlord.rtgov.analytics.situation
This class represents the occurrence of an SLA violation.
Situation() - Constructor for class org.overlord.rtgov.analytics.situation.Situation
 
Situation.Severity - Enum in org.overlord.rtgov.analytics.situation
This enumeration type represents the severity of the situation.
SituationBean - Class in org.overlord.rtgov.ui.client.model
Models the full details of a situation.
SituationBean() - Constructor for class org.overlord.rtgov.ui.client.model.SituationBean
Constructor.
SituationEventBean - Class in org.overlord.rtgov.ui.client.model
A simple data bean for a situation event.
SituationEventBean() - Constructor for class org.overlord.rtgov.ui.client.model.SituationEventBean
Constructor.
SituationEventListener - Interface in org.overlord.rtgov.ui.provider
This interface represents a listener interested in receiving situation events.
SituationManager - Interface in org.overlord.rtgov.situation.manager
Deprecated.
SituationResultSetBean - Class in org.overlord.rtgov.ui.client.model
Models the set of Situation summary objects returned by a Situations search.
SituationResultSetBean() - Constructor for class org.overlord.rtgov.ui.client.model.SituationResultSetBean
Constructor.
SituationsFilterBean - Class in org.overlord.rtgov.ui.client.model
All of the user's filter settings (configured on the left-hand sidebar of the Situations page).
SituationsFilterBean() - Constructor for class org.overlord.rtgov.ui.client.model.SituationsFilterBean
Constructor.
SituationsProvider - Interface in org.overlord.rtgov.ui.provider
This interface represents a provider that can supply information about 'Situations'.
SituationsQuery - Class in org.overlord.rtgov.analytics.situation.store
This class provides identifies the situations query criteria.
SituationsQuery() - Constructor for class org.overlord.rtgov.analytics.situation.store.SituationsQuery
The default constructor.
SituationStore - Interface in org.overlord.rtgov.analytics.situation.store
This interface provides access to the Situation store.
SituationStoreFactory - Class in org.overlord.rtgov.analytics.situation.store
This class represents a CDI factory for obtaining a situation store implementation.
SituationSummaryBean - Class in org.overlord.rtgov.ui.client.model
A simple data bean for returning summary information for single deployment.
SituationSummaryBean() - Constructor for class org.overlord.rtgov.ui.client.model.SituationSummaryBean
Constructor.
SituationUtil - Class in org.overlord.rtgov.analytics.util
This class provides utility functions related to the situation classes.
size() - Method in class org.overlord.rtgov.active.collection.ActiveList
size() - Method in class org.overlord.rtgov.active.collection.ActiveMap
size() - Method in class org.overlord.rtgov.epn.AbstractEPNManager.NetworkList
This method returns the number of networks in the list.
size() - Method in class org.overlord.rtgov.epn.EventList
This method returns the number of events.
SORT_COLID_NAME - Static variable in class org.overlord.rtgov.ui.client.model.Constants
 
SORT_COLID_RESOLUTION_STATE - Static variable in class org.overlord.rtgov.ui.client.model.Constants
 
SORT_COLID_SUBJECT - Static variable in class org.overlord.rtgov.ui.client.model.Constants
 
SORT_COLID_TIMESTAMP - Static variable in class org.overlord.rtgov.ui.client.model.Constants
 
SORT_COLID_TYPE - Static variable in class org.overlord.rtgov.ui.client.model.Constants
 
sortActivityUnitsByTime() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl.CTState
This method sorts the list of activity units based on time.
start(BundleContext) - Method in class org.overlord.rtgov.activity.osgi.Activator
start(BundleContext) - Method in class org.overlord.rtgov.analytics.situation.store.osgi.Activator
startScope() - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method can be used to create an application controlled scope.
startScope(ActivityUnit) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method starts the scope associated with the supplied activity unit.
startScope() - Method in interface org.overlord.rtgov.activity.collector.ActivityCollector
This method can be used to create an application controlled scope.
startTxn() - Method in class org.overlord.rtgov.call.trace.CallTraceServiceImpl
This method starts the transaction.
stop(BundleContext) - Method in class org.overlord.rtgov.activity.osgi.Activator
stop(BundleContext) - Method in class org.overlord.rtgov.analytics.situation.store.osgi.Activator
store(List<ActivityUnit>) - Method in interface org.overlord.rtgov.activity.server.ActivityServer
This method stores the supplied activity events.
store(List<ActivityUnit>) - Method in interface org.overlord.rtgov.activity.server.ActivityStore
This method stores the list of activity events.
store(List<ActivityUnit>) - Method in class org.overlord.rtgov.activity.server.jms.client.JMSActivityServer
This method stores the supplied activity events.
store(List<ActivityUnit>) - Method in class org.overlord.rtgov.activity.server.rest.client.RESTActivityServer
This method stores the supplied activity events.
store(String) - Method in class org.overlord.rtgov.activity.server.rest.RESTActivityServer
This method stores the supplied list of ActivityUnit objects.
store(List<ActivityUnit>) - Method in class org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore
 
store(List<ActivityUnit>) - Method in class org.overlord.rtgov.activity.store.jpa.JPAActivityStore
This method stores the list of activity events.
store(List<ActivityUnit>) - Method in class org.overlord.rtgov.activity.store.mem.MemActivityStore
This method stores the list of activity events.
store(Situation) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method persists the supplied situation.
store(Situation) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
This method persists the supplied situation.
SUBJECT_SEPARATOR_CHAR - Static variable in class org.overlord.rtgov.analytics.situation.Situation
The separator character between parts of the subject.
subjectAsParts() - Method in class org.overlord.rtgov.analytics.situation.Situation
This method returns the subject as its constituent parts.
subjects() - Method in class org.overlord.rtgov.epn.Network
This method returns the set of subjects that this network subscribes to.
Subscription - Class in org.overlord.rtgov.epn
This class represents a subscription used to define a route for events from a subject to a node.
Subscription() - Constructor for class org.overlord.rtgov.epn.Subscription
The default constructor for the subscription.
Summary() - Constructor for class org.overlord.rtgov.reports.model.Tabular.Summary
 
SVGServiceGraphGenerator - Class in org.overlord.rtgov.service.dependency.svg
This class generates a SVG representation of a service graph.
SVGServiceGraphGenerator() - Constructor for class org.overlord.rtgov.service.dependency.svg.SVGServiceGraphGenerator
The default constructor.

T

Tabular - Class in org.overlord.rtgov.reports.model
This class represents a tabular section within the report.
Tabular() - Constructor for class org.overlord.rtgov.reports.model.Tabular
 
Tabular.Header - Class in org.overlord.rtgov.reports.model
This class represents the table header.
Tabular.Row - Class in org.overlord.rtgov.reports.model
This class represents a row in the table.
Tabular.Summary - Class in org.overlord.rtgov.reports.model
This class represents the summary for a table of information.
Task - Class in org.overlord.rtgov.call.trace.model
This class represents a general task in the call trace tree.
Task() - Constructor for class org.overlord.rtgov.call.trace.model.Task
 
TaskDescriptor - Interface in org.overlord.rtgov.call.trace.descriptors
This class provides a descriptor for activities that may be presented within the call trace.
TaskDescriptorFactory - Class in org.overlord.rtgov.call.trace.descriptors
This class provides a factory for task descriptors.
toArray() - Method in class org.overlord.rtgov.active.collection.ActiveList
toArray(T[]) - Method in class org.overlord.rtgov.active.collection.ActiveList
toString() - Method in class org.overlord.rtgov.active.collection.predicate.MVEL
toString() - Method in class org.overlord.rtgov.active.collection.QuerySpec
toString() - Method in class org.overlord.rtgov.activity.model.ActivityUnit
toString() - Method in class org.overlord.rtgov.activity.model.bpm.BPMActivityType
toString() - Method in class org.overlord.rtgov.activity.model.Context
toString() - Method in class org.overlord.rtgov.activity.model.soa.ResponseReceived
toString() - Method in class org.overlord.rtgov.activity.model.soa.ResponseSent
toString() - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
toString() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.ContextEvaluator
toString() - Method in class org.overlord.rtgov.activity.processor.TypeProcessor.PropertyEvaluator
toString() - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
toString() - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
toString() - Method in class org.overlord.rtgov.analytics.service.ResponseTime
toString() - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
toString() - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
toString() - Method in class org.overlord.rtgov.analytics.situation.Situation
toString() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
 
toString() - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
 
toString() - Method in class org.overlord.rtgov.epn.EventList
toString() - Method in class org.overlord.rtgov.reports.model.Calendar
toString() - Method in class org.overlord.rtgov.ui.client.model.QName
 
toString() - Method in class org.overlord.rtgov.ui.client.model.SituationsFilterBean
 
TraceNode - Class in org.overlord.rtgov.call.trace.model
This abstract base class represents a node in the call trace tree.
TraceNode() - Constructor for class org.overlord.rtgov.call.trace.model.TraceNode
 
TraceNode.Status - Enum in org.overlord.rtgov.call.trace.model
This enumerated type represents the completion status of the call.
TraceNodeBean - Class in org.overlord.rtgov.ui.client.model
Models a single node in a call trace.
TraceNodeBean() - Constructor for class org.overlord.rtgov.ui.client.model.TraceNodeBean
Constructor.
transform(Object) - Method in class org.overlord.rtgov.activity.processor.InformationTransformer
Deprecated.
transform(Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.processor.InformationTransformer
This method transforms the supplied information and returns the textual representation of the result.
transform(Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.processor.mvel.MVELInformationTransformer
This method transforms the supplied information and returns the textual representation of the result.
transform(Object, Map<String, Object>, ActivityType) - Method in class org.overlord.rtgov.activity.processor.SerializeInformationTransformer
This method transforms the supplied information and returns the textual representation of the result.
transform(Object) - Method in class org.overlord.rtgov.activity.processor.xslt.XSLTInformationTransformer
This method transforms the supplied information and returns the textual representation of the result.
transformToString(Object, boolean) - Method in class org.overlord.rtgov.activity.processor.SerializeInformationTransformer
This method converts the supplied information to a string representation.
TypeProcessor - Class in org.overlord.rtgov.activity.processor
This class is responsible for processing a type of information.
TypeProcessor() - Constructor for class org.overlord.rtgov.activity.processor.TypeProcessor
 
TypeProcessor.ContextEvaluator - Class in org.overlord.rtgov.activity.processor
This class identifies the context type to be associated with the value extracted using the expression evaluator.
TypeProcessor.PropertyEvaluator - Class in org.overlord.rtgov.activity.processor
This class identifies the property name to be associated with the value extracted using the expression evaluator.

U

UiException - Exception in org.overlord.rtgov.ui.client.model
Exceptions thrown by the server part of the UI to the client.
UiException() - Constructor for exception org.overlord.rtgov.ui.client.model.UiException
Constructor.
UiException(String) - Constructor for exception org.overlord.rtgov.ui.client.model.UiException
Constructor.
UiException(String, Throwable) - Constructor for exception org.overlord.rtgov.ui.client.model.UiException
Constructor.
UiException(Throwable) - Constructor for exception org.overlord.rtgov.ui.client.model.UiException
Constructor.
unassign(String) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
 
unassignSituation(String) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method unassigns a situation.
unassignSituation(String) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method unassigns a situation.
unassignSituation(String) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
This method unassigns a situation.
unassignSituation(String) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
This method unassigns a situation.
unregister(ActiveCollectionSource) - Method in class org.overlord.rtgov.active.collection.AbstractActiveCollectionManager
This method unregisters the active collection source from the manager.
unregister(ActiveCollectionSource) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionManager
This method unregisters the active collection source from the manager.
Unregister - Class in org.overlord.rtgov.active.collection.command
This class represents the command to unregister a listener from an active collection.
Unregister() - Constructor for class org.overlord.rtgov.active.collection.command.Unregister
 
unregister(String) - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer.ACMListener
This method unregisters an active collection listener.
unregister(InformationProcessor) - Method in class org.overlord.rtgov.activity.processor.AbstractInformationProcessorManager
This method registers the information processor.
unregister(InformationProcessor) - Method in interface org.overlord.rtgov.activity.processor.InformationProcessorManager
This method registers the information processor.
unregister(ActivityValidator) - Method in class org.overlord.rtgov.activity.validator.AbstractActivityValidatorManager
This method registers the activity validator.
unregister(ActivityValidator) - Method in interface org.overlord.rtgov.activity.validator.ActivityValidatorManager
This method registers the activity validator.
unregister(String, String) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method unregisters a network, associated with the supplied name and version.
unregister(String, String) - Method in interface org.overlord.rtgov.epn.EPNManager
This method unregisters a network, associated with the supplied name and version.
unregister(ReportDefinition) - Method in class org.overlord.rtgov.reports.AbstractReportManager
Deprecated.
This method unregisters the supplied report definition.
unregister(ReportDefinition) - Method in interface org.overlord.rtgov.reports.ReportManager
Deprecated.
This method unregisters the supplied report definition.
unregisterAction(Class<? extends ActionProvider>) - Method in class org.overlord.rtgov.ui.provider.AbstractServicesProvider
This method unregisters an action.
unregistered(ActiveCollection) - Method in interface org.overlord.rtgov.active.collection.ActiveCollectionListener
This method notifies the listener that an active collection has been unregistered.
unregistered(Network) - Method in interface org.overlord.rtgov.epn.NetworkListener
This method indicates that a network has been unregistered.
unregisterEntryPoints(Network) - Method in class org.overlord.rtgov.epn.embedded.EmbeddedEPNManager
This method unregisters the entry points associated with the supplied network.
unregisterListener(String, ActiveChangeListener) - Method in class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer.ACMListener
This method unregisters the supplied listener from the active collection with the specified name.
unregisterSubjects(Network) - Method in class org.overlord.rtgov.epn.AbstractEPNManager
This method unregisters the supplied network from the subjects it is interested in.
update(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollectionSource
This method updates the supplied value within the active collection, based on the supplied key.
update(String, String) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchClient
This method updates the supplied document.
update(String, V) - Method in class org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore
 
update(String, V) - Method in class org.overlord.rtgov.common.service.KeyValueStore
This method updates the value associated with the supplied id.
updated(Object, Object) - Method in interface org.overlord.rtgov.active.collection.ActiveChangeListener
This method notifies the listener that an object has been inserted.
updated(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection.ActiveCollectionAdapter
This method notifies the listener that an object has been inserted.
updated(Object, Object) - Method in class org.overlord.rtgov.active.collection.ActiveCollection
This method notifies interested listeners that the entry with the supplied key (which may be an index into a list) has been replaced with the supplied value.
updated(Object, Object) - Method in class org.overlord.rtgov.active.collection.jmx.JMXNotifier
This method notifies the listener that an object has been inserted.
updateEndpointContext() - Method in class org.overlord.rtgov.activity.model.bpm.BPMActivityType
This method updates the endpoint context value when the process type and/or instance id are changed.
updateResolutionState(String, ResolutionState) - Method in class org.overlord.rtgov.analytics.situation.store.AbstractSituationStore
This method updates the resolution state of a situation.
updateResolutionState(String, ResolutionState) - Method in class org.overlord.rtgov.analytics.situation.store.elasticsearch.ElasticsearchSituationStore
This method updates the resolution state of a situation.
updateResolutionState(String, ResolutionState) - Method in class org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
This method updates the resolution state of a situation.
updateResolutionState(String, ResolutionState) - Method in interface org.overlord.rtgov.analytics.situation.store.SituationStore
This method updates the resolution state of a situation.
updateResolutionState(String, ResolutionState) - Method in interface org.overlord.rtgov.ui.provider.SituationsProvider
 
UsageLink - Class in org.overlord.rtgov.service.dependency
This class represents the usage link between two service nodes.
UsageLink() - Constructor for class org.overlord.rtgov.service.dependency.UsageLink
This is the default constructor.
UsageLink(ServiceNode, ServiceNode) - Constructor for class org.overlord.rtgov.service.dependency.UsageLink
This constructor sets the source and target service nodes.

V

validate(ActivityType) - Method in class org.overlord.rtgov.activity.collector.AbstractActivityCollector
This method validates the supplied activity type.
validate(ActivityType) - Method in interface org.overlord.rtgov.activity.collector.ActivityCollector
This method validates the supplied activity type.
validate(InformationProcessor, IPValidationListener) - Static method in class org.overlord.rtgov.activity.processor.validation.IPValidator
This method validates the supplied information processor and returns results via a supplied listener.
validate(ActivityType) - Method in class org.overlord.rtgov.activity.validator.AbstractActivityValidatorManager
This method supplies the activity event to the set of validators registered with the manager.
validate(ActivityType) - Method in class org.overlord.rtgov.activity.validator.ActivityValidator
This method validates the intercepted activity event.
validate(ActivityType) - Method in interface org.overlord.rtgov.activity.validator.ActivityValidatorManager
This method supplies the activity event to the set of validators registered with the manager.
validate(ActivityType) - Method in interface org.overlord.rtgov.client.ActivityValidator
This method validates the activity event.
validate(ActivityType) - Method in class org.overlord.rtgov.client.DefaultActivityValidator
This method validates the activity event.
validate() - Method in class org.overlord.rtgov.ep.mail.MailEventProcessor
This method validates that the event processor has the required configuration.
validate(Network, EPNValidationListener) - Static method in class org.overlord.rtgov.epn.validation.EPNValidator
This method validates the supplied network and returns results via a supplied listener.
validateContextEvaluators(InformationProcessor, TypeProcessor, IPValidationListener) - Static method in class org.overlord.rtgov.activity.processor.validation.IPValidator
This method validates the context evaluators.
validateInformationProcessor(InformationProcessor, IPValidationListener) - Static method in class org.overlord.rtgov.activity.processor.validation.IPValidator
This method validates the information processor.
validateNetwork(Network, EPNValidationListener) - Static method in class org.overlord.rtgov.epn.validation.EPNValidator
This method validates the network.
validateNodes(Network, EPNValidationListener) - Static method in class org.overlord.rtgov.epn.validation.EPNValidator
This method validates the network nodes.
validateNotifications(Network, Node, EPNValidationListener) - Static method in class org.overlord.rtgov.epn.validation.EPNValidator
This method validates the notifications associated with the supplied network and node.
validatePropertyEvaluators(InformationProcessor, TypeProcessor, IPValidationListener) - Static method in class org.overlord.rtgov.activity.processor.validation.IPValidator
This method validates the property evaluators.
validateSubscriptions(Network, EPNValidationListener) - Static method in class org.overlord.rtgov.epn.validation.EPNValidator
This method validates the network subscriptions.
validateTypeProcessors(InformationProcessor, IPValidationListener) - Static method in class org.overlord.rtgov.activity.processor.validation.IPValidator
This method validates the type processors.
valueOf(String) - Static method in enum org.overlord.rtgov.active.collection.ActiveCollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.active.collection.ActiveCollectionVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.active.collection.command.ActiveChangeNotification.ActiveChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.active.collection.QuerySpec.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.active.collection.QuerySpec.Truncate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.activity.model.app.LogMessage.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.activity.model.bpm.ProcessCompleted.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.activity.model.Context.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.analytics.situation.Situation.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.analytics.situation.store.ResolutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.call.trace.model.TraceNode.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.epn.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.service.dependency.presentation.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.ui.client.model.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.rtgov.ui.client.model.ResolutionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.overlord.rtgov.active.collection.ActiveCollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.active.collection.ActiveCollectionVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.overlord.rtgov.active.collection.ActiveMap
values() - Static method in enum org.overlord.rtgov.active.collection.command.ActiveChangeNotification.ActiveChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.active.collection.QuerySpec.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.active.collection.QuerySpec.Truncate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.activity.model.app.LogMessage.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.activity.model.bpm.ProcessCompleted.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.activity.model.Context.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.analytics.situation.Situation.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.analytics.situation.store.ResolutionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.call.trace.model.TraceNode.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.epn.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.service.dependency.presentation.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.ui.client.model.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.rtgov.ui.client.model.ResolutionState
Returns an array containing the constants of this enum type, in the order they are declared.
VersionUtil - Class in org.overlord.rtgov.common.util
This class provides utility functions for managing versions.

W

WIDTH - Static variable in interface org.overlord.rtgov.service.dependency.layout.ServiceGraphLayout
This property defines the width.
withJpa(JpaStore.JpaWork<T>) - Method in class org.overlord.rtgov.common.jpa.JpaStore
This method performs the supplied work in a transaction.
WorkingDay() - Constructor for class org.overlord.rtgov.reports.model.Calendar.WorkingDay
 
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.ActivityType
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.ActivityTypeId
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.ActivityUnit
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.app.CustomActivity
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.app.LogMessage
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.bpm.BPMActivityType
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessCompleted
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessStarted
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.bpm.ProcessVariableSet
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.common.MessageExchange
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.Context
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.mom.MessageReceived
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.mom.MessageSent
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.mom.MOMActivityType
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.Origin
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.soa.RequestReceived
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.soa.RequestSent
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.soa.ResponseReceived
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.soa.ResponseSent
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.model.soa.RPCActivityType
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.activity.server.QuerySpec
Deprecated.
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.InterfaceDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.InvocationDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.InvocationMetric
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.MEPDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.OperationDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.RequestFaultDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.RequestResponseDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.ResponseTime
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.service.ServiceDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.situation.IgnoreSubject
writeExternal(ObjectOutput) - Method in class org.overlord.rtgov.analytics.situation.Situation
WSActiveCollectionServer - Class in org.overlord.rtgov.active.collection.ws
This class represents the Websocket interface to the active collection server.
WSActiveCollectionServer() - Constructor for class org.overlord.rtgov.active.collection.ws.WSActiveCollectionServer
This is the default constructor.
WSActiveCollectionServer.ACMListener - Class in org.overlord.rtgov.active.collection.ws
This class manages the active collection listeners for a particular websocket session.

X

X_POSITION - Static variable in interface org.overlord.rtgov.service.dependency.layout.ServiceGraphLayout
This property defines the X position.
XPathExpressionEvaluator - Class in org.overlord.rtgov.activity.processor.xpath
This class represents a XPath based expression evaluator.
XPathExpressionEvaluator() - Constructor for class org.overlord.rtgov.activity.processor.xpath.XPathExpressionEvaluator
 
XSLTInformationTransformer - Class in org.overlord.rtgov.activity.processor.xslt
This class represents a XSLT based information transformer.
XSLTInformationTransformer() - Constructor for class org.overlord.rtgov.activity.processor.xslt.XSLTInformationTransformer
 

Y

Y_POSITION - Static variable in interface org.overlord.rtgov.service.dependency.layout.ServiceGraphLayout
This property defines the Y position.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
Overlord RTGov

Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.