org.apache.naming
クラス EjbRef
java.lang.Object
|
+--javax.naming.Reference
|
+--org.apache.naming.EjbRef
- すべての実装インタフェース:
- java.lang.Cloneable, java.io.Serializable
- public class EjbRef
- extends javax.naming.Reference
Represents a reference address to an EJB.
- バージョン:
- $Revision: 1.2 $ $Date: 2001/03/22 17:20:04 $
- 作成者:
- Remy Maucherat
- 関連項目:
- 直列化された形式
フィールドの概要 |
static java.lang.String |
DEFAULT_FACTORY
Default factory for this reference. |
static java.lang.String |
LINK
Link address type. |
static java.lang.String |
REMOTE
Remote interface classname address type. |
static java.lang.String |
TYPE
EJB type address type. |
クラス javax.naming.Reference から継承したフィールド |
addrs, classFactory, classFactoryLocation, className |
コンストラクタの概要 |
EjbRef(java.lang.String ejbType,
java.lang.String home,
java.lang.String remote,
java.lang.String link)
EJB Reference. |
EjbRef(java.lang.String ejbType,
java.lang.String home,
java.lang.String remote,
java.lang.String link,
java.lang.String factory,
java.lang.String factoryLocation)
EJB Reference. |
メソッドの概要 |
java.lang.String |
getFactoryClassName()
Retrieves the class name of the factory of the object to which this
reference refers. |
クラス javax.naming.Reference から継承したメソッド |
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size, toString |
クラス java.lang.Object から継承したメソッド |
finalize, getClass, notify, notifyAll, wait, wait, wait |
DEFAULT_FACTORY
public static final java.lang.String DEFAULT_FACTORY
- Default factory for this reference.
TYPE
public static final java.lang.String TYPE
- EJB type address type.
REMOTE
public static final java.lang.String REMOTE
- Remote interface classname address type.
LINK
public static final java.lang.String LINK
- Link address type.
EjbRef
public EjbRef(java.lang.String ejbType,
java.lang.String home,
java.lang.String remote,
java.lang.String link)
- EJB Reference.
- パラメータ:
ejbType
- EJB typehome
- Home interface classnameremote
- Remote interface classnamelink
- EJB link
EjbRef
public EjbRef(java.lang.String ejbType,
java.lang.String home,
java.lang.String remote,
java.lang.String link,
java.lang.String factory,
java.lang.String factoryLocation)
- EJB Reference.
- パラメータ:
ejbType
- EJB typehome
- Home interface classnameremote
- Remote interface classnamelink
- EJB link
getFactoryClassName
public java.lang.String getFactoryClassName()
- Retrieves the class name of the factory of the object to which this
reference refers.
- オーバーライド:
- クラス
javax.naming.Reference
内の getFactoryClassName
Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.