org.apache.cayenne.instrument
Class CayenneInstrumentationFactory
java.lang.Object
org.apache.cayenne.instrument.CayenneInstrumentationFactory
- All Implemented Interfaces:
- InstrumentationFactory
public class CayenneInstrumentationFactory
- extends Object
- implements InstrumentationFactory
An instrumentation factory based on CayenneAgent.
- Since:
- 3.0
- Author:
- Andrus Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CayenneInstrumentationFactory
public CayenneInstrumentationFactory()
getInstrumentation
public Instrumentation getInstrumentation()
- Description copied from interface:
InstrumentationFactory
- Returns an
Instrumentation
instance for the current JVM or null if it is
not availble or not known to this factory.
- Specified by:
getInstrumentation
in interface InstrumentationFactory
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.