Class AbstractContextManagerConfigurationEvent

  • All Implemented Interfaces:
    IEvent

    public abstract class AbstractContextManagerConfigurationEvent
    extends AbstractITextConfigurationEvent
    Class is recommended for internal usage. Represents system configuration events.
    • Constructor Detail

      • AbstractContextManagerConfigurationEvent

        protected AbstractContextManagerConfigurationEvent()
        Creates an instance of context manager configuration event.
    • Method Detail

      • registerGenericContext

        protected void registerGenericContext​(java.util.Collection<java.lang.String> namespaces,
                                              java.util.Collection<java.lang.String> products)
        Registers generic context for products and namespaces which are associated with them.
        Parameters:
        namespaces - namespaces of the products to be registered
        products - the products to be registered
      • unregisterContext

        protected void unregisterContext​(java.util.Collection<java.lang.String> namespaces)
        Unregisters certain namespaces.
        Parameters:
        namespaces - the namespaces to be unregistered