com.novell.admin.ns
Class MOOManager
java.lang.Object
com.novell.admin.ns.MOOManager
- Direct Known Subclasses:
- NDSMOOManagerImpl
- public abstract class MOOManager
- extends java.lang.Object
Describes a service for multiple object administration.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_operations
protected java.util.Hashtable m_operations
- list of ObjectOperations on this manager.
oeEnumeration
protected ObjectEntryEnumeration oeEnumeration
- The associated ObjectEntryEnumeration.
treeOE
protected ObjectEntry treeOE
MOOManager
protected MOOManager(ObjectEntry inTreeOE,
ObjectEntryEnumeration inoeEnumeration)
- Constructs a MOOManager object.
- Parameters:
inTreeOE - - 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.inoeEnumeration - - The object entry enumeration. This may be null
addObjectOperation
public void addObjectOperation(ObjectOperation operation)
clearAllObjectOperations
public void clearAllObjectOperations()
deleteObjectOperation
public void deleteObjectOperation(java.lang.String attrName)
getAllObjectOperations
public ObjectOperation[] getAllObjectOperations()
getObjectEntryEnumeration
public ObjectEntryEnumeration getObjectEntryEnumeration()
getObjectOperation
public ObjectOperation getObjectOperation(java.lang.String attrName)
getTreeObjectEntry
public ObjectEntry getTreeObjectEntry()
setObjectEntryEnumeration
public void setObjectEntryEnumeration(ObjectEntryEnumeration inoeEnumeration)
updateObjects
public abstract void updateObjects(MOOManagerCallBack callBack)
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 September 2 2004 0111.