Uses of Class
org.dspace.event.Dispatcher
Packages that use Dispatcher
Package
Description
Actions which alter DSpace model objects can queue
Events, which
are presented to Consumers by a Dispatcher.-
Uses of Dispatcher in org.dspace.event
Subclasses of Dispatcher in org.dspace.eventModifier and TypeClassDescriptionclassBasicDispatcher 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 DispatcherMethods in org.dspace.event that return types with arguments of type DispatcherModifier and TypeMethodDescriptionorg.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 DispatcherModifier and TypeMethodDescriptionvoidEventServiceImpl.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 DispatcherModifier and TypeMethodDescriptionvoidEventServiceImpl.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 DispatcherModifier and TypeMethodDescriptionEventService.getDispatcher(String name) Get dispatcher for configuration named by "name".Methods in org.dspace.event.service with parameters of type DispatcherModifier and TypeMethodDescriptionvoidEventService.returnDispatcher(String key, Dispatcher disp)