public class XmlRpcConnectionHandler extends Object implements ConnectionHandler<EMFStore>
| Modifier and Type | Field and Description |
|---|---|
static String |
EMFSTORE
String interface identifier.
|
| Constructor and Description |
|---|
XmlRpcConnectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static AccessControl |
getAccessControl()
Returns AccessControl.
|
static EMFStore |
getEmfStore()
Returns EMFstore.
|
String |
getName()
Return the handler name.
|
void |
init(EMFStore emfStore,
AccessControl accessControl)
This method initializes the ConnectionHandler.
|
void |
stop()
Stop the handler.
|
public static final String EMFSTORE
public String getName()
getName in interface ConnectionHandler<EMFStore>public void init(EMFStore emfStore, AccessControl accessControl) throws ESServerInitException
init in interface ConnectionHandler<EMFStore>emfStore - an implementation of a server interfaceaccessControl - an implementation of the
org.eclipse.emf.emfstore.internal.server.accesscontrol.AuthenticationControlESServerInitExceptionConnectionHandler.init(org.eclipse.emf.emfstore.internal.server.EMFStoreInterface,
org.eclipse.emf.emfstore.internal.server.accesscontrol.AccessControl)public static EMFStore getEmfStore()
public static AccessControl getAccessControl()
public void stop()
stop in interface ConnectionHandler<EMFStore>ConnectionHandler.stop()Copyright © 2017. All rights reserved.