org.seasar.junitcdi.core.internal
クラス KeepExtensionBeanStore

java.lang.Object
  上位を拡張 org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore
      上位を拡張 org.jboss.weld.context.api.helpers.ConcurrentHashMapBeanStore
          上位を拡張 org.seasar.junitcdi.core.internal.KeepExtensionBeanStore
すべての実装されたインタフェース:
Serializable, org.jboss.weld.context.api.BeanStore

public class KeepExtensionBeanStore
extends org.jboss.weld.context.api.helpers.ConcurrentHashMapBeanStore

clear()が呼ばれてもExtensionを削除せずに維持するBeanStoreです.

作成者:
koichik
関連項目:
直列化された形式

フィールドの概要
 
クラス org.jboss.weld.context.api.helpers.ConcurrentHashMapBeanStore から継承されたフィールド
delegate
 
コンストラクタの概要
KeepExtensionBeanStore()
           
 
メソッドの概要
 void clear()
           
 
クラス org.jboss.weld.context.api.helpers.ConcurrentHashMapBeanStore から継承されたメソッド
delegate
 
クラス org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore から継承されたメソッド
get, getContextualIds, put, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

KeepExtensionBeanStore

public KeepExtensionBeanStore()
メソッドの詳細

clear

public void clear()
定義:
インタフェース org.jboss.weld.context.api.BeanStore 内の clear
オーバーライド:
クラス org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore 内の clear


Copyright © 2010 The Seasar Foundation. All Rights Reserved.