org.apache.cayenne.instrument
Class InstrumentUtil
java.lang.Object
org.apache.cayenne.instrument.InstrumentUtil
public class InstrumentUtil
- extends Object
Instrumentation utilities.
- Since:
- 3.0
Method Summary |
static Instrumentation |
getInstrumentation()
Returns JVM instrumentation obtained via a preconfigured factory or from a number
of "standard" places known to Cayenne. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTRUMENTATION_FACTORY_PROPERTY
public static final String INSTRUMENTATION_FACTORY_PROPERTY
- A property specifying the name of the instrumentation factory that is used to
access JVM
Instrumentation
instance.
- See Also:
- Constant Field Values
InstrumentUtil
public InstrumentUtil()
getInstrumentation
public static Instrumentation getInstrumentation()
- Returns JVM instrumentation obtained via a preconfigured factory or from a number
of "standard" places known to Cayenne.
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.