public final class MultiObjModificationNamespaceImpl extends java.lang.Object implements MultiObjModificationNamespace
| Constructor and Description |
|---|
MultiObjModificationNamespaceImpl(NDSNamespace namespace,
NSObjectCache nsObjectLookupTable)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MODObject |
getMODDetails(ObjectEntryCollection oeCollection,
java.lang.Object key)
Returns the details for a specified object.
|
void |
updateMultipleObjects(ObjectEntryCollection collection,
MODObject referenceObj,
MultiObjModificationCallBack callBack)
Given a NSObject, applies its changes to all items in an ObjectEntry
array and writes those changes to NDS.
|
public MultiObjModificationNamespaceImpl(NDSNamespace namespace, NSObjectCache nsObjectLookupTable)
namespace - The NDS namespace.nsObjectLookupTable - The cache of MODObjects.public void updateMultipleObjects(ObjectEntryCollection collection, MODObject referenceObj, MultiObjModificationCallBack callBack)
updateMultipleObjects in interface MultiObjModificationNamespacecollection - These are the objects to apply the changes to
and must be of the same class type even though this
will not be checked.referenceObj - The MODObject to apply to 'objects'callBack - The MultiObjModificationCallBack method to tell function
how to handle exceptions.public MODObject getMODDetails(ObjectEntryCollection oeCollection, java.lang.Object key)
getMODDetails in interface MultiObjModificationNamespaceoeCollection - The collection of ObjectEntry objects to get details for.key - The key into the hash table where the NSObject is stored.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.