|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.naming.Reference | +--org.apache.naming.ResourceEnvRef
Represents a reference address to a resource environment.
フィールドの概要 | |
static java.lang.String |
DEFAULT_FACTORY
Default factory for this reference. |
クラス javax.naming.Reference から継承したフィールド |
addrs, classFactory, classFactoryLocation, className |
コンストラクタの概要 | |
ResourceEnvRef(java.lang.String resourceType)
Resource env reference. |
|
ResourceEnvRef(java.lang.String resourceType,
java.lang.String factory,
java.lang.String factoryLocation)
Resource env 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 |
フィールドの詳細 |
public static final java.lang.String DEFAULT_FACTORY
コンストラクタの詳細 |
public ResourceEnvRef(java.lang.String resourceType)
type
- Typepublic ResourceEnvRef(java.lang.String resourceType, java.lang.String factory, java.lang.String factoryLocation)
type
- Typeメソッドの詳細 |
public java.lang.String getFactoryClassName()
javax.naming.Reference
内の getFactoryClassName
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |