Interface IAppExtension2

  • All Superinterfaces:
    IAppExtension

    public interface IAppExtension2
    extends IAppExtension
    An optional extension of the IAppExtension interface for app extensions that support invocation on the XML configurations of dynamically-managed repositories. These may be instantiated multiple times, will only be given repository configurations (not Net4j acceptors etc.) and are stopped if and when their associated repositories are deleted.
    Since:
    4.3
    Author:
    Christian W. Damus (CEA LIST)
    • Method Detail

      • startDynamic

        void startDynamic​(java.io.Reader xmlConfigReader)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception