public class TraceMonitor extends Object
javax.jcr.Item
usage tracing/monitoring utility.
Note: This is turned off by default. Set '-DTraceMonitor.enabled=true' system property to turn it on. Also, the default trace item size is 2000. You can increase it by setting '-DTraceMonitor.max=3000' for instance. Setting it to zero means unlimited size, which could be dangerous at runtime. So use it only in debugging mode!
Constructor and Description |
---|
TraceMonitor() |
Modifier and Type | Method and Description |
---|---|
protected static String |
getCallee() |
protected static int |
getSize() |
protected static void |
release(javax.jcr.Item item) |
protected static void |
trace(javax.jcr.Item item) |
protected static void |
track(javax.jcr.Item item) |
protected static void track(javax.jcr.Item item)
protected static void release(javax.jcr.Item item)
protected static void trace(javax.jcr.Item item)
protected static String getCallee()
protected static int getSize()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.