Message3033

Author cgroves
Recipients
Date 2008-02-09.22:24:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Jython analyzes the Java classes in PyJavaClass and uses that to extract Method and Field objects via reflection that it later uses to call back into Java.  You could add a special wrapper for the classes with calls you want to intercept with a new PyObjectAdapter that you add to the ExtensiblePyObjectAdapter returned by org.python.core.Py.getAdapter.
History
Date User Action Args
2008-02-20 17:19:00adminlinkissue1673854 messages
2008-02-20 17:19:00admincreate