de.bsvrz.dav.daf.main.impl.config
Class DafDataModel.NotificationObject

java.lang.Object
  extended by de.bsvrz.dav.daf.main.impl.config.DafDataModel.NotificationObject
Enclosing class:
DafDataModel

private static class DafDataModel.NotificationObject
extends Object

Speichert die für eine asynchrone Benachrichtigung erforderlichen Parameter.


Field Summary
private  List<SystemObject> _addedElements
           
private  MutableCollection _mutableCollection
           
private  List<SystemObject> _removedElements
           
private  short _simVariant
           
 
Constructor Summary
DafDataModel.NotificationObject(MutableCollection mutableCollection, short simVariant, List<SystemObject> addedElements, List<SystemObject> removedElements)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_mutableCollection

private final MutableCollection _mutableCollection

_simVariant

private final short _simVariant

_addedElements

private final List<SystemObject> _addedElements

_removedElements

private final List<SystemObject> _removedElements
Constructor Detail

DafDataModel.NotificationObject

public DafDataModel.NotificationObject(MutableCollection mutableCollection,
                                       short simVariant,
                                       List<SystemObject> addedElements,
                                       List<SystemObject> removedElements)