JavaTM Platform
Standard Ed. 6

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 Platform
Standard Ed. 6

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

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。