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

Packages that use IProxy
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 IProxy in gr.uoa.di.madgik.grs.proxy
 

Subinterfaces of IProxy in gr.uoa.di.madgik.grs.proxy
 interface IReaderProxy
          The IProxy specialization that needs to be implemented by the proxy implementations that are used by reader clients
 interface IWriterProxy
          The IProxy specialization that needs to be implemented by the proxy implementations that are used by writer clients
 

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

Classes in gr.uoa.di.madgik.grs.proxy.http that implement IProxy
 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.
 class HTTPStoreWriterProxy
          This proxy class although it implements the tagging IProxy interface, it does not implement, as the name suggests, the IWriterProxy interface.
 class HTTPWriterProxy
          This proxy is an implementation of the IWriterProxy interface available to be used by writers that want to make available their authored IBuffer to readers that can connect to an HTTP connection that can serve it regardless of their location
 

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

Classes in gr.uoa.di.madgik.grs.proxy.local that implement IProxy
 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.
 class LocalStoreWriterProxy
          This proxy class although it implements the tagging IProxy interface, it does not implement, as the name suggests, the IWriterProxy interface.
 class LocalWriterProxy
          This proxy is an implementation of the IWriterProxy interface available to be used by writers that want to make available their authored IBuffer only to readers that are collocated in the same JVM as they are
 

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

Classes in gr.uoa.di.madgik.grs.proxy.tcp that implement IProxy
 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.
 class TCPStoreWriterProxy
          This proxy class although it implements the tagging IProxy interface, it does not implement, as the name suggests, the IWriterProxy interface.
 class TCPWriterProxy
          This proxy is an implementation of the IWriterProxy interface available to be used by writers that want to make available their authored IBuffer to readers that can connect to a raw TCP socket that can serve it regardless of their location
 



Copyright © 2012. All Rights Reserved.