Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedLeasePeriodPolicy
Simple implementation of
LeasePeriodPolicy that grants
lease times based on a fixed default and maximum lease. |
Modifier and Type | Field and Description |
---|---|
(package private) LeasePeriodPolicy |
TxnManagerImplInitializer.txnLeasePeriodPolicy |
private LeasePeriodPolicy |
TxnManagerImpl.txnLeasePeriodPolicy |
Modifier and Type | Field and Description |
---|---|
(package private) LeasePeriodPolicy |
MailboxImplInit.leasePolicy |
private LeasePeriodPolicy |
MailboxImpl.leasePolicy
LeasePeriodPolicy for this service |
Modifier and Type | Field and Description |
---|---|
(package private) LeasePeriodPolicy |
NormServerInitializer.setLeasePolicy |
private LeasePeriodPolicy |
NormServerBaseImpl.setLeasePolicy
Policy we use for granting and renewing renewal set leases
|
Modifier and Type | Field and Description |
---|---|
private LeasePeriodPolicy |
OutriggerServerImpl.contentsLeasePolicy
Policy used to create and renew leases on event contents queries
|
(package private) LeasePeriodPolicy |
OutriggerServerImpl.InitHolder.contentsLeasePolicy |
private LeasePeriodPolicy |
OutriggerServerImpl.entryLeasePolicy
Policy used to create and renew leases on entries
|
(package private) LeasePeriodPolicy |
OutriggerServerImpl.InitHolder.entryLeasePolicy |
private LeasePeriodPolicy |
OutriggerServerImpl.eventLeasePolicy
Policy used to create and renew leases on event registrations
|
(package private) LeasePeriodPolicy |
OutriggerServerImpl.InitHolder.eventLeasePolicy |
Modifier and Type | Method and Description |
---|---|
private LeasePeriodPolicy.Result |
OutriggerServerImpl.grant(LeasedResource resource,
long requestedDuration,
LeasePeriodPolicy policy,
String policyName)
Utility method to calculate the lease duration/expiration for
a new resource and set the resource's expiration.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.