Uses of Interface
net.jini.lease.LeaseRenewalSet

Packages that use LeaseRenewalSet
com.sun.jini.lease Some basic utility classes for helping with client-side lease renewal operations. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
net.jini.lease Standard service and utility classes for managing leases. 
 

Uses of LeaseRenewalSet in com.sun.jini.lease
 

Constructors in com.sun.jini.lease with parameters of type LeaseRenewalSet
BasicRenewalFailureEvent(LeaseRenewalSet source, long seqNum, MarshalledObject handback, MarshalledInstance marshalledLease, MarshalledInstance marshalledThrowable)
          Simple constructor.
 

Uses of LeaseRenewalSet in com.sun.jini.norm
 

Classes in com.sun.jini.norm that implement LeaseRenewalSet
(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.
 

Fields in com.sun.jini.norm declared as LeaseRenewalSet
private  LeaseRenewalSet ClientLeaseWrapper.FailureFactory.source
          Source for event
 

Methods in com.sun.jini.norm that return LeaseRenewalSet
 LeaseRenewalSet NormServerBaseImpl.createLeaseRenewalSet(long leaseDuration)
           
 LeaseRenewalSet NormProxy.createLeaseRenewalSet(long leaseDuration)
          inherit javadoc
 

Methods in com.sun.jini.norm with parameters of type LeaseRenewalSet
(package private)  EventFactory ClientLeaseWrapper.newFailureFactory(LeaseRenewalSet source)
          Return an EventFactory that will create an appropriate RenewalFailureEvent for the client lease associated with this wrapper.
 

Constructors in com.sun.jini.norm with parameters of type LeaseRenewalSet
ClientLeaseWrapper.FailureFactory(LeaseRenewalSet source, MarshalledInstance marshalledLease, MarshalledInstance marshalledThrowable)
          Simple constructor
 

Uses of LeaseRenewalSet in net.jini.lease
 

Methods in net.jini.lease that return LeaseRenewalSet
 LeaseRenewalSet LeaseRenewalService.createLeaseRenewalSet(long leaseDuration)
          Create a new LeaseRenewalSet that the client can populate with leases to be renewed.
 

Constructors in net.jini.lease with parameters of type LeaseRenewalSet
ExpirationWarningEvent(LeaseRenewalSet source, long seqNum, MarshalledObject handback)
          Simple constructor.
RenewalFailureEvent(LeaseRenewalSet source, long seqNum, MarshalledObject handback)
          Simple constructor.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.