org.eclipse.emf.emfstore.internal.client.model.connectionmanager
Interface AdminConnectionManager

All Superinterfaces:
AdminEmfStore, EMFStoreInterface
All Known Implementing Classes:
XmlRpcAdminConnectionManager

public interface AdminConnectionManager
extends AdminEmfStore

An admin connection manager connects to the server for administrative services.

Author:
koegel

Method Summary
 void initConnection(ServerInfo serverInfo, SessionId id)
          Initialize the connection to the server.
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.AdminEmfStore
addInitialParticipant, addMember, addParticipant, assignRole, changeOrgUnit, changeRole, changeUser, createGroup, createUser, deleteGroup, deleteUser, getGroups, getGroups, getMembers, getOrgUnit, getOrgUnits, getParticipants, getProjectInfos, getRole, getUsers, removeGroup, removeMember, removeParticipant
 

Method Detail

initConnection

void initConnection(ServerInfo serverInfo,
                    SessionId id)
                    throws ConnectionException
Initialize the connection to the server.

Parameters:
serverInfo - the server info
id - the session id
Throws:
ConnectionException - if the connection fails


Copyright © 2015. All Rights Reserved.