Uses of Interface
gr.uoa.di.madgik.grs.proxy.mirror.IMirror

Packages that use IMirror
gr.uoa.di.madgik.grs.buffer   
gr.uoa.di.madgik.grs.proxy   
gr.uoa.di.madgik.grs.proxy.http   
gr.uoa.di.madgik.grs.proxy.http.mirror   
gr.uoa.di.madgik.grs.proxy.local   
gr.uoa.di.madgik.grs.proxy.tcp   
gr.uoa.di.madgik.grs.proxy.tcp.mirror   
 

Uses of IMirror in gr.uoa.di.madgik.grs.buffer
 

Methods in gr.uoa.di.madgik.grs.buffer that return IMirror
 IMirror QueueBuffer.getMirror()
          Retrieves the IMirror implementation that serves this IBuffer.
 IMirror IBuffer.getMirror()
          Retrieves the IMirror implementation that serves this IBuffer.
 

Methods in gr.uoa.di.madgik.grs.buffer with parameters of type IMirror
 void QueueBuffer.setMirror(IMirror mirror)
          Sets the IMirror implementation that serves this IBuffer.
 void IBuffer.setMirror(IMirror mirror)
          Sets the IMirror implementation that serves this IBuffer.
 

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

Methods in gr.uoa.di.madgik.grs.proxy that return IMirror
 IMirror IWriterProxy.bind()
          After setting the registry key, this method is used to retrieve the IMirror that can serve the mirroring procedure for a reader
 

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

Methods in gr.uoa.di.madgik.grs.proxy.http that return IMirror
 IMirror HTTPWriterProxy.bind()
          After setting the registry key, this method is used to retrieve the IMirror that can serve the mirroring procedure for a reader
 

Uses of IMirror in gr.uoa.di.madgik.grs.proxy.http.mirror
 

Classes in gr.uoa.di.madgik.grs.proxy.http.mirror that implement IMirror
 class HTTPReaderMirror
          This implementation of the IMirror interface specializes the mirroring procedure that needs to be performed from the reader side of the mirroring procedure.
 class HTTPWriterMirror
          This implementation of the IMirror interface specializes the mirroring procedure that needs to be performed from the writer side of the mirroring procedure.
 

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

Methods in gr.uoa.di.madgik.grs.proxy.local that return IMirror
 IMirror LocalWriterProxy.bind()
          After setting the registry key, this method is used to retrieve the IMirror that can serve the mirroring procedure for a reader
 

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

Methods in gr.uoa.di.madgik.grs.proxy.tcp that return IMirror
 IMirror TCPWriterProxy.bind()
          After setting the registry key, this method is used to retrieve the IMirror that can serve the mirroring procedure for a reader
 

Uses of IMirror in gr.uoa.di.madgik.grs.proxy.tcp.mirror
 

Classes in gr.uoa.di.madgik.grs.proxy.tcp.mirror that implement IMirror
 class TCPReaderMirror
          This implementation of the IMirror interface specializes the mirroring procedure that needs to be performed from the reader side of the mirroring procedure.
 class TCPWriterMirror
          This implementation of the IMirror interface specializes the mirroring procedure that needs to be performed from the writer side of the mirroring procedure.
 



Copyright © 2012. All Rights Reserved.