Modifies the attributes of
name
.
Parameter i
is modification operation type and is constrained to be one of ADD_ATTRIBUTE
, REPLACE_ATTRIBUTE
, REMOVE_ATTRIBUTE
. The implementation should try to make the modifications atomic.
This method throws an AttributeModificationException
if there is a problem completing the modification.
This method throws any NamingException that occurs.
@param name the name which attributes will be modified
@param i the modification operation type
@param attributes the modified attributes
@throws NamingException If any occurs.