|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPumpable | |
|---|---|
| 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 | |
| Uses of IPumpable in gr.uoa.di.madgik.grs.events |
|---|
| Classes in gr.uoa.di.madgik.grs.events that implement IPumpable | |
|---|---|
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 |
| Methods in gr.uoa.di.madgik.grs.events that return IPumpable | |
|---|---|
IPumpable |
ObjectEvent.getItem()
Retrieves the payload object |
| Methods in gr.uoa.di.madgik.grs.events with parameters of type IPumpable | |
|---|---|
void |
ObjectEvent.setItem(IPumpable item)
Sets the payload object |
| Constructors in gr.uoa.di.madgik.grs.events with parameters of type IPumpable | |
|---|---|
ObjectEvent(IPumpable item)
Create a new instance |
|
| Uses of IPumpable in gr.uoa.di.madgik.grs.record |
|---|
| Classes in gr.uoa.di.madgik.grs.record that implement IPumpable | |
|---|---|
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. |
| Uses of IPumpable in gr.uoa.di.madgik.grs.record.field |
|---|
| Classes in gr.uoa.di.madgik.grs.record.field that implement IPumpable | |
|---|---|
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 |
| Methods in gr.uoa.di.madgik.grs.record.field that return IPumpable | |
|---|---|
IPumpable |
ObjectField.getPayload()
Retrieves the payload of the field |
| Methods in gr.uoa.di.madgik.grs.record.field with parameters of type IPumpable | |
|---|---|
void |
ObjectField.setPayload(IPumpable payload)
Sets the payload of the field |
| Constructors in gr.uoa.di.madgik.grs.record.field with parameters of type IPumpable | |
|---|---|
ObjectField(IPumpable payload)
Creates a new instance |
|
| Uses of IPumpable in gr.uoa.di.madgik.grs.test |
|---|
| Classes in gr.uoa.di.madgik.grs.test that implement IPumpable | |
|---|---|
class |
SimplePumpable
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||