|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DBEntry
represents a managable resource that can be persisted through database services and accessed by its ID, which is to remain unique even after serialization within other JVMs.
DBClassStore,
DBReference,
DBEntrySelection| Field Summary | |
|---|---|
static DataFlavor |
ENTRY_FLAVOR
allows to transfer a DBEntry instance |
static DataFlavor |
ENTRY_LIST_FLAVOR
allows to transfer an array of DBEntry objects |
| Method Summary | |
|---|---|
Object |
getID()
returns a immutable, unique and persistent capable identifier for this resource. |
| Field Detail |
|---|
static final DataFlavor ENTRY_FLAVOR
DBEntry instance
static final DataFlavor ENTRY_LIST_FLAVOR
DBEntry objects
| Method Detail |
|---|
Object getID()
Serializable for entries that are persistent.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||