API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.naming.spi.
DirStateFactory.Result
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
DirStateFactory.Result
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
static
class DirStateFactory.Result
An object/attributes pair for returning the result of DirStateFactory.getStateToBind().
See also:
Constructors
public
DirStateFactory.Result
(
Object
obj,
Attributes
outAttrs)
Constructs an instance of Result.
Constructs an instance of Result.
Parameters:
-
obj
- The possibly null object to be bound.
-
outAttrs
- The possibly null attributes to be bound.
Methods
Hide/Show inherited methods
public
Attributes
getAttributes
()
Retrieves the attributes to be bound.
Retrieves the attributes to be bound.
Returns:
The possibly null attributes to be bound.
public
Object
getObject
()
Retrieves the object to be bound.
Retrieves the object to be bound.
Returns:
The possibly null object to be bound.
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar