org.apache.naming
クラス ResourceRef
java.lang.Object
|
+--javax.naming.Reference
|
+--org.apache.naming.ResourceRef
- すべての実装インタフェース:
- java.lang.Cloneable, java.io.Serializable
- public class ResourceRef
- extends javax.naming.Reference
Represents a reference address to a resource.
- バージョン:
- $Revision: 1.1 $ $Date: 2000/11/04 06:46:08 $
- 作成者:
- Remy Maucherat
- 関連項目:
- 直列化された形式
フィールドの概要 |
static java.lang.String |
AUTH
Auth address type. |
static java.lang.String |
DEFAULT_FACTORY
Default factory for this reference. |
static java.lang.String |
DESCRIPTION
Description address type. |
static java.lang.String |
SCOPE
Scope address type. |
クラス javax.naming.Reference から継承したフィールド |
addrs, classFactory, classFactoryLocation, className |
コンストラクタの概要 |
ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth)
Resource Reference. |
ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth,
java.lang.String factory,
java.lang.String factoryLocation)
Resource 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.
DESCRIPTION
public static final java.lang.String DESCRIPTION
- Description address type.
SCOPE
public static final java.lang.String SCOPE
- Scope address type.
AUTH
public static final java.lang.String AUTH
- Auth address type.
ResourceRef
public ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth)
- Resource Reference.
- パラメータ:
resourceClass
- Resource classscope
- Resource scopeauth
- Resource authetication
ResourceRef
public ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth,
java.lang.String factory,
java.lang.String factoryLocation)
- Resource Reference.
- パラメータ:
resourceClass
- Resource classscope
- Resource scopeauth
- Resource authetication
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.