Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.naming.spi
Interface DirStateFactory  view DirStateFactory download DirStateFactory.java

All Superinterfaces:
StateFactory

public interface DirStateFactory
extends StateFactory


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

Method Detail

getStateToBind

public DirStateFactory.Result getStateToBind(java.lang.Object obj,
                                             javax.naming.Name name,
                                             javax.naming.Context nameCtx,
                                             java.util.Hashtable environment,
                                             javax.naming.directory.Attributes inAttrs)
                                      throws javax.naming.NamingException