public class PersistenceActivator extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
static String |
OSGI_PERSISTENCE_PROVIDER |
static String |
PERSISTENCE_PROVIDER |
static String |
PERSISTENCE_PROVIDER_ARIES |
Constructor and Description |
---|
PersistenceActivator() |
Modifier and Type | Method and Description |
---|---|
static ClassLoader |
getBundleClassLoader() |
void |
start(org.osgi.framework.BundleContext ctx) |
void |
stop(org.osgi.framework.BundleContext ctx) |
public static final String PERSISTENCE_PROVIDER_ARIES
public static final String PERSISTENCE_PROVIDER
public static final String OSGI_PERSISTENCE_PROVIDER
public void start(org.osgi.framework.BundleContext ctx) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext ctx) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
public static ClassLoader getBundleClassLoader()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.