Uses of Class
gr.uoa.di.madgik.grs.events.BufferEvent

Packages that use BufferEvent
gr.uoa.di.madgik.grs.buffer   
gr.uoa.di.madgik.grs.events   
gr.uoa.di.madgik.grs.reader   
gr.uoa.di.madgik.grs.reader.decorators   
gr.uoa.di.madgik.grs.store.event   
gr.uoa.di.madgik.grs.writer   
 

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

Methods in gr.uoa.di.madgik.grs.buffer that return BufferEvent
 BufferEvent QueueBuffer.receive(BufferEvent.EventSource source)
          Receives a BufferEvent emitted by the other end of the IBuffer usage.
 BufferEvent IBuffer.receive(BufferEvent.EventSource source)
          Receives a BufferEvent emitted by the other end of the IBuffer usage.
 

Methods in gr.uoa.di.madgik.grs.buffer with parameters of type BufferEvent
 void QueueBuffer.emit(BufferEvent event)
          Emits a BufferEvent targeted to the other end of the IBuffer usage.
 void IBuffer.emit(BufferEvent event)
          Emits a BufferEvent targeted to the other end of the IBuffer usage.
 

Uses of BufferEvent in gr.uoa.di.madgik.grs.events
 

Subclasses of BufferEvent in gr.uoa.di.madgik.grs.events
 class KeyValueEvent
          BufferEvent extender that propagates a simple string based key value pair as the event payload
 class ObjectEvent
          BufferEvent extender that propagates an object that implements IPumpable
 

Uses of BufferEvent in gr.uoa.di.madgik.grs.reader
 

Methods in gr.uoa.di.madgik.grs.reader that return BufferEvent
 BufferEvent IRecordReader.receive()
          Receives a previously emitted event from a writer.
 BufferEvent RandomReader.receive()
          Receives a previously emitted event from a writer.
 BufferEvent ForwardReader.receive()
          Receives a previously emitted event from a writer.
 

Methods in gr.uoa.di.madgik.grs.reader with parameters of type BufferEvent
 void IRecordReader.emit(BufferEvent event)
          Emits the provided event to the writer.
 void RandomReader.emit(BufferEvent event)
          Emits the provided event to the writer.
 void ForwardReader.emit(BufferEvent event)
          Emits the provided event to the writer.
 

Uses of BufferEvent in gr.uoa.di.madgik.grs.reader.decorators
 

Methods in gr.uoa.di.madgik.grs.reader.decorators that return BufferEvent
 BufferEvent RecordReaderDelegate.receive()
          Receives a previously emitted event from a writer.
 

Methods in gr.uoa.di.madgik.grs.reader.decorators with parameters of type BufferEvent
 void RecordReaderDelegate.emit(BufferEvent event)
          Emits the provided event to the writer.
 

Uses of BufferEvent in gr.uoa.di.madgik.grs.store.event
 

Methods in gr.uoa.di.madgik.grs.store.event that return BufferEvent
 BufferEvent FileEventStore.retrieveByIndex(long eventIndex)
          Retrieve a previously stored BufferEvent based on the index by which it was stored
 BufferEvent CacheEventStore.retrieveByIndex(long eventIndex)
          Retrieve a previously stored BufferEvent based on the index by which it was stored
 BufferEvent IEventStore.retrieveByIndex(long eventIndex)
          Retrieve a previously stored BufferEvent based on the index by which it was stored
 

Methods in gr.uoa.di.madgik.grs.store.event with parameters of type BufferEvent
 void FileEventStore.persist(BufferEvent event)
          Persists the provided BufferEvent
 void CacheEventStore.persist(BufferEvent event)
          Persists the provided BufferEvent
 void IEventStore.persist(BufferEvent event)
          Persists the provided BufferEvent
 

Uses of BufferEvent in gr.uoa.di.madgik.grs.writer
 

Methods in gr.uoa.di.madgik.grs.writer that return BufferEvent
 BufferEvent RecordWriter.receive()
          Receives a previously emitted event from a reader
 BufferEvent IRecordWriter.receive()
          Receives a previously emitted event from a reader
 

Methods in gr.uoa.di.madgik.grs.writer with parameters of type BufferEvent
 void RecordWriter.emit(BufferEvent event)
          Emits the provided event to the reader.
 void IRecordWriter.emit(BufferEvent event)
          Emits the provided event to the reader.
 



Copyright © 2012. All Rights Reserved.