Uses of Interface
javax.naming.spi.StateFactory
-
Packages that use StateFactory Package Description javax.naming.spi Provides the means for dynamically plugging in support for accessing naming and directory services through thejavax.naming
and related packages. -
-
Uses of StateFactory in javax.naming.spi
Subinterfaces of StateFactory in javax.naming.spi Modifier and Type Interface Description interface
DirStateFactory
This interface represents a factory for obtaining the state of an object and corresponding attributes for binding.
-