Uses of Interface
gr.uoa.di.madgik.grs.proxy.IReaderProxy

Packages that use IReaderProxy
gr.uoa.di.madgik.grs.proxy   
gr.uoa.di.madgik.grs.proxy.http   
gr.uoa.di.madgik.grs.proxy.local   
gr.uoa.di.madgik.grs.proxy.tcp   
 

Uses of IReaderProxy in gr.uoa.di.madgik.grs.proxy
 

Methods in gr.uoa.di.madgik.grs.proxy that return IReaderProxy
static IReaderProxy ProxyFactory.getProxy(URI locator)
          Instantiates the appropriate IReaderProxy that can manage the provided URI locator.
 

Uses of IReaderProxy in gr.uoa.di.madgik.grs.proxy.http
 

Classes in gr.uoa.di.madgik.grs.proxy.http that implement IReaderProxy
 class HTTPReaderProxy
          This proxy is an implementation of the IReaderProxy interface available to be used by readers that want to access an IBuffer made available by a writer that is not necessarily collocated in the same JVM as they are.
 class HTTPStoreReaderProxy
          This proxy extends the HTTPReaderProxy capabilities by adding an additional logic layer on top of the original extended base capabilities.
 

Uses of IReaderProxy in gr.uoa.di.madgik.grs.proxy.local
 

Classes in gr.uoa.di.madgik.grs.proxy.local that implement IReaderProxy
 class LocalReaderProxy
          This proxy is an implementation of the IReaderProxy interface available to be used by readers that want to access an IBuffer made available by a writer that is collocated in the same JVM as they are
 class LocalStoreReaderProxy
          This proxy extends the LocalReaderProxy capabilities by adding an additional logic layer on top of the original extended base capabilities.
 

Uses of IReaderProxy in gr.uoa.di.madgik.grs.proxy.tcp
 

Classes in gr.uoa.di.madgik.grs.proxy.tcp that implement IReaderProxy
 class TCPReaderProxy
          This proxy is an implementation of the IReaderProxy interface available to be used by readers that want to access an IBuffer made available by a writer that is not necessarily collocated in the same JVM as they are.
 class TCPStoreReaderProxy
          This proxy extends the TCPReaderProxy capabilities by adding an additional logic layer on top of the original extended base capabilities.
 



Copyright © 2012. All Rights Reserved.