Uses of Class
gr.uoa.di.madgik.grs.GRS2Exception

Packages that use GRS2Exception
gr.uoa.di.madgik.grs.buffer   
gr.uoa.di.madgik.grs.proxy   
gr.uoa.di.madgik.grs.proxy.mirror   
gr.uoa.di.madgik.grs.reader   
gr.uoa.di.madgik.grs.record   
gr.uoa.di.madgik.grs.store.buffer   
gr.uoa.di.madgik.grs.store.event   
gr.uoa.di.madgik.grs.store.record   
gr.uoa.di.madgik.grs.writer   
 

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

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.buffer
 class GRS2BufferDisposedException
          Exception indicating that the buffer is already disposed and no additional actions can be performed on it
 class GRS2BufferException
          Base exception for all error that are though by the buffer sub component
 class GRS2BufferInitializationException
          Initialization related error of the buffer sub component
 class GRS2BufferInvalidArgumentException
          Argument not valid for the buffer sub component operation that is undergoing
 class GRS2BufferInvalidOperationException
          The operation in progress is not valid based on the status of the buffer sub component
 

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

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.proxy
 class GRS2ProxyException
          Base exception for all error that are though by the proxy sub component
 class GRS2ProxyInvalidArgumentException
          Argument not valid for the proxy sub component operation that is undergoing
 class GRS2ProxyInvalidOperationException
          The operation in progress is not valid based on the status of the proxy sub component
 

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

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.proxy.mirror
 class GRS2ProxyMirrorDisposedException
          The proxy mirror is already in dispose
 class GRS2ProxyMirrorException
          Base exception for all error that are though by the proxy mirror sub component
 class GRS2ProxyMirrorInvalidOperationException
          The operation in progress is not valid based on the status of the proxy mirror sub component
 class GRS2ProxyMirrorProtocolErrorException
          There was a protocol error in the proxy mirror operation
 

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

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.reader
 class GRS2ReaderException
          Base exception for all error that are though by the reader sub component
 class GRS2ReaderInvalidArgumentException
          Argument not valid for the reader sub component operation that is undergoing
 

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

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.record
 class GRS2RecordDefinitionException
          An error caused by an inappropriate RecordDefinition issue
 class GRS2RecordException
          Base exception for all error that are though by the record sub component
 class GRS2RecordMediationException
          Reporting an error caused during the mediation procedure
 class GRS2RecordSerializationException
          Reporting an error caused during the serialization procedure
 

Uses of GRS2Exception in gr.uoa.di.madgik.grs.store.buffer
 

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.store.buffer
 class GRS2BufferStoreAccessException
          Error while accessing needed persisted information in the context of the on going buffer store sub component
 class GRS2BufferStoreException
          Base exception for all error that are though by the buffer store sub component
 class GRS2BufferStoreInvalidArgumentException
          Argument not valid for the buffer store sub component operation that is undergoing
 class GRS2BufferStoreInvalidOperationException
          The operation in progress is not valid based on the status of the buffer store sub component
 

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

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.store.event
 class GRS2EventStoreAccessException
          Error while accessing needed persisted information in the context of the on going event store sub component
 class GRS2EventStoreException
          Base exception for all error that are though by the event store sub component
 

Uses of GRS2Exception in gr.uoa.di.madgik.grs.store.record
 

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.store.record
 class GRS2RecordStoreAccessException
          Error while accessing needed persisted information in the context of the on going record store sub component
 class GRS2RecordStoreException
          Base exception for all error that are though by the record store sub component
 

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

Subclasses of GRS2Exception in gr.uoa.di.madgik.grs.writer
 class GRS2WriterException
          Base exception for all error that are though by the writer sub component
 class GRS2WriterInvalidArgumentException
          Argument not valid for the writer sub component operation that is undergoing
 class GRS2WriterInvalidOperationException
          Operation not valid for the writer sub component operation that is undergoing
 

Methods in gr.uoa.di.madgik.grs.writer that throw GRS2Exception
 boolean RecordWriter.importRecord(T record)
          Dissociates a Record from the underlying IBuffer of a producer and stores it to the IBuffer of this IRecordWriter.
 boolean IRecordWriter.importRecord(T record)
          Dissociates a Record from the underlying IBuffer of a producer and stores it to the IBuffer of this IRecordWriter.
 boolean RecordWriter.importRecord(T record, int newDefinitionIndex)
          Dissociates a Record from the underlying IBuffer of a producer and stores it to the IBuffer of this RecordWriter.
 boolean IRecordWriter.importRecord(T record, int newDefinitionIndex)
          Dissociates a Record from the underlying IBuffer of a producer and stores it to the IBuffer of this RecordWriter.
 boolean RecordWriter.importRecord(T record, int newDefinitionIndex, long timeout, TimeUnit unit)
          Dissociates a Record from the underlying IBuffer of a producer and stores it to the IBuffer of this RecordWriter.
 boolean IRecordWriter.importRecord(T record, int newDefinitionIndex, long timeout, TimeUnit unit)
          Dissociates a Record from the underlying IBuffer of a producer and stores it to the IBuffer of this RecordWriter.
 boolean RecordWriter.importRecord(T record, long timeout, TimeUnit unit)
          Dissociates a Record from the underlying IBuffer of a producer and stores it to the IBuffer of this RecordWriter.
 boolean IRecordWriter.importRecord(T record, long timeout, TimeUnit unit)
          Dissociates a Record from the underlying IBuffer of a producer and stores it to the IBuffer of this RecordWriter.
 



Copyright © 2012. All Rights Reserved.