Package org.eclipse.emf.cdo.spi.server
Class AppExtension
- java.lang.Object
- 
- org.eclipse.emf.cdo.spi.server.AppExtension
 
- 
- All Implemented Interfaces:
- IAppExtension,- IAppExtension3
 
 public abstract class AppExtension extends java.lang.Object implements IAppExtension3 - Since:
- 4.10
- Author:
- Eike Stepper
 
- 
- 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.spi.server.IAppExtensionEXT_POINT
 
- 
 - 
Constructor SummaryConstructors Constructor Description AppExtension()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected org.w3c.dom.DocumentgetDocument(java.io.File configFile)abstract java.lang.StringgetName()voidstart(java.io.File configFile)voidstart(IRepository[] repositories, java.io.File configFile)protected abstract voidstart(InternalRepository repository, org.w3c.dom.Element repositoryConfig)voidstop()voidstop(IRepository[] repositories)protected abstract voidstop(InternalRepository repository)
 
- 
- 
- 
Method Detail- 
getNamepublic abstract java.lang.String getName() 
 - 
startpublic final void start(java.io.File configFile) throws java.lang.Exception- Specified by:
- startin interface- IAppExtension
- Throws:
- java.lang.Exception
 
 - 
stoppublic final void stop() throws java.lang.Exception- Specified by:
- stopin interface- IAppExtension
- Throws:
- java.lang.Exception
 
 - 
startpublic void start(IRepository[] repositories, java.io.File configFile) throws java.lang.Exception - Specified by:
- startin interface- IAppExtension3
- Throws:
- java.lang.Exception
 
 - 
stoppublic void stop(IRepository[] repositories) throws java.lang.Exception - Specified by:
- stopin interface- IAppExtension3
- Throws:
- java.lang.Exception
 
 - 
startprotected abstract void start(InternalRepository repository, org.w3c.dom.Element repositoryConfig) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
stopprotected abstract void stop(InternalRepository repository) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
getDocumentprotected org.w3c.dom.Document getDocument(java.io.File configFile) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException- Throws:
- javax.xml.parsers.ParserConfigurationException
- org.xml.sax.SAXException
- java.io.IOException
 
 
- 
 
-