Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.naming.spi

Interface DirStateFactory

java.lang.Object
|
+--javax.naming.spi.StateFactory
   |
   +--javax.naming.spi.DirStateFactory

All Implemented Interfaces:

StateFactory


public interface DirStateFactory

implements StateFactory

Author:

Method Summary

javax.naming.spi.DirStateFactory.ResultgetStateToBind(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment, javax.naming.directory.Attributes inAttrs)

Method Details

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)

Parameters: