Package | Description |
---|---|
org.apache.river.norm |
Provides implementations of
LeaseRenewalService . |
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 | Field and Description |
---|---|
(package private) LeaseRenewalService |
NormServerBaseImpl.normProxy
Outer service proxy
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.