A B C D E F G H I K L M N O P Q R S T U V W X

G

GenericRecord - Class in gr.uoa.di.madgik.grs.record
This Record extending class acts as a generic placeholder for records.
GenericRecord() - Constructor for class gr.uoa.di.madgik.grs.record.GenericRecord
 
GenericRecordDefinition - Class in gr.uoa.di.madgik.grs.record
This RecordDefinition extending class acts as a generic placeholder for record definitions.
GenericRecordDefinition() - Constructor for class gr.uoa.di.madgik.grs.record.GenericRecordDefinition
Create a new instance
GenericRecordDefinition(FieldDefinition[]) - Constructor for class gr.uoa.di.madgik.grs.record.GenericRecordDefinition
Create a new instance
get() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Attempts to retrieve a Record from the IBuffer.
get() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Attempts to retrieve a Record from the IBuffer.
get() - Method in class gr.uoa.di.madgik.grs.reader.decorators.keepalive.KeepAliveReader
Retrieves the next available record, which will be either one of the records retrieved via the keep-alive operation or a record retrieved directly from the underlying IRecordReader
get(long, TimeUnit) - Method in class gr.uoa.di.madgik.grs.reader.decorators.keepalive.KeepAliveReader
Retrieves the next available record, which will be either one of the records retrieved via the keep-alive operation or a record retrieved directly from the underlying IRecordReader
get() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
Retrieves the next available Record from the IBuffer.
get(long, TimeUnit) - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
Retrieves the next available Record from the IBuffer.
get() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
Retrieves the next available Record from the IBuffer.
get(long, TimeUnit) - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
Retrieves the next available Record from the IBuffer.
get() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
Retrieves the next available Record from the IBuffer.
get(long, TimeUnit) - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
Retrieves the next available Record from the IBuffer.
get() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Retrieves the next available Record from the IBuffer.
get(long, TimeUnit) - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Retrieves the next available Record from the IBuffer.
getBuffer() - Static method in class gr.uoa.di.madgik.grs.buffer.BufferFactory
Instantiates the appropriate IBuffer implementation.
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPReaderProxy
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
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPStoreReaderProxy
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
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.http.mirror.HTTPReaderMirror
Retrieves the IBuffer that is managed by the IMirror implementation.
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.http.mirror.HTTPWriterMirror
Retrieves the IBuffer that is managed by the IMirror implementation.
getBuffer() - Method in interface gr.uoa.di.madgik.grs.proxy.IReaderProxy
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
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.local.LocalReaderProxy
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
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.local.LocalStoreReaderProxy
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
getBuffer() - Method in interface gr.uoa.di.madgik.grs.proxy.mirror.IMirror
Retrieves the IBuffer that is managed by the IMirror implementation.
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPReaderMirror
Retrieves the IBuffer that is managed by the IMirror implementation.
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPWriterMirror
Retrieves the IBuffer that is managed by the IMirror implementation.
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPReaderProxy
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
getBuffer() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPStoreReaderProxy
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
getBuffer(String) - Method in class gr.uoa.di.madgik.grs.registry.GRSRegistry
Retrieves the IBuffer entry that is associated with the provided key
getCapacity() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the capacity of the underlying bounded buffer that can store the Records that a writer adds to it
getCapacity() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the capacity of the underlying bounded buffer that can store the Records that a writer adds to it
getCapacity() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
The underlying IBuffer capacity used.
getCapacity() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
The underlying IBuffer capacity used.
getCapacity() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
The underlying IBuffer capacity used.
getCapacity() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
The underlying IBuffer capacity used.
getCapacity() - Method in interface gr.uoa.di.madgik.grs.writer.IRecordWriter
The underlying IBuffer capacity used
getCapacity() - Method in class gr.uoa.di.madgik.grs.writer.RecordWriter
The underlying IBuffer capacity used
getCharset() - Method in class gr.uoa.di.madgik.grs.record.field.FileFieldDefinition
Retrieves the charset name used to encode the payload path
getCharset() - Method in class gr.uoa.di.madgik.grs.record.field.StringFieldDefinition
Retrieves the charset name used to encode the payload
getCharset() - Method in class gr.uoa.di.madgik.grs.record.field.URLFieldDefinition
Retrieves the charset name used to encode the payload
getChunkSize() - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Retrieves the chunk size in bytes that will be used during partial transfer
getConcurrentPartialCapacity() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the number of items that a reader can concurrently request more of its payload in case this payload is transported in IBuffer.TransportDirective.Partial mode.
getConcurrentPartialCapacity() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the number of items that a reader can concurrently request more of its payload in case this payload is transported in IBuffer.TransportDirective.Partial mode.
getConcurrentPartialCapacity() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
The underlying IBuffer concurrent partial capacity used
getConcurrentPartialCapacity() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
The underlying IBuffer concurrent partial capacity used
getConcurrentPartialCapacity() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
The underlying IBuffer concurrent partial capacity used
getConcurrentPartialCapacity() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
The underlying IBuffer concurrent partial capacity used
getDefinition() - Method in class gr.uoa.di.madgik.grs.record.Record
Retrieves the RecordDefinition associated with this Record.
getDefinition(int) - Method in class gr.uoa.di.madgik.grs.record.RecordDefinition
Retrieves the field definition with the provided index
getDefinition(String) - Method in class gr.uoa.di.madgik.grs.record.RecordDefinition
Retrieves the field definition with the provided name
getDefinitionIndex() - Method in class gr.uoa.di.madgik.grs.record.field.Field
Retrieves the index of the FieldDefinition within the RecordDefinition of the bound Record
getDefinitionIndex() - Method in class gr.uoa.di.madgik.grs.record.Record
Gets the index of the definition of this Record in the record definitions array provided to the IBuffer
getDefinitions() - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Retrieves the RecordDefinitions from the persisted location it has stored them at initialization
getDefinitionSize() - Method in class gr.uoa.di.madgik.grs.record.RecordDefinition
Retrieves the length of the field definitions
getDeleteOnDispose() - Method in class gr.uoa.di.madgik.grs.record.field.FileFieldDefinition
Retrieves the local file cleanup behavior
getEntries() - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestManager
Retrieves a new copy of the entries that are pending
getEntries() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Retrieves the BufferStoreEntrys that represent the status for all incoming locators and their respective readers and status as well as their persistency location and IRecordStores
getEntries() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Retrieves the BufferStoreEntrys that represent the status for all incoming locators and their respective readers and status as well as their persistency location and IRecordStores
getEntries() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Retrieves the BufferStoreEntrys that represent the status for all incoming locators and their respective readers and status as well as their persistency location and IRecordStores
getEventCount() - Method in class gr.uoa.di.madgik.grs.store.event.CacheEventStore
Retrieves the number of BufferEvents stored using this IEventStore
getEventCount() - Method in class gr.uoa.di.madgik.grs.store.event.FileEventStore
Retrieves the number of BufferEvents stored using this IEventStore
getEventCount() - Method in interface gr.uoa.di.madgik.grs.store.event.IEventStore
Retrieves the number of BufferEvents stored using this IEventStore
getEventManager() - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Retrieves the IEventStore manager that is used to persist incoming BufferEvents
getField(String) - Method in class gr.uoa.di.madgik.grs.record.Record
Retrieve the Field with the specified name
getField(int) - Method in class gr.uoa.di.madgik.grs.record.Record
Retrieve the Field with the specified index in the fields array
getFieldDefinition() - Method in class gr.uoa.di.madgik.grs.record.field.Field
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition
getFieldDefinition() - Method in class gr.uoa.di.madgik.grs.record.field.FileField
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition
getFieldDefinition() - Method in class gr.uoa.di.madgik.grs.record.field.ObjectField
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition
getFieldDefinition() - Method in class gr.uoa.di.madgik.grs.record.field.StringField
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition
getFieldDefinition() - Method in class gr.uoa.di.madgik.grs.record.field.URLField
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition
getFieldIndex() - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestEntry
Retrieved the Field index
getFields() - Method in class gr.uoa.di.madgik.grs.record.Record
Retrieves the Fields this Record hosts
getHostname() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPReaderProxy
Retrieves the hostname where the HTTPWriterProxy is located and is serving the consumed IBuffer
getHostname() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPWriterProxy
The name of the host this HTTPWriterProxy is used.
getHostname() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPReaderProxy
Retrieves the hostname where the TCPWriterProxy is located and is serving the consumed IBuffer
getHostname() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPWriterProxy
The name of the host this TCPWriterProxy is used.
getID() - Method in class gr.uoa.di.madgik.grs.record.Record
Retrieves the id of the Record
getInactivityTimeout() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the timeout after which if the buffer has remained inactive is eligible for purging.
getInactivityTimeout() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the timeout after which if the buffer has remained inactive is eligible for purging.
getInactivityTimeout() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
Retrieves the Inactivity timeout set for the lifecycle management of the underlying IBuffer.
getInactivityTimeout() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
Retrieves the Inactivity timeout set for the lifecycle management of the underlying IBuffer.
getInactivityTimeout() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
Retrieves the Inactivity timeout set for the lifecycle management of the underlying IBuffer.
getInactivityTimeout() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Retrieves the Inactivity timeout set for the lifecycle management of the underlying IBuffer.
getInactivityTimeout() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
The timeout of the inactivity period after which the IBufferStore is eligible for disposal.
getInactivityTimeout() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
The timeout of the inactivity period after which the IBufferStore is eligible for disposal.
getInactivityTimeout() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
The timeout of the inactivity period after which the IBufferStore is eligible for disposal.
getInactivityTimeUnit() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the timeout TimeUnit after which if the buffer has remained inactive is eligible for purging.
getInactivityTimeUnit() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the timeout TimeUnit after which if the buffer has remained inactive is eligible for purging.
getInactivityTimeUnit() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
Retrieves the Inactivity time unit set for the lifecycle management of the underlying IBuffer.
getInactivityTimeUnit() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
Retrieves the Inactivity time unit set for the lifecycle management of the underlying IBuffer.
getInactivityTimeUnit() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
Retrieves the Inactivity time unit set for the lifecycle management of the underlying IBuffer.
getInactivityTimeUnit() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Retrieves the Inactivity time unit set for the lifecycle management of the underlying IBuffer.
getInactivityTimeUnit() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
The time unit used to define the timeout of the inactivity period after which the IBufferStore is eligible for disposal.
getInactivityTimeUnit() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
The time unit used to define the timeout of the inactivity period after which the IBufferStore is eligible for disposal.
getInactivityTimeUnit() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
The time unit used to define the timeout of the inactivity period after which the IBufferStore is eligible for disposal.
getInitializationError() - Method in class gr.uoa.di.madgik.grs.proxy.http.mirror.HTTPReaderMirror
In case the initialization was not successful, and the call to HTTPReaderMirror.waitInitialization() returned false, this method will return the error that was recorded during the initialization.
getInitializationError() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.mirror.TCPReaderMirror
In case the initialization was not successful, and the call to TCPReaderMirror.waitInitialization() returned false, this method will return the error that was recorded during the initialization.
getInputStream() - Method in class gr.uoa.di.madgik.grs.record.field.Field
Provides an InputStream over the locally available payload of the Field
getInputStream() - Method in class gr.uoa.di.madgik.grs.record.field.FileField
Provides an InputStream over the locally available payload of the Field
getInputStream() - Method in class gr.uoa.di.madgik.grs.record.field.ObjectField
Provides an InputStream over the locally available payload of the Field
getInputStream() - Method in class gr.uoa.di.madgik.grs.record.field.StringField
Provides an InputStream over the locally available payload of the Field
getInputStream() - Method in class gr.uoa.di.madgik.grs.record.field.URLField
Provides an InputStream over the locally available payload of the Field
getItem() - Method in class gr.uoa.di.madgik.grs.events.ObjectEvent
Retrieves the payload object
getIteratorTimeout() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
The timeout that is used by the Iterators that are created by this reader.
getIteratorTimeout() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
The timeout that is used by the Iterators that are created by this reader.
getIteratorTimeout() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
The timeout that is used by the Iterators that are created by this reader.
getIteratorTimeout() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
The timeout that is used by the Iterators that are created by this reader.
getIteratorTimeUnit() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
The time unit that is used by the Iterators that are created by this reader.
getIteratorTimeUnit() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
The time unit that is used by the Iterators that are created by this reader.
getIteratorTimeUnit() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
The time unit that is used by the Iterators that are created by this reader.
getIteratorTimeUnit() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
The time unit that is used by the Iterators that are created by this reader.
getKey() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the key under which the IBuffer is registered and accessible through the registry
getKey() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the key under which the IBuffer is registered and accessible through the registry
getKey() - Method in class gr.uoa.di.madgik.grs.events.KeyValueEvent
Retrieves the payload key
getKey() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Retrieves the key by which this IBufferStore is registered and referenced through a GRSRegistry
getKey() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Retrieves the key by which this IBufferStore is registered and referenced through a GRSRegistry
getKey() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Retrieves the key by which this IBufferStore is registered and referenced through a GRSRegistry
getLastActivityTime() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the last activity time of the IBuffer.
getLastActivityTime() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the last activity time of the IBuffer.
getLastActivityTime() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Retrieves the last activity time over this IBufferStore
getLastActivityTime() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Retrieves the last activity time over this IBufferStore
getLastActivityTime() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Retrieves the last activity time over this IBufferStore
getLocalBuffer() - Method in class gr.uoa.di.madgik.grs.record.field.FileFieldDefinition
Retrieves the local buffer size used when accessing the local file
getLocator() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPWriterProxy
Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
getLocator() - Method in interface gr.uoa.di.madgik.grs.proxy.IWriterProxy
Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
getLocator() - Method in class gr.uoa.di.madgik.grs.proxy.local.LocalWriterProxy
Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
getLocator() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPWriterProxy
Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
getLocator() - Method in interface gr.uoa.di.madgik.grs.writer.IRecordWriter
 
getLocator() - Method in class gr.uoa.di.madgik.grs.writer.RecordWriter
getLocators() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Retrieves the locators over which the IBufferStore operates
getLocators() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Retrieves the locators over which the IBufferStore operates
getLocators() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Retrieves the locators over which the IBufferStore operates
getManager() - Static method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreFactory
Instantiates the appropriate IBufferStore implementation.
getManager() - Static method in class gr.uoa.di.madgik.grs.store.event.EventStoreFactory
Instantiates the appropriate IEventStore implementation.
getManager() - Static method in class gr.uoa.di.madgik.grs.store.record.RecordStoreFactory
Instantiates the appropriate IRecordStore implementation.
getMediatingInputStream() - Method in class gr.uoa.di.madgik.grs.record.field.Field
Retrieves an MediatingInputStream over this Field
getMimeType() - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Gets the MIME type
getMirror() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the IMirror implementation that serves this IBuffer.
getMirror() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the IMirror implementation that serves this IBuffer.
getMirrorBuffer() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
If an IMirror is used to synchronize the IBuffer instances accessible to the reader and writer, this value indicates the number of Records that the writer IMirror} will limit its sending phase to choke large transfers
getMirrorBuffer() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
If an IMirror is used to synchronize the IBuffer instances accessible to the reader and writer, this value indicates the number of Records that the writer IMirror} will limit its sending phase to choke large transfers
getModificationObject() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Retrieves a synchronization object that can be used in a standard wait / notify block to notify requesters of when an additional object has been made available in the underlying storage from the input readers
getModificationObject() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Retrieves a synchronization object that can be used in a standard wait / notify block to notify requesters of when an additional object has been made available in the underlying storage from the input readers
getModificationObject() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Retrieves a synchronization object that can be used in a standard wait / notify block to notify requesters of when an additional object has been made available in the underlying storage from the input readers
getMultiplexType() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Retrieves the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received
getMultiplexType() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Retrieves the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received
getMultiplexType() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Retrieves the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received
GetName() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPConnectionHandler
GetName() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPStoreConnectionHandler
GetName() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPConnectionHandler
GetName() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPStoreConnectionHandler
getName() - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Gets the field name
getNotify() - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestEntry
Retrieves the synchronization object
getOriginalPayload() - Method in class gr.uoa.di.madgik.grs.record.field.FileField
Retrieves the original field payload.
getOverride() - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestEntry
Retrieves the IBuffer.TransportOverride directive
getPayload() - Method in class gr.uoa.di.madgik.grs.record.field.FileField
Retrieves the payload of the field
getPayload() - Method in class gr.uoa.di.madgik.grs.record.field.ObjectField
Retrieves the payload of the field
getPayload() - Method in class gr.uoa.di.madgik.grs.record.field.StringField
Retrieves the payload of the field
getPayload() - Method in class gr.uoa.di.madgik.grs.record.field.URLField
Retrieves the payload of the field
getPort() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPReaderProxy
Retrieves the port that the HTTPWriterProxy is using to serve the consumed IBuffer
getPort() - Method in class gr.uoa.di.madgik.grs.proxy.http.HTTPWriterProxy
The port the connection manager used.
getPort() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPReaderProxy
Retrieves the port that the TCPWriterProxy is using to serve the consumed IBuffer
getPort() - Method in class gr.uoa.di.madgik.grs.proxy.tcp.TCPWriterProxy
The port the connection manager used.
getProxy(URI) - Static method in class gr.uoa.di.madgik.grs.proxy.ProxyFactory
Instantiates the appropriate IReaderProxy that can manage the provided URI locator.
getReader() - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Retrieves the reader used to iterate over the Records of the incoming locator
getReaderImmediateNotificationObject() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Using this object, a reader can be blocked using a standard synchronized / wait block to be notified by the IBuffer when the writer has increased its available Records by one
getReaderImmediateNotificationObject() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Using this object, a reader can be blocked using a standard synchronized / wait block to be notified by the IBuffer when the writer has increased its available Records by one
getReaderTimeout() - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Retrieves the timeout set to be used by the reader of the incoming locator.
getReaderTimeout() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Retrieves the timeout that should be used by the readers utilized to access the input locators.
getReaderTimeout() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Retrieves the timeout that should be used by the readers utilized to access the input locators.
getReaderTimeout() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Retrieves the timeout that should be used by the readers utilized to access the input locators.
getReaderTimeoutTimeUnit() - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Retrieves the timeout time unit set to be used by the reader of the incoming locator.
getReaderTimeoutTimeUnit() - Method in class gr.uoa.di.madgik.grs.store.buffer.CacheBufferStore
Retrieves the timeout unit that should be used by the readers utilized to access the input locators.
getReaderTimeoutTimeUnit() - Method in class gr.uoa.di.madgik.grs.store.buffer.FileBufferStore
Retrieves the timeout unit that should be used by the readers utilized to access the input locators.
getReaderTimeoutTimeUnit() - Method in interface gr.uoa.di.madgik.grs.store.buffer.IBufferStore
Retrieves the timeout unit that should be used by the readers utilized to access the input locators.
getRecordCount() - Method in class gr.uoa.di.madgik.grs.store.record.CacheRecordStore
 
getRecordCount() - Method in class gr.uoa.di.madgik.grs.store.record.FileRecordStore
Retrieves the number of Records stored using this IRecordStore
getRecordCount() - Method in interface gr.uoa.di.madgik.grs.store.record.IRecordStore
Retrieves the number of Records stored using this IRecordStore
getRecordDefinitions() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the definitions of the Records provided using IBuffer.setRecordDefinitions(RecordDefinition[])
getRecordDefinitions() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the definitions of the Records provided using IBuffer.setRecordDefinitions(RecordDefinition[])
getRecordDefinitions() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
Retrieves the RecordDefinitions that define the Records that are accessible through the reader.
getRecordDefinitions() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
Retrieves the RecordDefinitions that define the Records that are accessible through the reader.
getRecordDefinitions() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
Retrieves the RecordDefinitions that define the Records that are accessible through the reader.
getRecordDefinitions() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Retrieves the RecordDefinitions that define the Records that are accessible through the reader
getRecordIndex() - Method in class gr.uoa.di.madgik.grs.proxy.mirror.PartialRequestEntry
Retrieved the Record index
getRecordManager() - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Retrieves the IRecordStore manager that is used to persist incoming Records
getSimulateActivity() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the simulate activity status of the IBuffer.
getSimulateActivity() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the simulate activity status of the IBuffer.
getSource() - Method in class gr.uoa.di.madgik.grs.events.BufferEvent
Retrieves the source of the event
getStatus() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the IBuffer.Status of the IBuffer
getStatus() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the IBuffer.Status of the IBuffer
getStatus() - Method in class gr.uoa.di.madgik.grs.reader.decorators.RecordReaderDelegate
Retrieves the status of the underlying IBuffer.
getStatus() - Method in class gr.uoa.di.madgik.grs.reader.ForwardReader
Retrieves the status of the underlying IBuffer.
getStatus() - Method in interface gr.uoa.di.madgik.grs.reader.IRecordReader
Retrieves the status of the underlying IBuffer.
getStatus() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Retrieves the status of the underlying IBuffer.
getStatus() - Method in class gr.uoa.di.madgik.grs.store.buffer.BufferStoreEntry
Retrieves the status of the entry
getStatus() - Method in interface gr.uoa.di.madgik.grs.writer.IRecordWriter
Retrieves the status of the underlying IBuffer
getStatus() - Method in class gr.uoa.di.madgik.grs.writer.RecordWriter
Retrieves the status of the underlying IBuffer
getStore(String) - Method in class gr.uoa.di.madgik.grs.registry.GRSRegistry
Retrieves the IBufferStore entry that is associated with the provided key
getStream(Field) - Static method in class gr.uoa.di.madgik.grs.record.field.mediation.MediationFactory
Creates a MediatingInputStream over the payload of the provided Field
getTransportDirective() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Retrieves the IBuffer.TransportDirective set for the IBuffer.
getTransportDirective() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Retrieves the IBuffer.TransportDirective set for the IBuffer.
getTransportDirective() - Method in class gr.uoa.di.madgik.grs.record.field.FieldDefinition
Retrieves the transport directive to be used during transfer
getTransportDirective() - Method in class gr.uoa.di.madgik.grs.record.field.ObjectFieldDefinition
Retrieves the transport directive to be used during transfer
getTransportDirective() - Method in class gr.uoa.di.madgik.grs.record.field.StringFieldDefinition
Retrieves the transport directive to be used during transfer
getTransportDirective() - Method in class gr.uoa.di.madgik.grs.record.field.URLFieldDefinition
Retrieves the transport directive to be used during transfer
getTransportDirective() - Method in class gr.uoa.di.madgik.grs.record.RecordDefinition
Retrieves the transport directive
getValue() - Method in class gr.uoa.di.madgik.grs.events.KeyValueEvent
Retrieves the payload value
getWindowSize() - Method in class gr.uoa.di.madgik.grs.reader.RandomReader
Retrieves the window size that will be used whenever a pre-read record is requested.
getWriterImmediateNotificationObject() - Method in interface gr.uoa.di.madgik.grs.buffer.IBuffer
Using this object, a writer can be blocked using a standard synchronized / wait block to be notified by the IBuffer when the reader has reduced its available Records by one
getWriterImmediateNotificationObject() - Method in class gr.uoa.di.madgik.grs.buffer.QueueBuffer
Using this object, a writer can be blocked using a standard synchronized / wait block to be notified by the IBuffer when the reader has reduced its available Records by one
getXMLDocument(InputStream) - Static method in class gr.uoa.di.madgik.grs.xml.XMLHelper
 
getXMLDocument(String) - Static method in class gr.uoa.di.madgik.grs.xml.XMLHelper
 
gr.uoa.di.madgik.grs - package gr.uoa.di.madgik.grs
 
gr.uoa.di.madgik.grs.buffer - package gr.uoa.di.madgik.grs.buffer
 
gr.uoa.di.madgik.grs.events - package gr.uoa.di.madgik.grs.events
 
gr.uoa.di.madgik.grs.proxy - package gr.uoa.di.madgik.grs.proxy
 
gr.uoa.di.madgik.grs.proxy.http - package gr.uoa.di.madgik.grs.proxy.http
 
gr.uoa.di.madgik.grs.proxy.http.mirror - package gr.uoa.di.madgik.grs.proxy.http.mirror
 
gr.uoa.di.madgik.grs.proxy.local - package gr.uoa.di.madgik.grs.proxy.local
 
gr.uoa.di.madgik.grs.proxy.mirror - package gr.uoa.di.madgik.grs.proxy.mirror
 
gr.uoa.di.madgik.grs.proxy.tcp - package gr.uoa.di.madgik.grs.proxy.tcp
 
gr.uoa.di.madgik.grs.proxy.tcp.mirror - package gr.uoa.di.madgik.grs.proxy.tcp.mirror
 
gr.uoa.di.madgik.grs.reader - package gr.uoa.di.madgik.grs.reader
 
gr.uoa.di.madgik.grs.reader.decorators - package gr.uoa.di.madgik.grs.reader.decorators
 
gr.uoa.di.madgik.grs.reader.decorators.keepalive - package gr.uoa.di.madgik.grs.reader.decorators.keepalive
 
gr.uoa.di.madgik.grs.record - package gr.uoa.di.madgik.grs.record
 
gr.uoa.di.madgik.grs.record.field - package gr.uoa.di.madgik.grs.record.field
 
gr.uoa.di.madgik.grs.record.field.mediation - package gr.uoa.di.madgik.grs.record.field.mediation
 
gr.uoa.di.madgik.grs.registry - package gr.uoa.di.madgik.grs.registry
 
gr.uoa.di.madgik.grs.store.buffer - package gr.uoa.di.madgik.grs.store.buffer
 
gr.uoa.di.madgik.grs.store.buffer.multiplex - package gr.uoa.di.madgik.grs.store.buffer.multiplex
 
gr.uoa.di.madgik.grs.store.event - package gr.uoa.di.madgik.grs.store.event
 
gr.uoa.di.madgik.grs.store.record - package gr.uoa.di.madgik.grs.store.record
 
gr.uoa.di.madgik.grs.test - package gr.uoa.di.madgik.grs.test
 
gr.uoa.di.madgik.grs.utils - package gr.uoa.di.madgik.grs.utils
 
gr.uoa.di.madgik.grs.writer - package gr.uoa.di.madgik.grs.writer
 
gr.uoa.di.madgik.grs.xml - package gr.uoa.di.madgik.grs.xml
 
GRS2BufferDisposedException - Exception in gr.uoa.di.madgik.grs.buffer
Exception indicating that the buffer is already disposed and no additional actions can be performed on it
GRS2BufferDisposedException() - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferDisposedException
Create a new instance
GRS2BufferDisposedException(String) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferDisposedException
Create a new instance
GRS2BufferDisposedException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferDisposedException
Create a new instance
GRS2BufferException - Exception in gr.uoa.di.madgik.grs.buffer
Base exception for all error that are though by the buffer sub component
GRS2BufferException() - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferException
Create a new instance
GRS2BufferException(String) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferException
Create a new instance
GRS2BufferException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferException
Create a new instance
GRS2BufferInitializationException - Exception in gr.uoa.di.madgik.grs.buffer
Initialization related error of the buffer sub component
GRS2BufferInitializationException() - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInitializationException
Create a new instance
GRS2BufferInitializationException(String) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInitializationException
Create a new instance
GRS2BufferInitializationException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInitializationException
Create a new instance
GRS2BufferInvalidArgumentException - Exception in gr.uoa.di.madgik.grs.buffer
Argument not valid for the buffer sub component operation that is undergoing
GRS2BufferInvalidArgumentException() - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInvalidArgumentException
Create a new instance
GRS2BufferInvalidArgumentException(String) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInvalidArgumentException
Create a new instance
GRS2BufferInvalidArgumentException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInvalidArgumentException
Create a new instance
GRS2BufferInvalidOperationException - Exception in gr.uoa.di.madgik.grs.buffer
The operation in progress is not valid based on the status of the buffer sub component
GRS2BufferInvalidOperationException() - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInvalidOperationException
Create a new instance
GRS2BufferInvalidOperationException(String) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInvalidOperationException
Create a new instance
GRS2BufferInvalidOperationException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.buffer.GRS2BufferInvalidOperationException
Create a new instance
GRS2BufferStoreAccessException - Exception in gr.uoa.di.madgik.grs.store.buffer
Error while accessing needed persisted information in the context of the on going buffer store sub component
GRS2BufferStoreAccessException() - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreAccessException
Create a new instance
GRS2BufferStoreAccessException(String) - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreAccessException
Create a new instance
GRS2BufferStoreAccessException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreAccessException
Create a new instance
GRS2BufferStoreException - Exception in gr.uoa.di.madgik.grs.store.buffer
Base exception for all error that are though by the buffer store sub component
GRS2BufferStoreException() - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreException
Create a new instance
GRS2BufferStoreException(String) - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreException
Create a new instance
GRS2BufferStoreException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreException
Create a new instance
GRS2BufferStoreInvalidArgumentException - Exception in gr.uoa.di.madgik.grs.store.buffer
Argument not valid for the buffer store sub component operation that is undergoing
GRS2BufferStoreInvalidArgumentException() - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreInvalidArgumentException
Create a new instance
GRS2BufferStoreInvalidArgumentException(String) - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreInvalidArgumentException
Create a new instance
GRS2BufferStoreInvalidArgumentException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreInvalidArgumentException
Create a new instance
GRS2BufferStoreInvalidOperationException - Exception in gr.uoa.di.madgik.grs.store.buffer
The operation in progress is not valid based on the status of the buffer store sub component
GRS2BufferStoreInvalidOperationException() - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreInvalidOperationException
Create a new instance
GRS2BufferStoreInvalidOperationException(String) - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreInvalidOperationException
Create a new instance
GRS2BufferStoreInvalidOperationException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.store.buffer.GRS2BufferStoreInvalidOperationException
Create a new instance
GRS2EventStoreAccessException - Exception in gr.uoa.di.madgik.grs.store.event
Error while accessing needed persisted information in the context of the on going event store sub component
GRS2EventStoreAccessException() - Constructor for exception gr.uoa.di.madgik.grs.store.event.GRS2EventStoreAccessException
Create a new instance
GRS2EventStoreAccessException(String) - Constructor for exception gr.uoa.di.madgik.grs.store.event.GRS2EventStoreAccessException
Create a new instance
GRS2EventStoreAccessException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.store.event.GRS2EventStoreAccessException
Create a new instance
GRS2EventStoreException - Exception in gr.uoa.di.madgik.grs.store.event
Base exception for all error that are though by the event store sub component
GRS2EventStoreException() - Constructor for exception gr.uoa.di.madgik.grs.store.event.GRS2EventStoreException
Create a new instance
GRS2EventStoreException(String) - Constructor for exception gr.uoa.di.madgik.grs.store.event.GRS2EventStoreException
Create a new instance
GRS2EventStoreException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.store.event.GRS2EventStoreException
Create a new instance
GRS2Exception - Exception in gr.uoa.di.madgik.grs
Base exception for all errors occurring within the gRS2 component
GRS2Exception() - Constructor for exception gr.uoa.di.madgik.grs.GRS2Exception
Create a new instance
GRS2Exception(String) - Constructor for exception gr.uoa.di.madgik.grs.GRS2Exception
Create a new instance
GRS2Exception(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.GRS2Exception
Create a new instance
GRS2ProxyException - Exception in gr.uoa.di.madgik.grs.proxy
Base exception for all error that are though by the proxy sub component
GRS2ProxyException() - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyException
Create a new instance
GRS2ProxyException(String) - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyException
Create a new instance
GRS2ProxyException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyException
Create a new instance
GRS2ProxyInvalidArgumentException - Exception in gr.uoa.di.madgik.grs.proxy
Argument not valid for the proxy sub component operation that is undergoing
GRS2ProxyInvalidArgumentException() - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyInvalidArgumentException
Create a new instance
GRS2ProxyInvalidArgumentException(String) - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyInvalidArgumentException
Create a new instance
GRS2ProxyInvalidArgumentException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyInvalidArgumentException
Create a new instance
GRS2ProxyInvalidOperationException - Exception in gr.uoa.di.madgik.grs.proxy
The operation in progress is not valid based on the status of the proxy sub component
GRS2ProxyInvalidOperationException() - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyInvalidOperationException
Create a new instance
GRS2ProxyInvalidOperationException(String) - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyInvalidOperationException
Create a new instance
GRS2ProxyInvalidOperationException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.proxy.GRS2ProxyInvalidOperationException
Create a new instance
GRS2ProxyMirrorDisposedException - Exception in gr.uoa.di.madgik.grs.proxy.mirror
The proxy mirror is already in dispose
GRS2ProxyMirrorDisposedException() - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorDisposedException
Create a new instance
GRS2ProxyMirrorDisposedException(String) - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorDisposedException
Create a new instance
GRS2ProxyMirrorDisposedException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorDisposedException
Create a new instance
GRS2ProxyMirrorException - Exception in gr.uoa.di.madgik.grs.proxy.mirror
Base exception for all error that are though by the proxy mirror sub component
GRS2ProxyMirrorException() - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorException
Create a new instance
GRS2ProxyMirrorException(String) - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorException
Create a new instance
GRS2ProxyMirrorException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorException
Create a new instance
GRS2ProxyMirrorInvalidOperationException - Exception in gr.uoa.di.madgik.grs.proxy.mirror
The operation in progress is not valid based on the status of the proxy mirror sub component
GRS2ProxyMirrorInvalidOperationException() - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorInvalidOperationException
Create a new instance
GRS2ProxyMirrorInvalidOperationException(String) - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorInvalidOperationException
Create a new instance
GRS2ProxyMirrorInvalidOperationException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorInvalidOperationException
Create a new instance
GRS2ProxyMirrorProtocolErrorException - Exception in gr.uoa.di.madgik.grs.proxy.mirror
There was a protocol error in the proxy mirror operation
GRS2ProxyMirrorProtocolErrorException() - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorProtocolErrorException
Create a new instance
GRS2ProxyMirrorProtocolErrorException(String) - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorProtocolErrorException
Create a new instance
GRS2ProxyMirrorProtocolErrorException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.proxy.mirror.GRS2ProxyMirrorProtocolErrorException
Create a new instance
GRS2ReaderException - Exception in gr.uoa.di.madgik.grs.reader
Base exception for all error that are though by the reader sub component
GRS2ReaderException() - Constructor for exception gr.uoa.di.madgik.grs.reader.GRS2ReaderException
Create a new instance
GRS2ReaderException(String) - Constructor for exception gr.uoa.di.madgik.grs.reader.GRS2ReaderException
Create a new instance
GRS2ReaderException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.reader.GRS2ReaderException
Create a new instance
GRS2ReaderInvalidArgumentException - Exception in gr.uoa.di.madgik.grs.reader
Argument not valid for the reader sub component operation that is undergoing
GRS2ReaderInvalidArgumentException() - Constructor for exception gr.uoa.di.madgik.grs.reader.GRS2ReaderInvalidArgumentException
Create a new instance
GRS2ReaderInvalidArgumentException(String) - Constructor for exception gr.uoa.di.madgik.grs.reader.GRS2ReaderInvalidArgumentException
Create a new instance
GRS2ReaderInvalidArgumentException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.reader.GRS2ReaderInvalidArgumentException
Create a new instance
GRS2RecordDefinitionException - Exception in gr.uoa.di.madgik.grs.record
An error caused by an inappropriate RecordDefinition issue
GRS2RecordDefinitionException() - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordDefinitionException
Create a new instance
GRS2RecordDefinitionException(String) - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordDefinitionException
Create a new instance
GRS2RecordDefinitionException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordDefinitionException
Create a new instance
GRS2RecordException - Exception in gr.uoa.di.madgik.grs.record
Base exception for all error that are though by the record sub component
GRS2RecordException() - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordException
Create a new instance
GRS2RecordException(String) - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordException
Create a new instance
GRS2RecordException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordException
Create a new instance
GRS2RecordMediationException - Exception in gr.uoa.di.madgik.grs.record
Reporting an error caused during the mediation procedure
GRS2RecordMediationException() - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordMediationException
Create a new instance
GRS2RecordMediationException(String) - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordMediationException
Create a new instance
GRS2RecordMediationException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordMediationException
Create a new instance
GRS2RecordSerializationException - Exception in gr.uoa.di.madgik.grs.record
Reporting an error caused during the serialization procedure
GRS2RecordSerializationException() - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordSerializationException
Create a new instance
GRS2RecordSerializationException(String) - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordSerializationException
Create a new instance
GRS2RecordSerializationException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.record.GRS2RecordSerializationException
Create a new instance
GRS2RecordStoreAccessException - Exception in gr.uoa.di.madgik.grs.store.record
Error while accessing needed persisted information in the context of the on going record store sub component
GRS2RecordStoreAccessException() - Constructor for exception gr.uoa.di.madgik.grs.store.record.GRS2RecordStoreAccessException
Create a new instance
GRS2RecordStoreAccessException(String) - Constructor for exception gr.uoa.di.madgik.grs.store.record.GRS2RecordStoreAccessException
Create a new instance
GRS2RecordStoreAccessException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.store.record.GRS2RecordStoreAccessException
Create a new instance
GRS2RecordStoreException - Exception in gr.uoa.di.madgik.grs.store.record
Base exception for all error that are though by the record store sub component
GRS2RecordStoreException() - Constructor for exception gr.uoa.di.madgik.grs.store.record.GRS2RecordStoreException
Create a new instance
GRS2RecordStoreException(String) - Constructor for exception gr.uoa.di.madgik.grs.store.record.GRS2RecordStoreException
Create a new instance
GRS2RecordStoreException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.store.record.GRS2RecordStoreException
Create a new instance
GRS2WriterException - Exception in gr.uoa.di.madgik.grs.writer
Base exception for all error that are though by the writer sub component
GRS2WriterException() - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterException
Create a new instance
GRS2WriterException(String) - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterException
Create a new instance
GRS2WriterException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterException
Create a new instance
GRS2WriterInvalidArgumentException - Exception in gr.uoa.di.madgik.grs.writer
Argument not valid for the writer sub component operation that is undergoing
GRS2WriterInvalidArgumentException() - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterInvalidArgumentException
Create a new instance
GRS2WriterInvalidArgumentException(String) - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterInvalidArgumentException
Create a new instance
GRS2WriterInvalidArgumentException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterInvalidArgumentException
Create a new instance
GRS2WriterInvalidOperationException - Exception in gr.uoa.di.madgik.grs.writer
Operation not valid for the writer sub component operation that is undergoing
GRS2WriterInvalidOperationException() - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterInvalidOperationException
Create a new instance
GRS2WriterInvalidOperationException(String) - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterInvalidOperationException
Create a new instance
GRS2WriterInvalidOperationException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.writer.GRS2WriterInvalidOperationException
Create a new instance
GRSRegistry - Class in gr.uoa.di.madgik.grs.registry
The GRSRegistry utility class is a statically initialized single instance per JVM that can uniquely register and reference items registered to it using a unique identifier.

A B C D E F G H I K L M N O P Q R S T U V W X