- すべての実装されたインタフェース:
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