Name

ModificationItem

Synopsis

This class encapsulates an attribute that is to be modified and a code that determines the type of modification being performed.

                  
public class ModificationItem implements Serializable {
// Public Constructors
   public ModificationItem(int mod_op, 
        javax.naming.directory.Attribute attr);  
// Public Instance Methods
   public javax.naming.directory.Attribute getAttribute();  
   public int getModificationOp();  
// Public Methods Overriding Object
   public String toString();  
}

Passed To

AttributeModificationException.setUnexecutedModifications(), DirContext.modifyAttributes(), InitialDirContext.modifyAttributes()

Returned By

AttributeModificationException.getUnexecutedModifications()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.