Consultor Eletrônico



Kbase P18303: How to clean up java open client connections.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/13/2003
Status: Unverified

GOAL:

How to clean up Java Open Client connections?

FACT(s) (Environment):

Progress 9.1D

FIX:

To disconnect the Java connection, release the ProcObject and AppObject with the method release();
If you execute this method on the last available proxy object that has shared a particular connection, the client disconnects the AppServer. If you execute this method on a ProcObject, the associated persistent procedure on the AppServer is deleted.

object._release();