Package | Description |
---|---|
net.jini.lookup |
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
|
Modifier and Type | Class and Description |
---|---|
private class |
JoinManager.AddAttributesTask
Task that asynchronously augments the attributes associated with this
join manager's service in the lookup service referenced by the
current instance of this class.
|
private class |
JoinManager.DiscardProxyTask
Task that asynchronously requests the cancellation of the lease
on the
ServiceRegistration referenced by the given
ProxyReg object. |
private class |
JoinManager.LeaseExpireNotifyTask
Task that asynchronously re-registers the service associated with this
join manager with the lookup service referenced by the current
instance of this class.
|
private class |
JoinManager.ModifyAttributesTask
Task that asynchronously modifies the attributes associated with this
join manager's service in the lookup service referenced by the
current instance of this class.
|
private class |
JoinManager.RegisterTask
Task that asynchronously registers the service associated with this
join manager with the lookup service referenced by the current
instance of this class.
|
private class |
JoinManager.SetAttributesTask
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JoinManager.ProxyReg.addTask(JoinManager.JoinTask task)
Convenience method that adds new sub-tasks to this class'
task queue.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.