パッケージ org.postgresql.osgi

クラス PGBundleActivator

java.lang.Object
org.postgresql.osgi.PGBundleActivator
すべての実装されたインタフェース:
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.
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    start(org.osgi.framework.BundleContext context)
     
    void
    stop(org.osgi.framework.BundleContext context)
     

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • PGBundleActivator

      public PGBundleActivator()
  • メソッドの詳細

    • start

      public void start(org.osgi.framework.BundleContext context) throws Exception
      定義:
      start インタフェース内 org.osgi.framework.BundleActivator
      例外:
      Exception
    • stop

      public void stop(org.osgi.framework.BundleContext context) throws Exception
      定義:
      stop インタフェース内 org.osgi.framework.BundleActivator
      例外:
      Exception