public interface DmpRequestProcessorIF
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptRequest(org.dmd.dmp.server.extended.Request request)
This method is called by the RequestTracker when it receives a new
request for processing.
|
void |
processRequest(org.dmd.dmp.server.extended.Request request)
This method is called once it has been established that the processor can
handle the the request.
|
boolean acceptRequest(org.dmd.dmp.server.extended.Request request)
request - The request to be checked.void processRequest(org.dmd.dmp.server.extended.Request request)
request - the request to be processed.Copyright © 2019. All rights reserved.