public abstract class MOOManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Hashtable |
m_operations
list of ObjectOperations on this manager.
|
protected ObjectEntryEnumeration |
oeEnumeration
The associated ObjectEntryEnumeration.
|
protected ObjectEntry |
treeOE |
| Modifier | Constructor and Description |
|---|---|
protected |
MOOManager(ObjectEntry inTreeOE,
ObjectEntryEnumeration inoeEnumeration)
Constructs a MOOManager object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectOperation(ObjectOperation operation) |
void |
clearAllObjectOperations() |
void |
deleteObjectOperation(java.lang.String attrName) |
ObjectOperation[] |
getAllObjectOperations() |
ObjectEntryEnumeration |
getObjectEntryEnumeration() |
ObjectOperation |
getObjectOperation(java.lang.String attrName) |
ObjectEntry |
getTreeObjectEntry() |
void |
setObjectEntryEnumeration(ObjectEntryEnumeration inoeEnumeration) |
abstract void |
updateObjects(MOOManagerCallBack callBack) |
protected ObjectEntryEnumeration oeEnumeration
protected ObjectEntry treeOE
protected java.util.Hashtable m_operations
protected MOOManager(ObjectEntry inTreeOE, ObjectEntryEnumeration inoeEnumeration)
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 nullpublic void addObjectOperation(ObjectOperation operation)
public void deleteObjectOperation(java.lang.String attrName)
public ObjectOperation getObjectOperation(java.lang.String attrName)
public ObjectOperation[] getAllObjectOperations()
public void clearAllObjectOperations()
public void setObjectEntryEnumeration(ObjectEntryEnumeration inoeEnumeration)
public ObjectEntryEnumeration getObjectEntryEnumeration()
public ObjectEntry getTreeObjectEntry()
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 ${TODAY} ${TSTAMP}.