| Package | Description |
|---|---|
| org.dmd.dmc.cache | |
| org.dmd.dmp.server.extended | |
| org.dmd.dmp.server.generated.dmw | |
| org.dmd.dmp.shared.generated.dmo | |
| org.dmd.dmp.shared.generated.types |
| Modifier and Type | Method and Description |
|---|---|
void |
DmoCacheListenerManager.objectAdded(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Notifies registered listeners of the specified index that an object has been added.
|
void |
DmoCacheIndexListenerIF.objectAdded(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Called when an object is added to a cache.
|
void |
DmoCacheListenerManager.objectDeleted(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Notifies registered listeners of the specified index that an object has been deleted.
|
void |
DmoCacheIndexListenerIF.objectDeleted(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Called when an object is deleted from a cache.
|
void |
DmoCacheListenerManager.objectModified(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Notifies registered listeners of the specified index that an object has been modified.
|
void |
DmoCacheIndexListenerIF.objectModified(DmcClassInfo index,
DmcObject object,
DMPEventDMO event)
Called when a cached object is modified.
|
| Constructor and Description |
|---|
DMPEvent(DMPEventDMO obj) |
| Modifier and Type | Method and Description |
|---|---|
DMPEventDMO |
DMPEventDMW.getDMO() |
| Constructor and Description |
|---|
DMPEventDMW(DMPEventDMO obj) |
DMPEventDMW(DMPEventDMO obj,
ClassDefinition cd) |
| Constructor and Description |
|---|
DMPEventIterableDMW(Iterator<DMPEventDMO> it) |
| Modifier and Type | Method and Description |
|---|---|
DMPEventDMO |
DMPEventDMO.getModificationRecorder() |
DMPEventDMO |
DMPEventDMO.getNew() |
DMPEventDMO |
DMPEventDMO.getSlice(DmcSliceInfo info) |
| Modifier and Type | Field and Description |
|---|---|
protected DMPEventDMO |
DmcTypeDMPEventREFSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<DMPEventDMO> |
DmcTypeDMPEventREFSET.value |
protected ArrayList<DMPEventDMO> |
DmcTypeDMPEventREFMV.value |
| Modifier and Type | Method and Description |
|---|---|
DMPEventDMO |
DmcTypeDMPEventREFSET.add(Object v) |
DMPEventDMO |
DmcTypeDMPEventREFMV.add(Object v) |
DMPEventDMO |
DmcTypeDMPEventREF.cloneValue(DMPEventDMO value) |
DMPEventDMO |
DmcTypeDMPEventREFSET.del(Object v) |
DMPEventDMO |
DmcTypeDMPEventREFMV.del(Object v) |
DMPEventDMO |
DmcTypeDMPEventREF.deserializeValue(DmcInputStreamIF dis) |
DMPEventDMO |
DmcTypeDMPEventREFMV.getMVnth(int index) |
DMPEventDMO |
DmcTypeDMPEventREFSV.getSV() |
DMPEventDMO |
DmcTypeDMPEventREFSV.getSVCopy() |
DMPEventDMO |
DmcTypeDMPEventREFSV.set(Object v) |
DMPEventDMO |
DmcTypeDMPEventREFMV.setMVnth(int index,
Object v) |
protected DMPEventDMO |
DmcTypeDMPEventREF.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<DMPEventDMO> |
DmcTypeDMPEventREFSV.cloneIt() |
DmcAttribute<DMPEventDMO> |
DmcTypeDMPEventREFSET.cloneIt() |
DmcAttribute<DMPEventDMO> |
DmcTypeDMPEventREFMV.cloneIt() |
Iterator<DMPEventDMO> |
DmcTypeDMPEventREFSET.getMV() |
Iterator<DMPEventDMO> |
DmcTypeDMPEventREFMV.getMV() |
Set<DMPEventDMO> |
DmcTypeDMPEventREFSET.getMVCopy() |
ArrayList<DMPEventDMO> |
DmcTypeDMPEventREFMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
DMPEventDMO |
DmcTypeDMPEventREF.cloneValue(DMPEventDMO value) |
void |
DmcTypeDMPEventREF.serializeValue(DmcOutputStreamIF dos,
DMPEventDMO value) |
Copyright © 2023. All rights reserved.