A headless java API that collects events from other JVMs. Events=method invocations. Initial code taken from http://mchr3k.github.io/org.intrace/. Intended to be used for building diagnostic applications.
Maven dependency info:
<dependency>
<groupId>com.github.eostermueller</groupId>
<artifactId>headlessInTraceClient</artifactId>
<version>0.0.2</version>
</dependency>