javax.naming.spi
Interface DirStateFactory

All Superinterfaces:
StateFactory

public interface DirStateFactory
extends StateFactory


Nested Class Summary
static class DirStateFactory.Result
           
 
Method Summary
 DirStateFactory.Result getStateToBind(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment, Attributes inAttrs)
           
 
Methods inherited from interface javax.naming.spi.StateFactory
getStateToBind
 

Method Detail

getStateToBind

DirStateFactory.Result getStateToBind(Object obj,
                                      Name name,
                                      Context nameCtx,
                                      Hashtable<?,?> environment,
                                      Attributes inAttrs)
                                      throws NamingException
Throws:
NamingException