gboat2.base.core
类 Activator

java.lang.Object
  继承者 gboat2.base.core.Activator
所有已实现的接口:
EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.BundleListener

public class Activator
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.framework.BundleListener

gboat2.base.core的Activator

从以下版本开始:
jdk1.6
作者:
lysming

字段摘要
static String HEADER_EXTENDER_BUNDLES
           
static String HEADER_PROJECT_ENABLED
           
static org.osgi.framework.Bundle LOCAL_BUNDLE
           
static Map<String,Map<String,String>> pomCache
           
 
构造方法摘要
Activator()
           
 
方法摘要
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 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
 

字段详细信息

LOCAL_BUNDLE

public static org.osgi.framework.Bundle LOCAL_BUNDLE

HEADER_PROJECT_ENABLED

public static final String HEADER_PROJECT_ENABLED
另请参见:
常量字段值

HEADER_EXTENDER_BUNDLES

public static final String HEADER_EXTENDER_BUNDLES
另请参见:
常量字段值

pomCache

public static Map<String,Map<String,String>> pomCache
构造方法详细信息

Activator

public Activator()
方法详细信息

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
指定者:
接口 org.osgi.framework.BundleActivator 中的 start
参数:
context - BundleContext对象
抛出:
Exception - felix异常
另请参见:
BundleActivator.start(org.osgi.framework.BundleContext)

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
指定者:
接口 org.osgi.framework.BundleActivator 中的 stop
抛出:
Exception

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
指定者:
接口 org.osgi.framework.BundleListener 中的 bundleChanged


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.