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)
  • Field Summary

    Fields inherited from interface org.eclipse.emf.cdo.spi.server.IAppExtension

    EXT_POINT
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    startDynamic(Reader xmlConfigReader)
     

    Methods inherited from interface org.eclipse.emf.cdo.spi.server.IAppExtension

    start, stop