|
From: Sebastian H. <hel...@in...> - 2012-04-19 05:54:57
|
Hi all, maybe we can add these three lines, at a place where all the objects such as Knowledgesources are created? http://jamonapi.sourceforge.net/#monitoringinterfaces || import com.jamonapi.proxy.*; // The MyObject() class has to implement MyInterface for monitoring to work. MyInterface myObject = (MyInterface) MonProxyFactory.monitor(new MyObject()); myObject.myMethod();// method call will be monitored with JAMon. All the best, Sebastian -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Projects: http://nlp2rdf.org , http://dbpedia.org Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org |