| 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 |
Provides implementations of
LeaseRenewalService. |
| 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 | Field and Description |
|---|---|
private WakeupManager |
AbstractLookupLocatorDiscovery.discoveryWakeupMgr
Wakeup manager for the discovery tasks.
|
(package private) WakeupManager |
AbstractLookupLocatorDiscovery.Initializer.discoveryWakeupMgr |
private WakeupManager |
AbstractLookupDiscovery.discoveryWakeupMgr |
(package private) WakeupManager |
AbstractLookupDiscovery.Initializer.discoveryWakeupMgr |
| Constructor and Description |
|---|
DiscoveryTask(AbstractLookupLocatorDiscovery.LocatorReg reg,
java.util.concurrent.ExecutorService executor,
WakeupManager wakeupMgr) |
| Modifier and Type | Field and Description |
|---|---|
(package private) WakeupManager |
JoinManager.Conf.wakeupManager |
private WakeupManager |
JoinManager.wakeupMgr
Wakeup manager for the various tasks executed by this join manager.
|
| Constructor and Description |
|---|
Conf(ProxyPreparer registrarPreparer,
ProxyPreparer registrationPreparer,
ProxyPreparer serviceLeasePreparer,
java.util.concurrent.ExecutorService taskManager,
WakeupManager wakeupManager,
Integer maxNretrys,
LeaseRenewalManager leaseRenewalManager,
Long renewalDuration,
DiscoveryManagement discoveryMgr,
boolean bcreateDisco) |
| Modifier and Type | Field and Description |
|---|---|
private WakeupManager |
LeaseExpirationMgr.expirationQueue |
(package private) WakeupManager |
TxnManagerImplInitializer.settlerWakeupMgr |
private WakeupManager |
TxnManagerImpl.settlerWakeupMgr
wakeup manager for
SettlerTask |
(package private) WakeupManager |
TxnManagerImplInitializer.taskWakeupMgr |
private WakeupManager |
TxnManagerImpl.taskWakeupMgr
wakeup manager for
ParticipantTask |
private WakeupManager |
TxnManagerTransaction.wm |
private WakeupManager |
Job.wm |
| Modifier and Type | Method and Description |
|---|---|
protected WakeupManager |
Job.getMgr()
Returns a reference to the
WakeupManager which
provides the scheduling of tasks created by
this Job |
| Modifier and Type | Field and Description |
|---|---|
private WakeupManager |
MailboxImpl.Notifier.wakeupMgr
wakeup manager for
NotifyTask |
| Constructor and Description |
|---|
NotifyTask(java.util.concurrent.ExecutorService tm,
WakeupManager mgr,
Uuid regID)
Create an object to represent an event notification task.
|
| Modifier and Type | Field and Description |
|---|---|
private WakeupManager |
LeaseExpirationMgr.runQueue
Queue of tasks, ordered by time
|
| Modifier and Type | Field and Description |
|---|---|
private WakeupManager |
EventTypeGenerator.wakeupManager
Wakeup manager used by the event sending tasks to schedule
retries.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) WakeupManager |
EventTypeGenerator.getWakeupManager()
Return the wakeup manager that
EventType objects created
by this generator should use to send their events. |
| Constructor and Description |
|---|
SendTask(java.util.concurrent.ExecutorService taskManager,
WakeupManager wakeupManager,
EventFactory eventFactory,
long seqNum)
Simple constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private WakeupManager |
TxnMonitor.wakeupMgr
wakeup manager for
TxnMonitorTasks |
private WakeupManager |
Notifier.wakeupMgr
wakeup manager for
NotifyTask |
| Constructor and Description |
|---|
TxnMonitorTask(Txn txn,
TxnMonitor monitor,
java.util.concurrent.ExecutorService manager,
WakeupManager wakeupMgr)
Create a new TxnMonitorTask.
|
| Modifier and Type | Field and Description |
|---|---|
private WakeupManager |
RetryTask.wakeup |
| Constructor and Description |
|---|
RetryTask(java.util.concurrent.ExecutorService executor,
WakeupManager wakeupManager)
Create a new
RetryTask that will be scheduled with
the given executor service, and which will perform retry scheduling
using the given wakeup manager. |
RetryTask(TaskManager manager,
WakeupManager wakeupManager)
Deprecated.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.