|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.certsrv.dbs.ModificationSet
public class ModificationSet
A class represents a modification set. A modification set contains zero or more modifications.
Constructor Summary | |
---|---|
ModificationSet()
Constructs modification set. |
Method Summary | |
---|---|
void |
add(java.lang.String name,
int op,
java.lang.Object value)
Adds modification to this set. |
java.util.Enumeration |
getModifications()
Retrieves a list of modifications. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModificationSet()
Method Detail |
---|
public void add(java.lang.String name, int op, java.lang.Object value)
name
- attribute nameop
- modification operationvalue
- attribute valuepublic java.util.Enumeration getModifications()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |