Skip navigation links
A C D E G H I M N O R S 

A

accept(Message<?>) - Method in class mt.edu.um.cs.rv.eventmanager.engine.MonitorEventSelector
 
addRecipient(MessageChannel, MonitorEventSelector) - Method in class mt.edu.um.cs.rv.eventmanager.engine.CustomRecipientListRouter
 
AfterAllMessagesInGroupReleaseStrategy - Class in mt.edu.um.cs.rv.eventmanager.engine
Created by dwardu on 19/01/2016.
AfterAllMessagesInGroupReleaseStrategy() - Constructor for class mt.edu.um.cs.rv.eventmanager.engine.AfterAllMessagesInGroupReleaseStrategy
 

C

canRelease(MessageGroup) - Method in class mt.edu.um.cs.rv.eventmanager.engine.AfterAllMessagesInGroupReleaseStrategy
 
configurableApplicationContext - Variable in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
CustomRecipientListRouter - Class in mt.edu.um.cs.rv.eventmanager.engine
Created by dwardu on 20/01/2016.
CustomRecipientListRouter(QueueChannel) - Constructor for class mt.edu.um.cs.rv.eventmanager.engine.CustomRecipientListRouter
 

D

determineTargetChannels(Message<?>) - Method in class mt.edu.um.cs.rv.eventmanager.engine.CustomRecipientListRouter
 
directInvocationEventAdaptor(EventMessageSender) - Method in class mt.edu.um.cs.rv.eventmanager.adaptors.EventAdaptorConfiguration
 
DirectInvocationEventObserver - Class in mt.edu.um.cs.rv.eventmanager.observers
Created by dwardu on 19/01/2016.
DirectInvocationEventObserver(EventMessageSender) - Constructor for class mt.edu.um.cs.rv.eventmanager.observers.DirectInvocationEventObserver
 
distributor() - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 

E

EVENT_MANAGER_REQUEST_CHANNEL - Static variable in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
EVENT_MANAGER_RESPONSE_CHANNEL - Static variable in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
EventAdaptorConfiguration - Class in mt.edu.um.cs.rv.eventmanager.adaptors
Created by dwardu on 19/01/2016.
EventAdaptorConfiguration() - Constructor for class mt.edu.um.cs.rv.eventmanager.adaptors.EventAdaptorConfiguration
 
eventBuilderRegistry() - Method in class mt.edu.um.cs.rv.eventmanager.adaptors.EventAdaptorConfiguration
 
EventManagerConfigration - Class in mt.edu.um.cs.rv.eventmanager.engine.config
Created by dwardu on 18/01/2016.
EventManagerConfigration() - Constructor for class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
eventMessageSender() - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
EventMessageSender - Class in mt.edu.um.cs.rv.eventmanager.engine
Created by dwardu on 19/01/2016.
EventMessageSender(AsyncMessagingTemplate) - Constructor for class mt.edu.um.cs.rv.eventmanager.engine.EventMessageSender
 
EventObserver - Interface in mt.edu.um.cs.rv.eventmanager.observers
Created by dwardu on 19/01/2016.
executor - Variable in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
ExternalEventObserver<M,TD extends TriggerData,R> - Class in mt.edu.um.cs.rv.eventmanager.observers
An interface that defines how an event observer can generate an event based on an external observation/trigger.
ExternalEventObserver() - Constructor for class mt.edu.um.cs.rv.eventmanager.observers.ExternalEventObserver
 

G

gatherer() - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
generateResponse(M, TD, MonitorResult) - Method in class mt.edu.um.cs.rv.eventmanager.observers.ExternalEventObserver
 
generateTriggerData(M) - Method in class mt.edu.um.cs.rv.eventmanager.observers.ExternalEventObserver
 
getConfigurableApplicationContext() - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
getExecutor() - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
getInstance() - Static method in class mt.edu.um.cs.rv.eventmanager.observers.DirectInvocationEventObserver
Provides a way to access the spring singleton in a static manner.
getMonitor() - Method in class mt.edu.um.cs.rv.eventmanager.engine.MonitorEventSelector
 
getRecipientListRouter() - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
getTaskScheduler() - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 

H

handleEvent(Event) - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.NoInterestedMonitorsHandler
 

I

init() - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
inputMessagingTemplate() - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
invokeMonitor(Event) - Method in class mt.edu.um.cs.rv.eventmanager.monitors.MonitorInvocationServiceActivator
 
isUseLookupMap() - Method in class mt.edu.um.cs.rv.eventmanager.engine.CustomRecipientListRouter
 

M

MonitorEventSelector - Class in mt.edu.um.cs.rv.eventmanager.engine
Created by dwardu on 20/01/2016.
MonitorEventSelector(Monitor) - Constructor for class mt.edu.um.cs.rv.eventmanager.engine.MonitorEventSelector
 
MonitorInvocationServiceActivator - Class in mt.edu.um.cs.rv.eventmanager.monitors
Created by dwardu on 19/01/2016.
MonitorInvocationServiceActivator(Monitor, ApplicationContext) - Constructor for class mt.edu.um.cs.rv.eventmanager.monitors.MonitorInvocationServiceActivator
 
monitorRegistry() - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
MonitorRegistry - Class in mt.edu.um.cs.rv.eventmanager.monitors.registry
The Monitor Registry is responsible for registering new monitors within the event system.
MonitorRegistry() - Constructor for class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
mt.edu.um.cs.rv.eventmanager.adaptors - package mt.edu.um.cs.rv.eventmanager.adaptors
 
mt.edu.um.cs.rv.eventmanager.engine - package mt.edu.um.cs.rv.eventmanager.engine
 
mt.edu.um.cs.rv.eventmanager.engine.config - package mt.edu.um.cs.rv.eventmanager.engine.config
 
mt.edu.um.cs.rv.eventmanager.monitors - package mt.edu.um.cs.rv.eventmanager.monitors
 
mt.edu.um.cs.rv.eventmanager.monitors.registry - package mt.edu.um.cs.rv.eventmanager.monitors.registry
 
mt.edu.um.cs.rv.eventmanager.observers - package mt.edu.um.cs.rv.eventmanager.observers
 

N

NoInterestedMonitorsHandler - Class in mt.edu.um.cs.rv.eventmanager.monitors.registry
Created by dwardu on 13/06/2017.
NoInterestedMonitorsHandler() - Constructor for class mt.edu.um.cs.rv.eventmanager.monitors.registry.NoInterestedMonitorsHandler
 
noInterestedMonitorsQueueChannel() - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
noInterestedMonitorsServiceActivatingHandler(Executor, TaskScheduler, ConfigurableApplicationContext) - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 

O

observeEvent(Event) - Method in class mt.edu.um.cs.rv.eventmanager.observers.DirectInvocationEventObserver
 
observeEvent(Event) - Method in interface mt.edu.um.cs.rv.eventmanager.observers.EventObserver
 
onMessage(M) - Method in class mt.edu.um.cs.rv.eventmanager.observers.ExternalEventObserver
 

R

recipientListRouter() - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
recipientListRouter - Variable in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
registerNewMonitor(Monitor) - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 

S

scatterGatherDistribution() - Method in class mt.edu.um.cs.rv.eventmanager.engine.config.EventManagerConfigration
 
send(Event) - Method in class mt.edu.um.cs.rv.eventmanager.engine.EventMessageSender
 
setApplicationContext(ApplicationContext) - Method in class mt.edu.um.cs.rv.eventmanager.observers.DirectInvocationEventObserver
 
setConfigurableApplicationContext(ConfigurableApplicationContext) - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
setExecutor(Executor) - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
setRecipientListRouter(CustomRecipientListRouter) - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
setTaskScheduler(TaskScheduler) - Method in class mt.edu.um.cs.rv.eventmanager.monitors.registry.MonitorRegistry
 
setUseLookupMap(boolean) - Method in class mt.edu.um.cs.rv.eventmanager.engine.CustomRecipientListRouter
 
shouldEventBeSynchronous(TD) - Method in class mt.edu.um.cs.rv.eventmanager.observers.ExternalEventObserver
 
A C D E G H I M N O R S 
Skip navigation links

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.