Uses of Class
org.dspace.event.Dispatcher
-
Packages that use Dispatcher Package Description org.dspace.event org.dspace.event.service -
-
Uses of Dispatcher in org.dspace.event
Subclasses of Dispatcher in org.dspace.event Modifier and Type Class Description classBasicDispatcherBasicDispatcher implements the primary task of a Dispatcher: it delivers a filtered list of events, synchronously, to a configured list of consumers.Methods in org.dspace.event that return Dispatcher Modifier and Type Method Description DispatcherEventServiceImpl. getDispatcher(String name)Methods in org.dspace.event that return types with arguments of type Dispatcher Modifier and Type Method Description org.apache.commons.pool2.PooledObject<Dispatcher>EventServiceImpl.DispatcherPoolFactory. makeObject(String dispatcherName)org.apache.commons.pool2.PooledObject<Dispatcher>EventServiceImpl.DispatcherPoolFactory. wrap(Dispatcher d)Methods in org.dspace.event with parameters of type Dispatcher Modifier and Type Method Description voidEventServiceImpl. returnDispatcher(String key, Dispatcher disp)org.apache.commons.pool2.PooledObject<Dispatcher>EventServiceImpl.DispatcherPoolFactory. wrap(Dispatcher d)Method parameters in org.dspace.event with type arguments of type Dispatcher Modifier and Type Method Description voidEventServiceImpl.DispatcherPoolFactory. activateObject(String arg0, org.apache.commons.pool2.PooledObject<Dispatcher> arg1)voidEventServiceImpl.DispatcherPoolFactory. destroyObject(String key, org.apache.commons.pool2.PooledObject<Dispatcher> pooledDispatcher)voidEventServiceImpl.DispatcherPoolFactory. passivateObject(String arg0, org.apache.commons.pool2.PooledObject<Dispatcher> arg1)booleanEventServiceImpl.DispatcherPoolFactory. validateObject(String arg0, org.apache.commons.pool2.PooledObject<Dispatcher> arg1) -
Uses of Dispatcher in org.dspace.event.service
Methods in org.dspace.event.service that return Dispatcher Modifier and Type Method Description DispatcherEventService. getDispatcher(String name)Get dispatcher for configuration named by "name".Methods in org.dspace.event.service with parameters of type Dispatcher Modifier and Type Method Description voidEventService. returnDispatcher(String key, Dispatcher disp)
-