Class ClusterEventProducerFactory

    • Constructor Detail

      • ClusterEventProducerFactory

        public ClusterEventProducerFactory​(CoreContainer cc)
    • Method Detail

      • getPluginRegistryListener

        public ContainerPluginsRegistry.PluginRegistryListener getPluginRegistryListener()
        This method returns an initial plugin registry listener that helps to capture the freshly loaded listener plugins before the final cluster event producer is created.
        Returns:
        initial listener
      • start

        public void start()
                   throws Exception
        Description copied from interface: ClusterSingleton
        Start the operation of the component. Initially this method should set the state to STARTING, and on success it should set the state to RUNNING.
        Throws:
        Exception - on startup errors. The component should revert to the STOPPED state.
      • stop

        public void stop()
        Description copied from interface: ClusterSingleton
        Stop the operation of the component. Initially this method should set the state to STOPPING, and on return it should set the state to STOPPED. Components should also avoid holding any resource when in STOPPED state.