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 static 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 static 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 static 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 static 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 | Field and Description |
---|---|
(package private) List<JoinManager.JoinTask> |
JoinManager.ProxyReg.taskList
The set of sub-tasks that are to be executed in order for the
lookup service associated with 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.