|
||||||||||
| 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(BundleContext bundleContext)
Start the bundle. |
void |
stop(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(BundleContext bundleContext)
bundleContext - the bundle contextpublic void stop(BundleContext bundleContext)
bundleContext - the bundle context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||