Arnulf Wiedemann wrote:
Hi,
I am looking for detailed information on what is happening, if I send a release call to the urp bridge. Especially how do I release local and remote objects and types (do I just set the appropriate header flags and put the type and/or object info into the message body, do I have to release the remote types/objects at all?) and how can I be sure that the desired release has worked, as the release call is a one_way call. Any info or link to docu is appreciated.
Arnulf

The section "Object Life Cycle" of <http://udk.openoffice.org/common/man/spec/urp.html> has all the details; use the OID/type combination of the reference you want to release as the target of the method call. There are no release calls for types, only for (typed) object references. There is no concept of a release having "worked" or not---the spec states when it is legal to send a given release request and what the consequences of doing so are, so sending a (legal) release request has deterministic behavior on the sending side (remember, URP relies on a reliable connection).

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to