JNDI 1.1.1

Uses of Class
javax.naming.directory.ModificationItem

Packages that use ModificationItem
javax.naming.directory Extends the core javax.naming package to provide functionality for accessing directories in addition to naming services. 
 

Uses of ModificationItem in javax.naming.directory
 

Methods in javax.naming.directory that return ModificationItem
 ModificationItem[] AttributeModificationException.getUnexecutedModifications()
          Retrieves the unexecuted modification list.
 

Methods in javax.naming.directory with parameters of type ModificationItem
 void DirContext.modifyAttributes(Name name, ModificationItem[] mods)
          Modifies the attributes associated with a named object using an an ordered list of modifications.
 void DirContext.modifyAttributes(java.lang.String name, ModificationItem[] mods)
          Modifies the attributes associated with a string-named object using an an ordered list of modifications.
 void InitialDirContext.modifyAttributes(java.lang.String name, ModificationItem[] mods)
          Modifies according to mods the attributes associated with the named object.
 void InitialDirContext.modifyAttributes(Name name, ModificationItem[] mods)
          Modifies according to mods the attributes associated with the named object.
 void AttributeModificationException.setUnexecutedModifications(ModificationItem[] e)
          Sets the unexecuted modification list to be e.
 


JNDI 1.1.1

For more information on JNDI, please see http://java.sun.com/products/jndi