Package | Description |
---|---|
com.sun.jini.lease |
Some basic utility classes for helping with
client-side lease renewal operations.
|
net.jini.lease |
Standard service and utility classes for managing leases.
|
Constructor and Description |
---|
BasicRenewalFailureEvent(LeaseRenewalSet source,
long seqNum,
MarshalledObject handback,
MarshalledInstance marshalledLease,
MarshalledInstance marshalledThrowable)
Simple constructor.
|
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.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.