|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.util.DbDriverActivator
public class DbDriverActivator
The driver activator loads the H2 driver when starting the bundle. The driver is unloaded when stopping the bundle.
| Constructor Summary | |
|---|---|
DbDriverActivator()
|
|
| Method Summary | |
|---|---|
void |
start(org.osgi.framework.BundleContext bundleContext)
Start the bundle. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stop the bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DbDriverActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bundleContext)
start in interface org.osgi.framework.BundleActivatorbundleContext - the bundle contextpublic void stop(org.osgi.framework.BundleContext bundleContext)
stop in interface org.osgi.framework.BundleActivatorbundleContext - the bundle context
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||