Package org.postgresql.osgi
Class PGBundleActivator
- java.lang.Object
-
- org.postgresql.osgi.PGBundleActivator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class PGBundleActivator extends Object implements org.osgi.framework.BundleActivator
This class is an OSGi Bundle Activator and should only be used internally by the OSGi Framework.
-
-
Constructor Summary
Constructors Constructor Description PGBundleActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)
-