|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.persistence.osgi.BundleUtils
public class BundleUtils
OSGi helper class and methods. All routines MUST use reflection, so we don't have any hard-coded runtime depends on OSGi classes for Java SE and EE users.
Constructor Summary | |
---|---|
BundleUtils()
|
Method Summary | |
---|---|
static java.lang.ClassLoader |
getBundleClassLoader()
|
static boolean |
runningUnderOSGi()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleUtils()
Method Detail |
---|
public static boolean runningUnderOSGi()
public static java.lang.ClassLoader getBundleClassLoader()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |