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   
org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.factory   
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
 

Constructors in org.eclipse.emf.emfstore.internal.server.accesscontrol that throw FatalESException
AccessControlImpl(ACDAOFacade acDAOFacade)
          Default constructor.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol.authentication.factory that throw FatalESException
 AbstractAuthenticationControl AuthenticationControlFactory.createAuthenticationControl(AuthenticationControlType authenticationControlType)
          Creates an authentication controller.
 AbstractAuthenticationControl AuthenticationControlFactoryImpl.createAuthenticationControl(AuthenticationControlType authenticationControlType)
          Creates an authentication controller.
 

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
SimplePropertyFileVerifier(String filePath)
          Default constructor.
SimplePropertyFileVerifier(String filePath, SimplePropertyFileVerifier.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, AuthorizationControl accessControl)
          creates a dynamic proxy backed by EmfStoreImpl.
 

Constructors in org.eclipse.emf.emfstore.internal.server.core that throw FatalESException
AbstractEmfstoreInterface(ServerSpace serverSpace, AuthorizationControl authorizationControl)
          Default constructor.
AbstractSubEmfstoreInterface(AbstractEmfstoreInterface parentInterface)
          Default constructor.
AdminEmfStoreImpl(ACDAOFacade daoFacade, ServerSpace serverSpace, AuthorizationControl authorizationControl)
          Default constructor.
EMFStoreImpl(ServerSpace serverSpace, AuthorizationControl authorizationControl)
          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(ChangePackage 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 © 2015. All Rights Reserved.