Lines Matching refs:close
46 <li>closed (if it supports <member>XCloseable::close()</member>)</li>
70 /** try to close the object
83 … It's forbidden to catch this exception inside the called close() method because the caller must
88 …If somewhere disagree with a CloseVetoException it will not clear who has to close the object again
90 …If it is set to <FALSE/> the caller of the method close() will be the owner of this object in ever…
91 … Then it's not allowed to call close() from any other place (may a registered XCloseListener).
95 …he MUST try to close it again. If the closing object itself disagrees by an exception and the para…
110 …This new owner has to close the closing object again if his still running processes will be finish…
112 …<FALSE/> let the ownership at the original one which called the close() method. He must react for …
116 …sing object himself or any of his currently registered listener disagree with this close() request.
123 void close( [in] boolean DeliverOwnership )