Package | Description |
---|---|
sk.stuba.fiit.perconik.core.persistence |
Base interfaces and classes of the core persistence model.
|
sk.stuba.fiit.perconik.core.persistence.data |
Standard implementations of the core persistence model.
|
sk.stuba.fiit.perconik.core.persistence.serialization |
Interfaces for Java serialization in the core persistence model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListenerRegistration
Current registration status of a
Listener instance. |
interface |
ResourceRegistration
Current registration status of a
Resource instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListenerRegistration
An abstract implementation of the
ListenerRegistration interface. |
class |
AbstractResourceRegistration
An abstract implementation of the
ResourceRegistration interface. |
class |
ListenerPersistenceData
Markable listener registration with lively updated registration status.
|
class |
LiveListenerRegistration
Standard listener registration with lively updated registration status.
|
class |
LiveResourceRegistration
Standard resource registration with lively updated registration status.
|
class |
ResourcePersistenceData
Markable resource registration with lively updated registration status.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SerializedListenerData
Interface implemented by optional holders of serialized
Listener
data. |
interface |
SerializedResourceData
Interface implemented by optional holders of serialized
Resource
data. |