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

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

Methods in gr.uoa.di.madgik.grs.proxy.http.mirror that throw GRS2ProxyMirrorInvalidOperationException
 void HTTPReaderMirror.handle()
          This invocation of this method starts a new execution thread where the mirroring procedure is executed.
 void HTTPWriterMirror.handle(String request, Socket socket, BufferedOutputStream out)
          This invocation of this method starts a new execution thread where the mirroring procedure is executed.
 boolean HTTPWriterMirror.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
 long HTTPWriterMirror.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 GRS2ProxyMirrorInvalidOperationException in gr.uoa.di.madgik.grs.proxy.mirror
 

Methods in gr.uoa.di.madgik.grs.proxy.mirror that throw GRS2ProxyMirrorInvalidOperationException
 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
 void PartialRequestManager.unblock(long recordIndex, int fieldIndex)
          data has been made available for the provided Record and Field.
 

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

Methods in gr.uoa.di.madgik.grs.proxy.tcp.mirror that throw GRS2ProxyMirrorInvalidOperationException
 void TCPWriterMirror.handle()
          This invocation of this method starts a new execution thread where the mirroring procedure is executed.
 void TCPReaderMirror.handle()
          This invocation of this method starts a new execution thread where the mirroring procedure is executed.
 boolean TCPWriterMirror.pollPartial(long recordIndex, int fieldIndex)
          
 long TCPWriterMirror.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
 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.