class DirectoryService.AttributeSetter extends DirectoryService.LockHelper
lock, name, nodeId, remapper| Constructor and Description |
|---|
AttributeSetter(java.lang.String nodeId,
java.lang.String name)
Construct an instance for specified node ID and attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
lock()
Perform preliminary steps required to access node and attribute.
|
(package private) int |
preMult()
Perform steps necessary for assigning array of attribute values to
attribute.
|
pre, pre, pre, releaseAttributeSetter(java.lang.String nodeId,
java.lang.String name)
nodeId - Node ID for which operation will be performed.name - Attribute name.protected boolean lock()
lock in class DirectoryService.LockHelpertrue if preliminary steps were successful.int preMult()
0 in case of error, 1- if
attribute is mandatory, 2 if attribute is
ordinary.