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
This class describes a service for multiple object administration.
|
Field Summary |
protected java.util.Hashtable |
m_operations
list of ObjectOperations on this manager. |
protected com.novell.application.console.snapin.ObjectEntryEnumeration |
oeEnumeration
The associated ObjectEntryEnumeration. |
protected com.novell.application.console.snapin.ObjectEntry |
treeOE
|
|
Constructor Summary |
protected |
MOOManager(com.novell.application.console.snapin.ObjectEntry inTreeOE,
com.novell.application.console.snapin.ObjectEntryEnumeration inoeEnumeration)
Constructor. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
oeEnumeration
protected com.novell.application.console.snapin.ObjectEntryEnumeration oeEnumeration
- The associated ObjectEntryEnumeration.
treeOE
protected com.novell.application.console.snapin.ObjectEntry treeOE
m_operations
protected java.util.Hashtable m_operations
- list of ObjectOperations on this manager.
MOOManager
protected MOOManager(com.novell.application.console.snapin.ObjectEntry inTreeOE,
com.novell.application.console.snapin.ObjectEntryEnumeration inoeEnumeration)
- Constructor.
- Parameters:
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
addObjectOperation
public void addObjectOperation(ObjectOperation operation)
deleteObjectOperation
public void deleteObjectOperation(java.lang.String attrName)
getObjectOperation
public ObjectOperation getObjectOperation(java.lang.String attrName)
getAllObjectOperations
public ObjectOperation[] getAllObjectOperations()
clearAllObjectOperations
public void clearAllObjectOperations()
setObjectEntryEnumeration
public void setObjectEntryEnumeration(com.novell.application.console.snapin.ObjectEntryEnumeration inoeEnumeration)
getObjectEntryEnumeration
public com.novell.application.console.snapin.ObjectEntryEnumeration getObjectEntryEnumeration()
getTreeObjectEntry
public com.novell.application.console.snapin.ObjectEntry getTreeObjectEntry()
updateObjects
public abstract void updateObjects(MOOManagerCallBack callBack)
API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.