< prev index next >

src/java.naming/share/classes/javax/naming/spi/package.html

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols


  17 version 2 for more details (a copy is included in the LICENSE file that
  18 accompanied this code).
  19 
  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 </head>
  29 <body bgcolor="white">
  30 
  31 Provides the means for dynamically plugging in support for accessing
  32 naming and directory services through the <code>javax.naming</code>
  33 and related packages.
  34 
  35 <p>
  36 This package defines the service provider interface (SPI) of the Java Naming
  37 and Directory Interface&trade; (JNDI). &nbsp;
  38 JNDI provides naming and directory functionality to applications
  39 written in the Java programming language.  It is designed to be
  40 independent of any specific naming or directory service
  41 implementation.  Thus a variety of services--new, emerging, and
  42 already deployed ones--can be accessed in a common way.
  43 
  44 <p>
  45 The JNDI SPI provides the means for creating JNDI service providers,
  46 through which JNDI applications access different naming and
  47 directory services.
  48 
  49 
  50 <h2>Plug-in Architecture</h2>
  51 
  52 The service provider package allows different implementations to be plugged in
  53 dynamically.
  54 These different implementations include those for the
  55 <em>initial context</em>,
  56 and implementations for contexts that can be reached 
  57 from the initial context.




  17 version 2 for more details (a copy is included in the LICENSE file that
  18 accompanied this code).
  19 
  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 </head>
  29 <body bgcolor="white">
  30 
  31 Provides the means for dynamically plugging in support for accessing
  32 naming and directory services through the <code>javax.naming</code>
  33 and related packages.
  34 
  35 <p>
  36 This package defines the service provider interface (SPI) of the Java Naming
  37 and Directory Interface (JNDI). &nbsp;
  38 JNDI provides naming and directory functionality to applications
  39 written in the Java programming language.  It is designed to be
  40 independent of any specific naming or directory service
  41 implementation.  Thus a variety of services--new, emerging, and
  42 already deployed ones--can be accessed in a common way.
  43 
  44 <p>
  45 The JNDI SPI provides the means for creating JNDI service providers,
  46 through which JNDI applications access different naming and
  47 directory services.
  48 
  49 
  50 <h2>Plug-in Architecture</h2>
  51 
  52 The service provider package allows different implementations to be plugged in
  53 dynamically.
  54 These different implementations include those for the
  55 <em>initial context</em>,
  56 and implementations for contexts that can be reached 
  57 from the initial context.


< prev index next >