Uses of Interface
com.sun.jini.landlord.LocalLandlord

Packages that use LocalLandlord
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
 

Uses of LocalLandlord in com.sun.jini.landlord
 

Methods in com.sun.jini.landlord with parameters of type LocalLandlord
static Map LandlordUtil.cancelAll(LocalLandlord landlord, Uuid[] cookies)
          Call landlord.cancel() for each object in cookies[], passing cookies[i].
static Landlord.RenewResults LandlordUtil.renewAll(LocalLandlord landlord, Uuid[] cookies, long[] durations)
          Call landlord.renew() for each object in cookie[], passing cookie[i] and durations[i].
 

Uses of LocalLandlord in com.sun.jini.mahalo
 

Classes in com.sun.jini.mahalo that implement LocalLandlord
(package private)  class ActivatableMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Mahalo that is activatable, and which will log its state information to persistent storage.
(package private)  class NonActivatableMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Mahalo that is not activatable, but which will log its state information to persistent storage.
(package private)  class TransientMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start a transient (non-activatable, non-persistent) implementation of Mahalo.
(package private)  class TxnManagerImpl
          An implementation of the Jini Transaction Specification.
 

Uses of LocalLandlord in com.sun.jini.mercury
 

Classes in com.sun.jini.mercury that implement LocalLandlord
private  class MailboxImpl.LocalLandlordAdaptor
          Adaptor class implementation of LocalLandlord.
 

Uses of LocalLandlord in com.sun.jini.norm
 

Classes in com.sun.jini.norm that implement LocalLandlord
(package private)  class ActivatableNormServerImpl
          Provides an activatable implementation of NormServer.
(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.
 

Uses of LocalLandlord in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement LocalLandlord
 class OutriggerServerImpl
          A basic implementation of a JavaSpacesTM service.
 



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