|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.beans.beancontext
类 BeanContextServiceRevokedEvent
java.lang.Object java.util.EventObject java.beans.beancontext.BeanContextEvent java.beans.beancontext.BeanContextServiceRevokedEvent
- 所有已实现的接口:
- Serializable
-
public class BeanContextServiceRevokedEvent
- extends BeanContextEvent
BeanContextServiceRevokedListener
使用此事件类型来标识将被取消的服务。
- 另请参见:
- 序列化表格
字段摘要 | |
---|---|
protected Class |
serviceClass 将被取消服务的 Class 引用。 |
从类 java.beans.beancontext.BeanContextEvent 继承的字段 |
---|
propagatedFrom |
从类 java.util.EventObject 继承的字段 |
---|
source |
构造方法摘要 | |
---|---|
BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate) 构造一个 BeanContextServiceEvent 。 |
方法摘要 | |
---|---|
Class |
getServiceClass() 获得作为此通知的主题的服务类 |
BeanContextServices |
getSourceAsBeanContextServices() 获得作为 BeanContextServices 类型的引用的源 |
boolean |
isCurrentServiceInvalidNow() 报告当前服务是否被强行取消,在该情况下,引用当前无效并且不能使用。 |
boolean |
isServiceClass(Class service) 检查此事件,以确定将被取消的服务是否属于某个特定类。 |
从类 java.beans.beancontext.BeanContextEvent 继承的方法 |
---|
getBeanContext, getPropagatedFrom, isPropagated, setPropagatedFrom |
从类 java.util.EventObject 继承的方法 |
---|
getSource, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
serviceClass
protected Class serviceClass
-
将被取消服务的
Class
引用。
构造方法详细信息 |
---|
BeanContextServiceRevokedEvent
public BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate)
-
构造一个
BeanContextServiceEvent
。- 参数:
-
bcs
- 将从中取消此服务的BeanContextServices
-
sc
- 将被取消的服务 -
invalidate
-true
表示立即取消
方法详细信息 |
---|
getSourceAsBeanContextServices
public BeanContextServices getSourceAsBeanContextServices()
-
获得作为
BeanContextServices
类型的引用的源 -
- 返回:
-
将从中取消此服务的
BeanContextServices
getServiceClass
public Class getServiceClass()
- 获得作为此通知的主题的服务类
-
- 返回:
-
将被取消服务的
Class
引用
isServiceClass
public boolean isServiceClass(Class service)
- 检查此事件,以确定将被取消的服务是否属于某个特定类。
-
- 参数:
-
service
- 感兴趣的类(应该为非 null ) - 返回:
-
如果将被取消的服务与指定服务属于同一个类,则返回
true
isCurrentServiceInvalidNow
public boolean isCurrentServiceInvalidNow()
- 报告当前服务是否被强行取消,在该情况下,引用当前无效并且不能使用。
-
- 返回:
-
如果当前服务被强行取消,则返回
true
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |