| Package | Description |
|---|---|
| org.dmd.dmp.server.servlet.base.interfaces | |
| org.dmd.dmp.server.servlet.base.plugins | |
| org.dmd.dmp.server.servlet.extended |
| Modifier and Type | Method and Description |
|---|---|
int |
RequestTrackerIF.processRequest(org.dmd.dmp.server.extended.Request req,
DmpResponseHandlerIF responseHandler)
This method allows you to submit a request and receive asynchronous responses via the
response handler.
|
int |
RequestTrackerIF.processRequest(org.dmd.dmp.server.extended.Request request,
DmpResponseHandlerIF handler,
int timeoutSeconds)
This method allows you to submit a request with a specified timeout value.
|
org.dmd.dmp.server.extended.Response |
RequestTrackerIF.processSynchronousRequest(org.dmd.dmp.server.extended.Request req,
DmpResponseHandlerIF asyncResponseHandler,
int timeoutSeconds)
This method allows for synchronous processing of a request; this is generally used when
service DMP requests that arrive via GWT RPC.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BasicRequestTrackerPlugin.processRequest(org.dmd.dmp.server.extended.Request req,
DmpResponseHandlerIF responseHandler)
This method allows you to submit a request and receive asynchronous responses via the
response handler.
|
int |
BasicRequestTrackerPlugin.processRequest(org.dmd.dmp.server.extended.Request req,
DmpResponseHandlerIF responseHandler,
int timeoutSeconds)
This method allows you to submit a request with a specified timeout value.
|
org.dmd.dmp.server.extended.Response |
BasicRequestTrackerPlugin.processSynchronousRequest(org.dmd.dmp.server.extended.Request req,
DmpResponseHandlerIF asyncResponseHandler,
int timeoutSeconds)
This method allows for synchronous processing of a request; this is generally used when
service DMP requests that arrive via GWT RPC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionRI
The SessionRI class represents an authenticated user session.
|
Copyright © 2019. All rights reserved.