Package | Description |
---|---|
org.apache.river.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
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 . |
Modifier and Type | Class and Description |
---|---|
private class |
FiddlerImpl.DestroyThread
Thread which is used to terminate the current executing instance
of the Fiddler implementation of the lookup discovery service.
|
(package private) static class |
FiddlerImpl.LeaseExpireThread
Thread which is used to monitor the current leases in effect and
cancel (expire) those leases with expiration times that have exceeded
the current time.
|
(package private) static class |
FiddlerImpl.SnapshotThread
Snapshot-taking thread.
|
Modifier and Type | Field and Description |
---|---|
(package private) InterruptedStatusThread |
TxnManagerImplInitializer.settleThread |
private InterruptedStatusThread |
TxnManagerImpl.settleThread |
Constructor and Description |
---|
TxnManagerImplInitializer(Configuration config,
boolean persistent,
ActivationID activationID,
InterruptedStatusThread settleThread) |
Modifier and Type | Class and Description |
---|---|
private class |
MailboxImpl.ExpirationThread
Registration expiration thread code
|
private class |
MailboxImpl.Notifier
The notifieR thread.
|
private class |
MailboxImpl.SnapshotThread
Snapshot-taking thread.
|
Modifier and Type | Class and Description |
---|---|
private class |
LeaseExpirationMgr.ExpirationThread
Expires sets queued for expiration.
|
(package private) class |
LRMEventListener
Object that transfers events from the Lease Renewal Manager to the
rest of Norm Server.
|
(package private) static class |
NormServerBaseImpl.RenewLogThread |
(package private) class |
NormServerBaseImpl.SnapshotThread
Thread that performs the actual snapshots, done in a separate thread
so it will not hang up in-progress remote calls
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.