org.exoplatform.services.jcr.ext.resource.jcr
Class Handler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.exoplatform.services.jcr.ext.resource.jcr.Handler
All Implemented Interfaces:
org.picocontainer.Startable

public class Handler
extends java.net.URLStreamHandler
implements org.picocontainer.Startable

URLStreamHandler for protocol jcr://.

Version:
$Id: Handler.java 35186 2009-08-07 14:23:43Z pnedonosko $
Author:
Andrey Parfonov

Constructor Summary
Handler()
           
Handler(RepositoryService rs, NodeRepresentationService nrs, ThreadLocalSessionProviderService tsps)
           
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.URL url)
          
 void start()
          
 void stop()
          
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler(RepositoryService rs,
               NodeRepresentationService nrs,
               ThreadLocalSessionProviderService tsps)

Handler

public Handler()
Method Detail

openConnection

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

Specified by:
openConnection in class java.net.URLStreamHandler
Throws:
java.io.IOException

start

public void start()

Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()

Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2011 eXo Platform SAS. All Rights Reserved.