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

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

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

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

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

Classes in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that implement AdminEmfStore
 class XmlRpcAdminConnectionManager
          Connection manager for EMFStore that enables administrator capabilities.
 

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

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

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return AdminEmfStore
static AdminEmfStore XmlRpcAdminConnectionHandler.getAdminEmfStore()
          Returns the admin interface for EMFStore.
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc with parameters of type AdminEmfStore
 void XmlRpcAdminConnectionHandler.init(AdminEmfStore adminEmfStore, AccessControl accessControl)
          This method initializes the ConnectionHandler.
 

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

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



Copyright © 2015. All Rights Reserved.