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.mahalo.log |
Utilities for managing Mahalo's recoverable log of transaction state.
|
org.apache.river.mercury |
Provides implementations of the
EventMailbox service.
|
org.apache.river.norm |
Provides implementations of
LeaseRenewalService . |
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
org.apache.river.reggie |
Provides implementations of
ServiceRegistrar . |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
Fiddler
This interface defines the private protocol between the client-side
proxy and the server of a lookup discovery service.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ActivatableFiddlerImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Fiddler that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
FiddlerImpl
This class is the server side of an implementation of the lookup
discovery service.
|
(package private) class |
FiddlerProxy
This class is a proxy for a lookup discovery service.
|
(package private) static class |
FiddlerProxy.ConstrainableFiddlerProxy
The constrainable version of the class
FiddlerProxy . |
(package private) class |
NonActivatableFiddlerImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Fiddler that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientFiddlerImpl
Convenience class intended for use with the
ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Fiddler. |
Modifier and Type | Interface and Description |
---|---|
interface |
TxnManager
Encapsulates the interface of an implementation of
a
TransactionManager . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ActivatableMahaloImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Mahalo that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
NonActivatableMahaloImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Mahalo that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientMahaloImpl
Convenience class intended for use with the
ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Mahalo. |
(package private) class |
TxnManagerImpl
An implementation of the Jini Transaction Specification.
|
(package private) class |
TxnMgrProxy
A
TxnMgrProxy is a proxy for the
transaction manager service. |
(package private) static class |
TxnMgrProxy.ConstrainableTxnMgrProxy
A subclass of TxnMgrProxy that implements RemoteMethodControl.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogManager
Represents the functions performed by a log manager.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiLogManager |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
MailboxBackEnd
MailboxBackEnd defines the private protocol between the various client-side
proxies and the event mailbox server.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ActivatableMercuryImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Mercury that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
MailboxImpl
MailboxImpl implements the server side of the event
mailbox service.
|
(package private) class |
MailboxProxy
A MailboxProxy is a proxy for the event mailbox service.
|
(package private) static class |
MailboxProxy.ConstrainableMailboxProxy
A subclass of MailboxProxy that implements RemoteMethodControl.
|
(package private) class |
NonActivatableMercuryImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Mercury that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientMercuryImpl
Convenience class intended for use with the
ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Mercury. |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
NormServer
This interface is the private wire protocol to that the various
proxy objects created by a Norm server (the lease renewal service
itself, sets, leases, admins, etc.) use to communicate back to the
server.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ActivatableNormServerImpl
Provides an activatable implementation of NormServer.
|
(package private) class |
NormProxy
Defines a client-side proxy for a Norm server.
|
(package private) static class |
NormProxy.ConstrainableNormProxy
Defines a subclass of NormProxy that implements RemoteMethodControl.
|
(package private) class |
NormServerBaseImpl
Base class for implementations of NormServer.
|
(package private) class |
PersistentNormServerImpl
Provides a persistent, non-activatable implementation of NormServer.
|
(package private) class |
TransientNormServerImpl
Provides a transient implementation of NormServer.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConstrainableSpaceProxy2
Constrainable subclass of
SpaceProxy2 |
(package private) class |
SpaceProxy2
This class is the client-side proxy for the Outrigger
implementation of a JavaSpacesTM
service.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
Registrar
Registrar defines the private protocol between the various client-side
proxies and the registrar server.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConstrainableRegistrarProxy
RegistrarProxy subclass that supports constraints.
|
class |
PersistentRegistrarImpl
Class for starting activatable and non-activatable persistent lookup
services.
|
(package private) class |
RegistrarImpl
Base server-side implementation of a lookup service, subclassed by
TransientRegistrarImpl and PersistentRegistrarImpl.
|
(package private) class |
RegistrarProxy
A RegistrarProxy is a proxy for a registrar.
|
class |
TransientRegistrarImpl
Class for starting transient lookup services.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.