[Twisted-Python] Referenceable interfaces in Java

Itamar Shtull-Trauring lists at itamarst.org
Mon Nov 12 12:27:56 EST 2001


Any suggestions on how to deal with keywords args in Java PB referenceables?

If I just ignore them I can make methods in Referenceables be a lot more 
normal looking:

	public Object remote_foo(Integer x)

instead of:

	public Object remote_foo(Object[] args, Map kwargs)

And allow method overloading too.

I could of course implement both policies in different classes, in which 
case I'd be happy for suggestions on a name for such classes.






More information about the Twisted-Python mailing list