Uses of Interface
org.eclipse.emf.emfstore.internal.server.EMFStoreInterface

Packages that use EMFStoreInterface
org.eclipse.emf.emfstore.internal.client.model.connectionmanager   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.connection   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.core   
org.eclipse.emf.emfstore.internal.server.startup   
 

Uses of EMFStoreInterface in org.eclipse.emf.emfstore.internal.client.model.connectionmanager
 

Subinterfaces of EMFStoreInterface in org.eclipse.emf.emfstore.internal.client.model.connectionmanager
 interface AdminConnectionManager
          An admin connection manager connects to the server for administrative services.
 interface ConnectionManager
          The connection manager manages the connection to the EMFStore.
 

Uses of EMFStoreInterface in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc
 

Classes in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that implement EMFStoreInterface
 class XmlRpcAdminConnectionManager
          Connection manager for EMFStore that enables administrator capabilities.
 class XmlRpcConnectionManager
          XML RPC based Implementation of ConnectionManager.
 

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

Subinterfaces of EMFStoreInterface in org.eclipse.emf.emfstore.internal.server
 interface AdminEmfStore
          AdminEmfStore offers an interface for administrating the users and their rights.
 interface EMFStore
          An EMF store is responsible for storing projects, change management on projects and for persisting projects.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.connection with type parameters of type EMFStoreInterface
 interface ConnectionHandler<T extends EMFStoreInterface>
          The ConnectionHandler makes the network transport layer transparent for the server.
 

Uses of EMFStoreInterface in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Classes in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that implement EMFStoreInterface
 class XmlRpcAdminEmfStoreImpl
          XML RPC connection interface for adminemfstore.
 class XmlRpcEmfStoreImpl
          XML RPC connection interface for emfstore.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.core that implement EMFStoreInterface
 class AdminEmfStoreImpl
          Implementation of AdminEmfStore interface.
 

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

Method parameters in org.eclipse.emf.emfstore.internal.server.startup with type arguments of type EMFStoreInterface
 void PostStartupListener.postStartUp(ServerSpace serverspace, AccessControlImpl accessControl, Set<ConnectionHandler<? extends EMFStoreInterface>> connectionHandlers)
          Is called post startup.
 



Copyright © 2015. All Rights Reserved.