|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.web.util.WidgetServiceTracker
public abstract class WidgetServiceTracker
跟踪IWidgetService的服务实现
字段摘要 | |
---|---|
protected static org.slf4j.Logger |
logger
|
构造方法摘要 | |
---|---|
WidgetServiceTracker()
|
方法摘要 | |
---|---|
static void |
close()
关闭跟踪器,建议的bundle关闭时,或者不在需要跟踪 WidgetService服务时,调用本方法,以便释放资源 |
static IWidgetService |
getWidgetService(String id)
获取指定id的服务 |
static IWidgetService[] |
getWidgetServices()
获取所有IWidgetService的实现 ,由于服务时动态的,不要缓存本方法返回的结果 |
static void |
open(org.osgi.framework.BundleContext context)
开启服务跟踪,使用者必须保证在调用服务获取方法 getWidgetServices() 之前调用 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
protected static org.slf4j.Logger logger
构造方法详细信息 |
---|
public WidgetServiceTracker()
方法详细信息 |
---|
public static void open(org.osgi.framework.BundleContext context)
getWidgetServices()
之前调用
context
- bundle上下文public static void close()
public static IWidgetService[] getWidgetServices()
public static IWidgetService getWidgetService(String id)
id
- 指定的id
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |