net.jini.lookup
Class JoinManager.SetAttributesTask
java.lang.Object
net.jini.lookup.JoinManager.JoinTask
net.jini.lookup.JoinManager.AddAttributesTask
net.jini.lookup.JoinManager.SetAttributesTask
- Enclosing class:
- JoinManager
private final class JoinManager.SetAttributesTask
- extends JoinManager.AddAttributesTask
Task that asynchronously replaces the attributes associated with this
join manager's service in the lookup service referenced by the
current instance of this class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoinManager.SetAttributesTask
JoinManager.SetAttributesTask(JoinManager.ProxyReg proxyReg,
Entry[] replacementAttrs)
- Constructor that associates this task with the lookup service
referenced in the given
ProxyReg
parameter.
- Parameters:
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 attributes
doAttributes
protected void doAttributes(JoinManager.ProxyReg proxyReg)
throws Exception
- Performs the actual attribute replacement work.
- Overrides:
doAttributes
in class JoinManager.AddAttributesTask
- Throws:
Exception
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.