|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.server.connection.xmlrpc.XmlRpcConnectionHandler
public class XmlRpcConnectionHandler
Connection Handler for XML RPC EMFStore interface.
| Field Summary | |
|---|---|
static String |
EMFSTORE
String interface identifier. |
| Constructor Summary | |
|---|---|
XmlRpcConnectionHandler()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String EMFSTORE
| Constructor Detail |
|---|
public XmlRpcConnectionHandler()
| Method Detail |
|---|
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
AuthenticationControl
ESServerInitExceptionConnectionHandler.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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||