Package org.eclipse.emf.cdo.spi.server
Interface IAppExtension2
- 
- All Superinterfaces:
- IAppExtension
 
 public interface IAppExtension2 extends IAppExtension An optional extension of theIAppExtensioninterface 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.IAppExtensionEXT_POINT
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartDynamic(java.io.Reader xmlConfigReader)- 
Methods inherited from interface org.eclipse.emf.cdo.spi.server.IAppExtensionstart, stop
 
- 
 
-