JavaTM Platform
Standard Ed. 6

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

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策