public static class

DirStateFactory.Result

extends Object
java.lang.Object
   ↳ javax.naming.spi.DirStateFactory.Result

Class Overview

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

Summary

Public Constructors
DirStateFactory.Result(Object obj, Attributes outAttrs)
Constructs an instance of Result.
Public Methods
Attributes getAttributes()
Retrieves the attributes to be bound.
Object getObject()
Retrieves the object to be bound.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DirStateFactory.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.

Public Methods

public Attributes getAttributes ()

Retrieves the attributes to be bound.

Returns
  • The possibly null attributes to be bound.

public Object getObject ()

Retrieves the object to be bound.

Returns
  • The possibly null object to be bound.