Uses of Class
org.eclipse.emf.emfstore.internal.server.exceptions.FatalESException

Packages that use FatalESException
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers   
org.eclipse.emf.emfstore.internal.server.connection   
org.eclipse.emf.emfstore.internal.server.core   
org.eclipse.emf.emfstore.internal.server.core.helper   
org.eclipse.emf.emfstore.internal.server.core.subinterfaces   
org.eclipse.emf.emfstore.internal.server.exceptions   
org.eclipse.emf.emfstore.internal.server.startup   
org.eclipse.emf.emfstore.server   
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server with parameters of type FatalESException
 void EMFStoreController.shutdown(FatalESException exception)
          Shutdown EmfStore due to an fatal exception.
 

Methods in org.eclipse.emf.emfstore.internal.server that throw FatalESException
 void EMFStoreController.run(boolean waitForTermination)
          Run the server.
static EMFStoreController EMFStoreController.runAsNewThread()
          Starts the server in a new thread.
 void Activator.start(org.osgi.framework.BundleContext context)
          
 Object EMFStoreController.start(org.eclipse.equinox.app.IApplicationContext context)
          
 void Activator.stop(org.osgi.framework.BundleContext context)
          
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication that throw FatalESException
 ESUserVerifier ESUserVerifierFactory.createUserVerifier(ESAuthenticationControlType authenticationControlType, ESOrgUnitProvider orgUnitProvider)
          Creates an ESUserVerifier based on the given ESAuthenticationControlType.
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers
 

Constructors in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.verifiers that throw FatalESException
SimplePropertyFileUserVerifier(ESOrgUnitProvider orgUnitProvider, String propertyFilePath)
          Default constructor.
SimplePropertyFileUserVerifier(ESOrgUnitProvider orgUnitProvider, String propertyFilePath, SimplePropertyFileUserVerifier.Hash hash)
          Constructor with ability to select hash algorithm for password.
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server.connection
 

Methods in org.eclipse.emf.emfstore.internal.server.connection that throw FatalESException
 void ConnectionHandler.init(T emfStore, AccessControl accessControl)
          This method initializes the ConnectionHandler.
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server.core
 

Methods in org.eclipse.emf.emfstore.internal.server.core that throw FatalESException
static EMFStore EMFStoreImpl.createInterface(ServerSpace serverSpace, AccessControl accessControl)
          creates a dynamic proxy backed by EmfStoreImpl.
 

Constructors in org.eclipse.emf.emfstore.internal.server.core that throw FatalESException
AbstractEmfstoreInterface(ServerSpace serverSpace, AccessControl accessControl)
          Default constructor.
AbstractSubEmfstoreInterface(AbstractEmfstoreInterface parentInterface)
          Default constructor.
AdminEmfStoreImpl(ServerSpace serverSpace, AccessControl accessControl)
          Default constructor.
EMFStoreImpl(ServerSpace serverSpace, AccessControl accessControl)
          Default constructor.
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server.core.helper
 

Methods in org.eclipse.emf.emfstore.internal.server.core.helper that throw FatalESException
 void ResourceHelper.createResourceForChangePackage(AbstractChangePackage changePackage, PrimaryVersionSpec versionId, ProjectId projectId)
          Creates a resource for a changepackage.
 void ResourceHelper.createResourceForProject(Project project, PrimaryVersionSpec versionId, ProjectId projectId)
          Creates a resource for a new project.
 void ResourceHelper.createResourceForProjectHistory(ProjectHistory projectHistory)
          Creates a resource for project history.
 void ResourceHelper.createResourceForVersion(Version version, ProjectId projectId)
          Creates a resource for a new version.
 void ResourceHelper.save(org.eclipse.emf.ecore.EObject object)
          Saves an eObject.
 void ResourceHelper.saveAll()
          Saves all modified resources in the serverspace's resource set.
 void ResourceHelper.saveWithProject(org.eclipse.emf.ecore.EObject eObject, Project project)
          Saves the given EObject and sets the IDs on the eObject's resource for all model elements contained in the given project.
 

Constructors in org.eclipse.emf.emfstore.internal.server.core.helper that throw FatalESException
ResourceHelper(ServerSpace serverSpace)
          Default constructor.
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server.core.subinterfaces
 

Constructors in org.eclipse.emf.emfstore.internal.server.core.subinterfaces that throw FatalESException
EMFStorePropertiesSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
           
EMFStoreVersionSubInterface(AbstractEmfstoreInterface parentInterface)
          Constructor.
EPackageSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Constructor.
FileTransferSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
           
HistorySubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Default constructor.
ProjectPropertiesSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
           
ProjectSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Default constructor.
UserSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Default constructor.
VersionSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Default constructor.
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server.exceptions
 

Subclasses of FatalESException in org.eclipse.emf.emfstore.internal.server.exceptions
 class InvalidPropertyException
          Is thrown in case of an invalid property.
 

Uses of FatalESException in org.eclipse.emf.emfstore.internal.server.startup
 

Methods in org.eclipse.emf.emfstore.internal.server.startup that throw FatalESException
 void EmfStoreValidator.validate(int options)
          Runs the validation.
 void EmfStoreValidator.validate(int options, boolean throwException)
          Runs the validation.
 

Uses of FatalESException in org.eclipse.emf.emfstore.server
 

Methods in org.eclipse.emf.emfstore.server that throw FatalESException
static void ESEMFStoreController.startEMFStore()
          Starts a new EMFStore server.
 



Copyright © 2016. All Rights Reserved.