JavaTM 2
Platform
Std. Ed. v1.4.0

javax.naming.spi
クラス DirStateFactory.Result

java.lang.Object
  |
  +--javax.naming.spi.DirStateFactory.Result
含まれているクラス:
DirStateFactory

public static class DirStateFactory.Result
extends Object

DirStateFactory.getStateToBind() の結果を返す、オブジェクトと属性のペアです。


コンストラクタの概要
DirStateFactory.Result(Object obj, Attributes outAttrs)
          結果のインスタンスを構築します。
 
メソッドの概要
 Attributes getAttributes()
          バインド対象の属性を取得します。
 Object getObject()
          バインド対象のオブジェクトを取得します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DirStateFactory.Result

public DirStateFactory.Result(Object obj,
                              Attributes outAttrs)
結果のインスタンスを構築します。

パラメータ:
obj - null の可能性があるバインド対象オブジェクト
outAttrs - null の可能性があるバインド対象属性
メソッドの詳細

getObject

public Object getObject()
バインド対象のオブジェクトを取得します。

戻り値:
null の可能性があるバインド対象オブジェクト

getAttributes

public Attributes getAttributes()
バインド対象の属性を取得します。

戻り値:
null の可能性があるバインド対象属性

JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.