Uses of Class
gr.uoa.di.madgik.grs.buffer.IBuffer.Status

Packages that use IBuffer.Status
gr.uoa.di.madgik.grs.buffer   
gr.uoa.di.madgik.grs.reader   
gr.uoa.di.madgik.grs.reader.decorators   
gr.uoa.di.madgik.grs.writer   
 

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

Methods in gr.uoa.di.madgik.grs.buffer that return IBuffer.Status
 IBuffer.Status QueueBuffer.getStatus()
          Retrieves the IBuffer.Status of the IBuffer
 IBuffer.Status IBuffer.getStatus()
          Retrieves the IBuffer.Status of the IBuffer
static IBuffer.Status IBuffer.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IBuffer.Status[] IBuffer.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IBuffer.Status in gr.uoa.di.madgik.grs.reader
 

Methods in gr.uoa.di.madgik.grs.reader that return IBuffer.Status
 IBuffer.Status IRecordReader.getStatus()
          Retrieves the status of the underlying IBuffer.
 IBuffer.Status RandomReader.getStatus()
          Retrieves the status of the underlying IBuffer.
 IBuffer.Status ForwardReader.getStatus()
          Retrieves the status of the underlying IBuffer.
 

Uses of IBuffer.Status in gr.uoa.di.madgik.grs.reader.decorators
 

Methods in gr.uoa.di.madgik.grs.reader.decorators that return IBuffer.Status
 IBuffer.Status RecordReaderDelegate.getStatus()
          Retrieves the status of the underlying IBuffer.
 

Uses of IBuffer.Status in gr.uoa.di.madgik.grs.writer
 

Methods in gr.uoa.di.madgik.grs.writer that return IBuffer.Status
 IBuffer.Status RecordWriter.getStatus()
          Retrieves the status of the underlying IBuffer
 IBuffer.Status IRecordWriter.getStatus()
          Retrieves the status of the underlying IBuffer
 



Copyright © 2012. All Rights Reserved.