Interface EventService

All Known Implementing Classes:
EventServiceImpl

public interface 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 Details

  • Method Details

    • getDispatcher

      Dispatcher getDispatcher(String name)
      Get dispatcher for configuration named by "name". Returns cached instance if one exists.
      Parameters:
      name - dispatcher name
      Returns:
      cached instance of dispatcher
    • returnDispatcher

      void returnDispatcher(String key, Dispatcher disp)
    • getConsumerIndex

      int getConsumerIndex(String consumerClass)