Package org.eclipse.emf.cdo.spi.server
Interface IAppExtension3
- 
- All Superinterfaces:
- IAppExtension
 - All Known Implementing Classes:
- AppExtension
 
 public interface IAppExtension3 extends IAppExtension An optional extension of theIAppExtensioninterface forrepository-awareapp extensions.- Since:
- 4.10
- Author:
- Eike Stepper
 
- 
- 
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 voidstart(IRepository[] repositories, java.io.File configFile)voidstop(IRepository[] repositories)- 
Methods inherited from interface org.eclipse.emf.cdo.spi.server.IAppExtensionstart, stop
 
- 
 
- 
- 
- 
Method Detail- 
startvoid start(IRepository[] repositories, java.io.File configFile) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
stopvoid stop(IRepository[] repositories) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-