public class XmlRpcAdminConnectionHandler extends Object implements ConnectionHandler<AdminEmfStore>
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMINEMFSTORE
String interface identifier.
|
| Constructor and Description |
|---|
XmlRpcAdminConnectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static AdminEmfStore |
getAdminEmfStore()
Returns the admin interface for EMFStore.
|
String |
getName()
Return the handler name.
|
void |
init(AdminEmfStore adminEmfStore,
AccessControl accessControl)
This method initializes the ConnectionHandler.
|
void |
stop()
Stop the handler.
|
public static final String ADMINEMFSTORE
public String getName()
getName in interface ConnectionHandler<AdminEmfStore>public void init(AdminEmfStore adminEmfStore, AccessControl accessControl) throws ESServerInitException
init in interface ConnectionHandler<AdminEmfStore>adminEmfStore - an implementation of a server interfaceaccessControl - an implementation of the
org.eclipse.emf.emfstore.internal.server.accesscontrol.AuthenticationControlESServerInitExceptionpublic static AdminEmfStore getAdminEmfStore()
public void stop()
stop in interface ConnectionHandler<AdminEmfStore>ConnectionHandler.stop()Copyright © 2017. All rights reserved.