| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.events | |
| gr.uoa.di.madgik.grs.record | |
| gr.uoa.di.madgik.grs.record.field | |
| gr.uoa.di.madgik.grs.test |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferEvent
This is the base class that all events that can be emitted and received through the
IBuffer
must extend. |
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 |
| Modifier and Type | Method and Description |
|---|---|
IPumpable |
ObjectEvent.getItem()
Retrieves the payload object
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectEvent.setItem(IPumpable item)
Sets the payload object
|
| Constructor and Description |
|---|
ObjectEvent(IPumpable item)
Create a new instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericRecord
This
Record extending class acts as a generic placeholder for records. |
class |
GRS2ExceptionWrapper |
class |
Record
This class is the base class for all
Records that are handled by the gRS2 set of components. |
| Modifier and Type | Class and Description |
|---|---|
class |
Field
This class is the base class for all
Fields that are handled by the gRS2 set of components. |
class |
FileField
Field holding the payload of a File that is only available in the writer's host.
|
class |
ObjectField
Field holding the payload of an Object that extends
IPumpable |
class |
StringField
Field holding the payload of a String
|
class |
URLField
Field holding the payload of a URL
|
| Modifier and Type | Method and Description |
|---|---|
IPumpable |
ObjectField.getPayload()
Retrieves the payload of the field
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectField.setPayload(IPumpable payload)
Sets the payload of the field
|
| Constructor and Description |
|---|
ObjectField(IPumpable payload)
Creates a new instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePumpable |
Copyright © 2014. All Rights Reserved.