Uses of Interface
net.jini.lease.LeaseRenewalService

Packages that use LeaseRenewalService
com.sun.jini.norm Provides implementations of LeaseRenewalService
 

Uses of LeaseRenewalService in com.sun.jini.norm
 

Subinterfaces of LeaseRenewalService in com.sun.jini.norm
(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.
 

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

Fields in com.sun.jini.norm declared as LeaseRenewalService
(package private)  LeaseRenewalService NormServerBaseImpl.normProxy
          Outer service proxy
 



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