org.seasar.framework.ejb
クラス EJB3DescFactory

java.lang.Object
  上位を拡張 org.seasar.framework.ejb.EJB3DescFactory

public class EJB3DescFactory
extends Object

作成者:
koichik

フィールドの概要
protected static ConcurrentMap<Class<?>,EJB3DescImpl> ejb3Descs
           
 
コンストラクタの概要
EJB3DescFactory()
           
 
メソッドの概要
static void dispose()
           
static EJB3Desc getEJB3Desc(Class<?> beanClass)
           
static void initialize()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ejb3Descs

protected static final ConcurrentMap<Class<?>,EJB3DescImpl> ejb3Descs
コンストラクタの詳細

EJB3DescFactory

public EJB3DescFactory()
メソッドの詳細

initialize

public static void initialize()

dispose

public static void dispose()

getEJB3Desc

public static EJB3Desc getEJB3Desc(Class<?> beanClass)


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.