|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.admin.ns.MOOManager
|
+--com.novell.admin.ns.nds.NDSMOOManagerImpl
This class describes a service for multiple object administration.
| Fields inherited from class com.novell.admin.ns.MOOManager |
m_operations,
oeEnumeration,
treeOE |
| Constructor Summary | |
NDSMOOManagerImpl(ObjectEntry inTreeOE,
ObjectEntryEnumeration inoeEnumeration)
Constructor. |
|
| Method Summary | |
void |
updateObjects(MOOManagerCallBack callBack)
In this MOOManager model, apply the changes to all items in the ObjectEntryCollection and write those changes to NDS. |
| Methods inherited from class com.novell.admin.ns.MOOManager |
addObjectOperation,
clearAllObjectOperations,
deleteObjectOperation,
getAllObjectOperations,
getObjectEntryEnumeration,
getObjectOperation,
getTreeObjectEntry,
setObjectEntryEnumeration |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public NDSMOOManagerImpl(ObjectEntry inTreeOE,
ObjectEntryEnumeration inoeEnumeration)
treeOE - - The objectEntry for the tree associated with the enumeration. It
may not be null. Required at construction because we cannot peek
into the enumeration to get it when we need it.oeEnumeration - - The object entry enumeration. This may be null| Method Detail |
public void updateObjects(MOOManagerCallBack callBack)
callBack - - The callback object that is called just before each object
is updated or when any exception occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||