JavaTM 2 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 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only