JavaTM 2 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)
          建構一個 Result 實例。
 
方法摘要
 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)
建構一個 Result 實例。

參數:
obj - 要綁定的物件(可能為 null)。
outAttrs - 要綁定的屬性(可能為 null)。
方法詳細資訊

getObject

public Object getObject()
檢索要綁定的物件。

返回:
要綁定的物件(可能為 null)。

getAttributes

public Attributes getAttributes()
檢索要綁定的屬性。

返回:
要綁定的屬性(可能為 null)。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only