|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.util.EventObject java.beans.beancontext.BeanContextEvent java.beans.beancontext.BeanContextServiceRevokedEvent
public class BeanContextServiceRevokedEvent
このイベント型は、無効になるサービスを識別するために 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 |
フィールドの詳細 |
---|
protected Class serviceClass
Class
参照です。
コンストラクタの詳細 |
---|
public BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate)
BeanContextServiceEvent
を構築します。
bcs
- このサービスが無効になる
BeanContextServices
sc
- 無効になるサービスinvalidate
- ただちに無効になる場合は true
メソッドの詳細 |
---|
public BeanContextServices getSourceAsBeanContextServices()
BeanContextServices
タイプの参照としてソースを取得します。
BeanContextServices
public Class getServiceClass()
Class
参照public boolean isServiceClass(Class service)
service
- 対象となるサービス (非 null)
true
public boolean isCurrentServiceInvalidNow()
true
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。