Kbase P55428: How do you cancel all running requests for an AppServer when using Open Client with Java?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/2/2009 |
|
Status: Verified
GOAL:
How do you cancel all running requests for an AppServer when using Open Client with Java?
FACT(s) (Environment):
Progress 9.x
FIX:
Use the _cancelAllRequests() method. This will cancel the execution of the running program on the AppServer and will also purge any pending requests. Once the execution of this method is complete, the AppServer will still be connected and will be in a state that will allow it to accept new requests.