javax.naming.spi
Class DirStateFactory.Result

java.lang.Object
  extended by javax.naming.spi.DirStateFactory.Result
Enclosing interface:
DirStateFactory

public static class DirStateFactory.Result
extends Object


Constructor Summary
DirStateFactory.Result(Object obj, Attributes outAttrs)
           
 
Method Summary
 Attributes getAttributes()
           
 Object getObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirStateFactory.Result

public DirStateFactory.Result(Object obj,
                              Attributes outAttrs)
Method Detail

getObject

public Object getObject()

getAttributes

public Attributes getAttributes()