Class EventServiceImpl

  • All Implemented Interfaces:
    EventService

    public class EventServiceImpl
    extends Object
    implements EventService
    Class for managing the content event environment. The EventManager mainly acts as a factory for Dispatchers, which are used by the Context to send events to consumers. It also contains generally useful utility methods. Version: $Revision$
    • Field Detail

      • poolConfig

        protected org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig poolConfig
      • dispatcherPool

        protected org.apache.commons.pool2.KeyedObjectPool dispatcherPool
      • CONSUMER_PFX

        protected String CONSUMER_PFX
    • Constructor Detail

      • EventServiceImpl

        protected EventServiceImpl()