Package | Description |
---|---|
org.apache.river.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
org.apache.river.landlord |
This is a utility for services implementing leases.
|
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.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
org.apache.river.reggie |
Provides implementations of
ServiceRegistrar . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FiddlerAdminProxy
This class is a proxy providing access to the methods of an implementation
of the lookup discovery service which allow the administration of the
service.
|
(package private) static class |
FiddlerAdminProxy.ConstrainableFiddlerAdminProxy
The constrainable version of the class
FiddlerAdminProxy . |
(package private) class |
FiddlerLease
When the Fiddler implementation of the lookup discovery service grants
a lease on a registration requested by a client, a proxy to that lease
is provided to allow the client to interact with the granted lease.
|
(package private) static class |
FiddlerLease.ConstrainableFiddlerLease
The constrainable version of the class
FiddlerLease . |
(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 |
FiddlerRegistration
This class is an implementation of the LookupDiscoveryRegistration
interface.
|
(package private) static class |
FiddlerRegistration.ConstrainableFiddlerRegistration
The constrainable version of
FiddlerRegistration . |
Modifier and Type | Class and Description |
---|---|
class |
ConstrainableLandlordLease
Constrainable sub-class of
LandlordLease . |
class |
LandlordLease
Basic implementation of
net.jini.core.lease.Lease that works
with the the Landlord protocol. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
TxnMgrAdminProxy
A TxnMgrAdminProxy is a client-side proxy for a mailbox service.
|
(package private) static class |
TxnMgrAdminProxy.ConstrainableTxnMgrAdminProxy |
(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 | Class and Description |
---|---|
(package private) class |
ListenerProxy
The
ListenerProxy class implements the
RemoteEventListener interface. |
(package private) static class |
ListenerProxy.ConstrainableListenerProxy
A subclass of ListenerProxy that implements RemoteMethodControl.
|
(package private) class |
MailboxAdminProxy
A MailboxAdminProxy is a client-side proxy for a mailbox service.
|
(package private) static class |
MailboxAdminProxy.ConstrainableMailboxAdminProxy |
(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 |
Registration
The Registration class is the client-side proxy
returned to event mailbox clients as the result of the
registration process.
|
(package private) static class |
Registration.ConstrainableRegistration
A subclass of Registration that implements RemoteMethodControl.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractProxy
Defines an abstract class that supplies basic referent UUID and
serialization behavior for Norm proxies.
|
(package private) class |
AdminProxy
Defines a proxy for a Norm server's admin object.
|
(package private) static class |
AdminProxy.ConstrainableAdminProxy
Defines a subclass that implements RemoteMethodControl.
|
(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 |
SetProxy
Client side proxy for Norm's lease renewal sets.
|
(package private) static class |
SetProxy.ConstrainableSetProxy
Defines a subclass of SetProxy that implements RemoteMethodControl.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConstrainableAdminProxy
Constrainable subclass of
AdminProxy |
(package private) class |
ConstrainableParticipantProxy
Subclass of
ParticipantProxy that implements
RemoteMethodControl |
(package private) class |
ConstrainableSpaceProxy2
Constrainable subclass of
SpaceProxy2 |
(package private) class |
ParticipantProxy
Object Outrigger hands to transaction managers on join.
|
(package private) class |
SpaceProxy2
This class is the client-side proxy for the Outrigger
implementation of a JavaSpacesTM
service.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConstrainableEventLease
EventLease subclass that supports constraints.
|
(package private) class |
ConstrainableRegistrarProxy
RegistrarProxy subclass that supports constraints.
|
(package private) class |
ConstrainableRegistration
Registration subclass that supports constraints.
|
(package private) class |
ConstrainableServiceLease
ServiceLease subclass that supports constraints.
|
(package private) class |
EventLease
When a registrar (lookup service) grants a lease on an event registration
on behalf of some object (client), a proxy is employed to allow the client
to interact with the lease; this class is the implementation of that proxy.
|
(package private) class |
RegistrarLease
The base class for lease proxies.
|
(package private) class |
RegistrarProxy
A RegistrarProxy is a proxy for a registrar.
|
(package private) class |
ServiceLease
A ServiceLease is a proxy for a service registration lease at a registrar.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.