private static final class JoinManager.SetAttributesTask extends JoinManager.AddAttributesTask
attrSets
proxyReg
Constructor and Description |
---|
SetAttributesTask(JoinManager.ProxyReg proxyReg,
Entry[] replacementAttrs)
Constructor that associates this task with the lookup service
referenced in the given
ProxyReg parameter. |
Modifier and Type | Method and Description |
---|---|
protected void |
doAttributes(JoinManager.ProxyReg proxyReg)
Performs the actual attribute replacement work.
|
run
SetAttributesTask(JoinManager.ProxyReg proxyReg, Entry[] replacementAttrs)
ProxyReg
parameter.proxyReg
- data structure that references the lookup
service in which the service's attributes
should be replacedreplacementAttrs
- the attributes with which to replace the
service's current set of attributesprotected void doAttributes(JoinManager.ProxyReg proxyReg) throws Exception
doAttributes
in class JoinManager.AddAttributesTask
Exception
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.