Package | Description |
---|---|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
|
net.jini.lookup |
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
|
org.apache.river.mahalo |
Provides implementations of the
TransactionManager service.
|
org.apache.river.mercury |
Provides implementations of the
EventMailbox service.
|
org.apache.river.norm.event | |
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
org.apache.river.thread |
These are utility classes and interfaces for helping with tasks done in multiple threads.
|
Modifier and Type | Class and Description |
---|---|
private class |
AbstractLookupLocatorDiscovery.DiscoveryTask
Task which retrieves elements from the set of undiscoveredLocators
and attempts, through the unicast discovery protocol, to discover
the lookup service having the LookupLocator referenced by the element.
|
Modifier and Type | Class and Description |
---|---|
private class |
JoinManager.ProxyRegTask
Abstract base class from which all of the task classes are derived.
|
(package private) static class |
ServiceDiscoveryManager.CacheTaskWrapper<T>
ObservableFuture wrapper class for CacheTask's.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ParticipantTask
A
ParticipantTask is a general task which
interacts with a participant. |
(package private) class |
SettlerTask
A
SettlerTask is scheduled task, which
causes an unsettled transaction to settle. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MailboxImpl.NotifyTask
A task that represents an event notification task for a particular
registration.
|
Modifier and Type | Class and Description |
---|---|
private class |
EventType.SendTask
Subclass of
RetryTask used by EventType
to send events. |
Modifier and Type | Class and Description |
---|---|
private class |
Notifier.NotifyTask
A task that represent a notification of matching a particular
template under a given transaction.
|
(package private) class |
TxnMonitorTask
A task that will try to validate the state of a transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableFutureTask<T> |
class |
RetryTask<V> |
Modifier and Type | Field and Description |
---|---|
private List<FutureObserver.ObservableFuture> |
DependencyLinker.tasks |
Constructor and Description |
---|
DependencyLinker(java.util.concurrent.ExecutorService ex,
List<FutureObserver.ObservableFuture> tasks,
java.util.concurrent.RunnableFuture dep) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.