org.apache.jdo.impl.fostore
Class FOStoreURLStreamHandler

java.lang.Object
  extended byjava.net.URLStreamHandler
      extended byorg.apache.jdo.impl.fostore.FOStoreURLStreamHandler

class FOStoreURLStreamHandler
extends java.net.URLStreamHandler

Creates connections to databases.

Version:
1.0
Author:
Craig Russell

Field Summary
(package private) static FOStoreURLStreamHandler sh
           
 
Constructor Summary
FOStoreURLStreamHandler()
          Creates new FOStoreURLStreamHandler
 
Method Summary
(package private) static FOStoreURLStreamHandler getInstance()
           
protected  java.net.URLConnection openConnection(java.net.URL url)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sh

static FOStoreURLStreamHandler sh
Constructor Detail

FOStoreURLStreamHandler

public FOStoreURLStreamHandler()
Creates new FOStoreURLStreamHandler

Method Detail

getInstance

static FOStoreURLStreamHandler getInstance()

openConnection

protected java.net.URLConnection openConnection(java.net.URL url)
                                         throws java.io.IOException
Throws:
java.io.IOException