org.apache.naming.resources
クラス DirContextURLStreamHandlerFactory

java.lang.Object
  |
  +--org.apache.naming.resources.DirContextURLStreamHandlerFactory
すべての実装インタフェース:
java.net.URLStreamHandlerFactory

public class DirContextURLStreamHandlerFactory
extends java.lang.Object
implements java.net.URLStreamHandlerFactory

Factory for Stream handlers to a JNDI directory context.

バージョン:
$Revision: 1.3 $
作成者:
Remy Maucherat

コンストラクタの概要
DirContextURLStreamHandlerFactory()
           
 
メソッドの概要
 java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
          Creates a new URLStreamHandler instance with the specified protocol.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DirContextURLStreamHandlerFactory

public DirContextURLStreamHandlerFactory()
メソッドの詳細

createURLStreamHandler

public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
Creates a new URLStreamHandler instance with the specified protocol. Will return null if the protocol is not jndi.
定義:
インタフェース java.net.URLStreamHandlerFactory 内の createURLStreamHandler
パラメータ:
protocol - the protocol (must be "jndi" here)
戻り値:
a URLStreamHandler for the jndi protocol, or null if the protocol is not JNDI


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.