java.lang.Object javax.naming.spi.DirStateFactory.Result
public static class DirStateFactory.Result
用于返回 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 |
构造方法详细信息 |
---|
public DirStateFactory.Result(Object obj, Attributes outAttrs)
obj
- 要绑定的对象(可能为 null)。
outAttrs
- 要绑定的属性(可能为 null)。
方法详细信息 |
---|
public Object getObject()
public Attributes getAttributes()