org.jboss.net.protocol.jndi
Class Handler

java.lang.Object
  extended byDirContextURLStreamHandler
      extended byorg.jboss.net.protocol.jndi.Handler

public class Handler
extends DirContextURLStreamHandler

A protocol handler for the 'jndi' protocol. Provides access to jndi resources required by Tomcat 4.1.12. This is basically a place-marker class so the org.jboss.net.protocol.URLStreamHandlerFactory class can find org.apache.naming.resources.DirContextURLStreamHandler. See org.jboss.net.protocol.URLStreamHandlerFactory and org.jboss.net.protocol.file.Handler for the pattern adopted here

See Also:
Serialized Form

Constructor Summary
Handler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()