Uses of Class
gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorDisposedException

Packages that use GRS2ProxyMirrorDisposedException
gr.uoa.di.madgik.grs.proxy.http.mirror   
gr.uoa.di.madgik.grs.proxy.mirror   
gr.uoa.di.madgik.grs.proxy.tcp.mirror   
 

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

Methods in gr.uoa.di.madgik.grs.proxy.http.mirror that throw GRS2ProxyMirrorDisposedException
 boolean HTTPReaderMirror.pollPartial(long recordIndex, int fieldIndex)
          
 long HTTPReaderMirror.requestPartial(long recordIndex, int fieldIndex, IBuffer.TransportOverride override, Object notify)
          This method is used by the reader side mirror to request payload that belongs to an IBuffer item that has been transfered only partially and more data is requested by the reader client
 

Uses of GRS2ProxyMirrorDisposedException in gr.uoa.di.madgik.grs.proxy.mirror
 

Methods in gr.uoa.di.madgik.grs.proxy.mirror that throw GRS2ProxyMirrorDisposedException
 void PartialRequestManager.block(long recordIndex, int fieldIndex, IBuffer.TransportOverride override, Object notify)
          This method is used to add one new request to the ones that are pending data to be made available
 boolean PartialRequestManager.requestExists(long recordIndex, int fieldIndex)
          Checks whether a request for the specific Record and Field is already pending
 void PartialRequestManager.unblock(long recordIndex, int fieldIndex)
          data has been made available for the provided Record and Field.
 

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

Methods in gr.uoa.di.madgik.grs.proxy.tcp.mirror that throw GRS2ProxyMirrorDisposedException
 boolean TCPReaderMirror.pollPartial(long recordIndex, int fieldIndex)
          
 long TCPReaderMirror.requestPartial(long recordIndex, int fieldIndex, IBuffer.TransportOverride override, Object notify)
          This method is used by the reader side mirror to request payload that belongs to an IBuffer item that has been transfered only partially and more data is requested by the reader client
 



Copyright © 2012. All Rights Reserved.