Is it possible to define ONE invocationhandler (proxy) for SEVERAL objects with different interfaces ?
Because what this proxy does(all the checkings & etc.) on the objects are same (and they share a lock management table which I prefer to have it on proxy at one place),
Is there a way to do it ?
Thanks , Arian