| Package | Description |
|---|---|
| org.dspace.event | |
| org.dspace.event.service |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDispatcher
BasicDispatcher implements the primary task of a Dispatcher: it delivers a
filtered list of events, synchronously, to a configured list of consumers.
|
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
EventServiceImpl.getDispatcher(String name) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<Dispatcher> |
EventServiceImpl.DispatcherPoolFactory.makeObject(String dispatcherName) |
org.apache.commons.pool2.PooledObject<Dispatcher> |
EventServiceImpl.DispatcherPoolFactory.wrap(Dispatcher d) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventServiceImpl.returnDispatcher(String key,
Dispatcher disp) |
org.apache.commons.pool2.PooledObject<Dispatcher> |
EventServiceImpl.DispatcherPoolFactory.wrap(Dispatcher d) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventServiceImpl.DispatcherPoolFactory.activateObject(String arg0,
org.apache.commons.pool2.PooledObject<Dispatcher> arg1) |
void |
EventServiceImpl.DispatcherPoolFactory.destroyObject(String key,
org.apache.commons.pool2.PooledObject<Dispatcher> pooledDispatcher) |
void |
EventServiceImpl.DispatcherPoolFactory.passivateObject(String arg0,
org.apache.commons.pool2.PooledObject<Dispatcher> arg1) |
boolean |
EventServiceImpl.DispatcherPoolFactory.validateObject(String arg0,
org.apache.commons.pool2.PooledObject<Dispatcher> arg1) |
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
EventService.getDispatcher(String name)
Get dispatcher for configuration named by "name".
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventService.returnDispatcher(String key,
Dispatcher disp) |
Copyright © 2017 DuraSpace. All rights reserved.