Package Summary  Overview Summary

class:DirStateFactory.Result [NONE]

Enclosing interface:
DirStateFactory

public static class DirStateFactory.Resultextends Object
An object/attributes pair for returning the result of DirStateFactory.getStateToBind().

constructor:DirStateFactory.Result(java.lang.Object,javax.naming.directory.Attributes) [NONE]

  • Result

    public Result (Object obj, Attributes outAttrs)
    Constructs an instance of Result.
    Parameters:
    obj - The possibly null object to be bound.
    outAttrs - The possibly null attributes to be bound.

method:getObject() [NONE]

  • getObject

    public Object getObject()
    Retrieves the object to be bound.
    Returns:
    The possibly null object to be bound.
  • method:getAttributes() [NONE]

    getAttributes

    public Attributes getAttributes()
    Retrieves the attributes to be bound.
    Returns:
    The possibly null attributes to be bound.

    © 2023 Oracle Corporation and/or its affiliates