tomerfiliba / agnos

Agnos - The Agnostic RPC Framework
http://agnos.sourceforge.net
Other
14 stars 7 forks source link

add checkCast or getRuntimeType #23

Open tomerfiliba opened 13 years ago

tomerfiliba commented 13 years ago

proxies now support castToXXX, but this is unchecked. add a parameter to each castToXXX, like checkCast = true/false that verifies the cast is valid. this requires asking the server.

also, add getRuntimeType that returns a string representation of the actual type of the proxied-object.