Class CDORemoteSessionRequest.GlobalRequestHandler
java.lang.Object
org.eclipse.emf.cdo.session.remote.CDORemoteSessionRequest.GlobalRequestHandler
- All Implemented Interfaces:
org.eclipse.net4j.util.lifecycle.IDeactivateable
- Enclosing class:
- CDORemoteSessionRequest
public abstract static class CDORemoteSessionRequest.GlobalRequestHandler
extends Object
implements org.eclipse.net4j.util.lifecycle.IDeactivateable
Handles incoming
requests
in the context of all globally registered
sessions
and optionally sends back response messages
.- Author:
- Eike Stepper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract byte[]
createResponse
(CDORemoteSession sender, byte[] request)
-
Constructor Details
-
GlobalRequestHandler
-
-
Method Details
-
deactivate
- Specified by:
deactivate
in interfaceorg.eclipse.net4j.util.lifecycle.IDeactivateable
-
createResponse
-