Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Pass by reference semantics

I am using the r_osgi provider for remote services.  One of the service characteristics is passByValue.  Is pass by reference an option with this or with any provider?  Are there any recommended patterns for implementing roll-your-own pass by reference if it is not supported?

<property name="remote.intents.supported" value-type="String">
<array>
<value>passByValue</value>
<value>exactlyOnce</value>
<value>ordered</value>
</array>
</property>

Tim


Back to the top