Add API stubs for the Java context info retrievers
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 3 Sep 2015 18:00:28 +0000 (14:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Oct 2015 20:54:54 +0000 (16:54 -0400)
commit27dbdc0036ec754a3c9608aafa651cc558a5df4b
tree55db34df8283d2ac5a6271774185d64a9ac9914e
parent191f4058e264cb662e51ba16134fb03682044a3e
Add API stubs for the Java context info retrievers

A context info retriever will allow an application to define their own
context information, and have it available in the resulting UST traces.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/lttng-ust-agent-common/Makefile.am
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/ContextInfoManager.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/IContextInfoRetriever.java [new file with mode: 0644]
This page took 0.024643 seconds and 5 git commands to generate.