Release the DTMManager's reference(s) to a DTM, making it unmanaged. This is typically done as part of returning the DTM to the heap after we're done with it.
@param dtm the DTM to be released.
@param shouldHardDelete If false, this call is a suggestion rather than anorder, and we may not actually release the DTM. This is intended to support intelligent caching of documents... which is not implemented in this version of the DTM manager.
@return true if the DTM was released, false if shouldHardDelete was setand we decided not to.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.