Liking cljdoc? Tell your friends :D

javax.naming.spi.DirStateFactory$Result

An object/attributes pair for returning the result of DirStateFactory.getStateToBind().

An object/attributes pair for returning the result of
DirStateFactory.getStateToBind().
raw docstring

->resultclj

(->result obj out-attrs)

Constructor.

Constructs an instance of Result.

obj - The possibly null object to be bound. - java.lang.Object out-attrs - The possibly null attributes to be bound. - javax.naming.directory.Attributes

Constructor.

Constructs an instance of Result.

obj - The possibly null object to be bound. - `java.lang.Object`
out-attrs - The possibly null attributes to be bound. - `javax.naming.directory.Attributes`
raw docstring

get-attributesclj

(get-attributes this)

Retrieves the attributes to be bound.

returns: The possibly null attributes to be bound. - javax.naming.directory.Attributes

Retrieves the attributes to be bound.

returns: The possibly null attributes to be bound. - `javax.naming.directory.Attributes`
raw docstring

get-objectclj

(get-object this)

Retrieves the object to be bound.

returns: The possibly null object to be bound. - java.lang.Object

Retrieves the object to be bound.

returns: The possibly null object to be bound. - `java.lang.Object`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close