|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - server interface type E.g EMFStore or
AdminEmfStorepublic interface ConnectionHandler<T extends EMFStoreInterface>
The ConnectionHandler makes the network transport layer transparent for the server.
It requires EMFStore and
AuthenticationControl to delegate the messages.
| Method Summary | |
|---|---|
String |
getName()
Return the handler name. |
void |
init(T emfStore,
AccessControl accessControl)
This method initializes the ConnectionHandler. |
void |
stop()
Stop the handler. |
| Method Detail |
|---|
void init(T emfStore,
AccessControl accessControl)
throws FatalESException,
ESException
emfStore - an implementation of a server interfaceaccessControl - an implementation of the
AuthenticationControl
FatalESException - in case the server can't initialize
ESException - in case an exception occurred within the servervoid stop()
String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||