Hi,
Please vote on one of the following five options to define
allowsPassByReference property for Invokers. You can vote with multiple
choices ordered by your preference.
[1] Add "boolean allowsPassByReference()" to the Invoker interface directly
[2] Add "boolean allowsPassByReference()" to an optional SPI (either a
separate interface or a sub-interface of Invoker)
[3] Define an "InvokerProperties" interface to encapsulate known properties
including "allowsPassByReference", change the Provider.createInvoker() to
take InvokerProperties. Add "getInvokerProperties()" to the Invoker
interface.
[4] Define an "InvokerProperties" class to encapsulate known properties
including "allowsPassByReference", add "getInvokerProperties()" to the
Invoker interface.
[5] Define an "InvokerProperties" interface to encapsulate known properties
including "allowsPassByReference", define an "InvocationPropertiesFactory"
interface to create "InvokerProperties", add "getInvokerProperties()" to the
Invoker interface.
My vote is [1], [2].
Thanks,
Raymond
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]