|
|||||||||
| 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.XmlRpcAdminConnectionHandler
public class XmlRpcAdminConnectionHandler
Connection Handler for XML RPC AdminEmfstore interface.
| Field Summary | |
|---|---|
static String |
ADMINEMFSTORE
String interface identifier. |
| Constructor Summary | |
|---|---|
XmlRpcAdminConnectionHandler()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ADMINEMFSTORE
| Constructor Detail |
|---|
public XmlRpcAdminConnectionHandler()
| Method Detail |
|---|
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
AuthenticationControl
ESServerInitExceptionpublic static AdminEmfStore getAdminEmfStore()
public void stop()
stop in interface ConnectionHandler<AdminEmfStore>ConnectionHandler.stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||