Package | Description |
---|---|
net.jini.lease |
Standard service and utility classes for managing leases.
|
org.apache.river.lease |
Some basic utility classes for helping with
client-side lease renewal operations.
|
org.apache.river.norm |
Provides implementations of
LeaseRenewalService . |
Modifier and Type | Method and Description |
---|---|
LeaseRenewalSet |
LeaseRenewalService.createLeaseRenewalSet(long leaseDuration)
Create a new
LeaseRenewalSet that the client can
populate with leases to be renewed. |
Constructor and Description |
---|
ExpirationWarningEvent(LeaseRenewalSet source,
long seqNum,
MarshalledObject handback)
Simple constructor.
|
RenewalFailureEvent(LeaseRenewalSet source,
long seqNum,
MarshalledObject handback)
Simple constructor.
|
Constructor and Description |
---|
BasicRenewalFailureEvent(LeaseRenewalSet source,
long seqNum,
MarshalledObject handback,
MarshalledInstance marshalledLease,
MarshalledInstance marshalledThrowable)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
(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 | Field and Description |
---|---|
private LeaseRenewalSet |
ClientLeaseWrapper.FailureFactory.source
Source for event
|
Modifier and Type | Method and Description |
---|---|
LeaseRenewalSet |
NormServerBaseImpl.createLeaseRenewalSet(long leaseDuration) |
LeaseRenewalSet |
NormProxy.createLeaseRenewalSet(long leaseDuration)
inherit javadoc
|
Modifier and Type | Method and Description |
---|---|
(package private) EventFactory |
ClientLeaseWrapper.newFailureFactory(LeaseRenewalSet source)
Return an
EventFactory that will create an
appropriate RenewalFailureEvent for the client
lease associated with this wrapper. |
Constructor and Description |
---|
FailureFactory(LeaseRenewalSet source,
MarshalledInstance marshalledLease,
MarshalledInstance marshalledThrowable)
Simple constructor
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.