Uses of Interface
gr.uoa.di.madgik.grs.buffer.IBuffer

Packages that use IBuffer
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.mirror   
gr.uoa.di.madgik.grs.proxy.tcp   
gr.uoa.di.madgik.grs.proxy.tcp.mirror   
gr.uoa.di.madgik.grs.record   
gr.uoa.di.madgik.grs.registry   
 

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

Classes in gr.uoa.di.madgik.grs.buffer that implement IBuffer
 class QueueBuffer
          The QueueBuffer is the main implementation of the IBuffer interface.
 

Methods in gr.uoa.di.madgik.grs.buffer that return IBuffer
static IBuffer BufferFactory.getBuffer()
          Instantiates the appropriate IBuffer implementation.
 

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

Methods in gr.uoa.di.madgik.grs.proxy that return IBuffer
 IBuffer IReaderProxy.getBuffer()
          After the proxy has been initialized, through this method, the IBuffer that can be used by the reader to access the writer side IBuffer can be retrieved
 

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

Methods in gr.uoa.di.madgik.grs.proxy.http that return IBuffer
 IBuffer HTTPStoreReaderProxy.getBuffer()
          After the proxy has been initialized, through this method, the IBuffer that can be used by the reader to access the writer side IBuffer can be retrieved
 IBuffer HTTPReaderProxy.getBuffer()
          After the proxy has been initialized, through this method, the IBuffer that can be used by the reader to access the writer side IBuffer can be retrieved
 

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

Methods in gr.uoa.di.madgik.grs.proxy.http.mirror that return IBuffer
 IBuffer HTTPReaderMirror.getBuffer()
          Retrieves the IBuffer that is managed by the IMirror implementation.
 IBuffer HTTPWriterMirror.getBuffer()
          Retrieves the IBuffer that is managed by the IMirror implementation.
 

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

Methods in gr.uoa.di.madgik.grs.proxy.local that return IBuffer
 IBuffer LocalReaderProxy.getBuffer()
          After the proxy has been initialized, through this method, the IBuffer that can be used by the reader to access the writer side IBuffer can be retrieved
 IBuffer LocalStoreReaderProxy.getBuffer()
          After the proxy has been initialized, through this method, the IBuffer that can be used by the reader to access the writer side IBuffer can be retrieved
 

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

Methods in gr.uoa.di.madgik.grs.proxy.mirror that return IBuffer
 IBuffer IMirror.getBuffer()
          Retrieves the IBuffer that is managed by the IMirror implementation.
 

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

Methods in gr.uoa.di.madgik.grs.proxy.tcp that return IBuffer
 IBuffer TCPStoreReaderProxy.getBuffer()
          After the proxy has been initialized, through this method, the IBuffer that can be used by the reader to access the writer side IBuffer can be retrieved
 IBuffer TCPReaderProxy.getBuffer()
          After the proxy has been initialized, through this method, the IBuffer that can be used by the reader to access the writer side IBuffer can be retrieved
 

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

Methods in gr.uoa.di.madgik.grs.proxy.tcp.mirror that return IBuffer
 IBuffer TCPWriterMirror.getBuffer()
          Retrieves the IBuffer that is managed by the IMirror implementation.
 IBuffer TCPReaderMirror.getBuffer()
          Retrieves the IBuffer that is managed by the IMirror implementation.
 

Uses of IBuffer in gr.uoa.di.madgik.grs.record
 

Methods in gr.uoa.di.madgik.grs.record with parameters of type IBuffer
 void Record.bind(IBuffer buffer)
          Binds the Record to the provided IBuffer.
 boolean Record.isBoundTo(IBuffer buffer)
          Determines whether this Record is bound to a specific instance of IBuffer
 void Record.prebind(IBuffer buffer)
          This method performs a pre-bind of the Record to the provided IBuffer to enable the invocation of some other method that needs to have the IBuffer of the record available but before adding the record to the IBuffer properly
 

Uses of IBuffer in gr.uoa.di.madgik.grs.registry
 

Methods in gr.uoa.di.madgik.grs.registry that return IBuffer
 IBuffer GRSRegistry.getBuffer(String key)
          Retrieves the IBuffer entry that is associated with the provided key
 

Methods in gr.uoa.di.madgik.grs.registry that return types with arguments of type IBuffer
protected  Collection<IBuffer> GRSRegistry.getBufferEntries()
          Retrieves the available IBuffer entries stored in the registry
 

Methods in gr.uoa.di.madgik.grs.registry with parameters of type IBuffer
 String GRSRegistry.add(IBuffer buffer)
          Registers the provided IBuffer in the registry and assigns it with a unique id with which it can be referenced
 



Copyright © 2012. All Rights Reserved.