eXo JCR :: Component :: Extension Service 1.15.0-CR2

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 URLStreamHandler
implements org.picocontainer.Startable

URLStreamHandler for protocol jcr://.

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
Handler()
           
Handler(RepositoryService rs, NodeRepresentationService nrs, ThreadLocalSessionProviderService tsps)
           
 
Method Summary
protected  URLConnection openConnection(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 URLConnection openConnection(URL url)
                                throws IOException

Specified by:
openConnection in class URLStreamHandler
Throws:
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

eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.