T - server interface type E.g EMFStore or
AdminEmfStorepublic interface ConnectionHandler<T extends EMFStoreInterface>
EMFStore and
org.eclipse.emf.emfstore.internal.server.accesscontrol.AuthenticationControl to delegate the messages.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the handler name.
|
void |
init(T emfStore,
AccessControl accessControl)
This method initializes the ConnectionHandler.
|
void |
stop()
Stop the handler.
|
void init(T emfStore, AccessControl accessControl) throws FatalESException, ESException
emfStore - an implementation of a server interfaceaccessControl - an implementation of the
org.eclipse.emf.emfstore.internal.server.accesscontrol.AuthenticationControlFatalESException - in case the server can't initializeESException - in case an exception occurred within the servervoid stop()
String getName()
Copyright © 2017. All rights reserved.