Skip navigation links
A C D E F G I L O P R S T U 

A

AbstractEntityHolder - Class in com.edeqa.eventbus
 
AbstractEntityHolder() - Constructor for class com.edeqa.eventbus.AbstractEntityHolder
 

C

clear() - Method in class com.edeqa.eventbus.EventBus
Will call EntityHolder.finish() on each holder before clear eventBus.
clearAll() - Static method in class com.edeqa.eventbus.EventBus
Will call EntityHolder.finish() on each holder before clear eventBus.
com.edeqa.eventbus - package com.edeqa.eventbus
 

D

DEFAULT_NAME - Static variable in class com.edeqa.eventbus.EventBus
 
DEFAULT_RUNNER - Static variable in class com.edeqa.eventbus.EventBus
 

E

EntityHolder - Interface in com.edeqa.eventbus
 
EventBus<T extends EntityHolder> - Class in com.edeqa.eventbus
 
EventBus() - Constructor for class com.edeqa.eventbus.EventBus
 
EventBus(String) - Constructor for class com.edeqa.eventbus.EventBus
 
EventBus.Runner - Interface in com.edeqa.eventbus
 
events() - Method in class com.edeqa.eventbus.AbstractEntityHolder
Exports events of this holder for process especially.
events() - Method in interface com.edeqa.eventbus.EntityHolder
 

F

fetchEventBusesList() - Static method in class com.edeqa.eventbus.EventBus
Collects and returns list of all defined event buses.
fetchHoldersList() - Method in class com.edeqa.eventbus.EventBus
Collects and returns list of all holders registered in event bus.
finish() - Method in class com.edeqa.eventbus.AbstractEntityHolder
Will call before holder should be unregistered.
finish() - Method in interface com.edeqa.eventbus.EntityHolder
 

G

getEventBus(String) - Static method in class com.edeqa.eventbus.EventBus
 
getEventBusName() - Method in class com.edeqa.eventbus.EventBus
 
getHolder(String) - Method in class com.edeqa.eventbus.EventBus
 
getHolders(String) - Static method in class com.edeqa.eventbus.EventBus
 
getHolders() - Method in class com.edeqa.eventbus.EventBus
Returns the map of holders in event bus.
getHoldersList(String) - Static method in class com.edeqa.eventbus.EventBus
 
getHoldersList() - Method in class com.edeqa.eventbus.EventBus
 
getOrCreate() - Static method in class com.edeqa.eventbus.EventBus
 
getOrCreate(String) - Static method in class com.edeqa.eventbus.EventBus
 
getRunner() - Method in class com.edeqa.eventbus.EventBus
 
getType() - Method in class com.edeqa.eventbus.AbstractEntityHolder
 
getType() - Method in interface com.edeqa.eventbus.EntityHolder
 

I

inspect(String) - Static method in class com.edeqa.eventbus.EventBus
Provides the possibility for deep inspection of event specified.

L

LOGGER - Static variable in class com.edeqa.eventbus.AbstractEntityHolder
 

O

onEvent(String, Object) - Method in class com.edeqa.eventbus.AbstractEntityHolder
 
onEvent(String, Object) - Method in interface com.edeqa.eventbus.EntityHolder
 

P

post(String, String, Object) - Static method in class com.edeqa.eventbus.EventBus
Events poster.
post(String) - Method in class com.edeqa.eventbus.EventBus
Events poster.
post(String, Object) - Method in class com.edeqa.eventbus.EventBus
Events poster.
post(Runnable) - Method in interface com.edeqa.eventbus.EventBus.Runner
 
postAll(String, Object) - Static method in class com.edeqa.eventbus.EventBus
Will post event/object to each holder in each event bus defined.
postAll(String) - Static method in class com.edeqa.eventbus.EventBus
Will post runnable to each holder in each event bus defined.
postAll(Runnable) - Static method in class com.edeqa.eventbus.EventBus
Will post runnable to each holder in each event bus using the same queue as events.
postRunnable(String, Runnable) - Static method in class com.edeqa.eventbus.EventBus
Will post runnable in the same queue with events.
postRunnable(Runnable) - Method in class com.edeqa.eventbus.EventBus
Will post runnable in the same queue with events.
PRINT_HOLDER_NAME - Static variable in class com.edeqa.eventbus.AbstractEntityHolder
 

R

register(T) - Method in class com.edeqa.eventbus.EventBus
Registers the holder in event bus.
registerIfAbsent(T) - Method in class com.edeqa.eventbus.EventBus
Registers the holder in event bus only if it is not registered.
registerOrUpdate(T) - Method in class com.edeqa.eventbus.EventBus
Registers the holder in event bus or updates if it already exists.
RUNNER_MULTI_THREAD - Static variable in class com.edeqa.eventbus.EventBus
 
RUNNER_SINGLE_THREAD - Static variable in class com.edeqa.eventbus.EventBus
 

S

setLoggingLevel(Level) - Method in class com.edeqa.eventbus.AbstractEntityHolder
 
setLoggingLevel(Level) - Method in interface com.edeqa.eventbus.EntityHolder
 
setLoggingLevel(Level) - Static method in class com.edeqa.eventbus.EventBus
 
setMainRunner(EventBus.Runner) - Static method in class com.edeqa.eventbus.EventBus
Redefines the default runner and overrides runners in all existing buses.
setRunner(EventBus.Runner) - Method in class com.edeqa.eventbus.EventBus
Changes the runner for event bus.
start() - Method in class com.edeqa.eventbus.AbstractEntityHolder
Will call after holder registration.
start() - Method in interface com.edeqa.eventbus.EntityHolder
 

T

toString() - Method in class com.edeqa.eventbus.AbstractEntityHolder
 

U

unregister(String) - Method in class com.edeqa.eventbus.EventBus
Unregisters the holder from event bus by its type.
unregister(T) - Method in class com.edeqa.eventbus.EventBus
Unregisters the holder from event bus.
update(T) - Method in class com.edeqa.eventbus.EventBus
Updates the holder and keeps its order in the queue.
A C D E F G I L O P R S T U 
Skip navigation links