Java javax.naming.directory SearchResult fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.directory SearchResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.directory SearchResult.

The text is from its open source code.

Constructor

SearchResult(String name, Object obj, Attributes attrs)
Constructs a search result using the result's name, its bound object, and its attributes.

Method

AttributesgetAttributes()
Retrieves the attributes in this search result.
StringgetClassName()
Retrieves the class name of the object bound to the name of this binding.
StringgetName()
Retrieves the name of this binding.
StringgetNameInNamespace()
Retrieves the full name of this binding.
ObjectgetObject()
Retrieves the object bound to the name of this binding.
booleanisRelative()
Determines whether the name of this binding is relative to the target context (which is named by the first parameter of the list() method).
voidsetAttributes(Attributes attrs)
Sets the attributes of this search result to attrs.
voidsetName(String name)
Sets the name of this binding.
voidsetNameInNamespace(String fullName)
Sets the full name of this binding.