Uses of Interface
com.sun.jini.mahalo.LeaseExpirationMgr.Expirer

Packages that use LeaseExpirationMgr.Expirer
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
 

Uses of LeaseExpirationMgr.Expirer in com.sun.jini.mahalo
 

Classes in com.sun.jini.mahalo that implement LeaseExpirationMgr.Expirer
(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.
 

Fields in com.sun.jini.mahalo declared as LeaseExpirationMgr.Expirer
private  LeaseExpirationMgr.Expirer LeaseExpirationMgr.landlord
           
 

Constructors in com.sun.jini.mahalo with parameters of type LeaseExpirationMgr.Expirer
LeaseExpirationMgr(LeaseExpirationMgr.Expirer landlord)
          Create a LeaseExpirationMgr to aggressively expire the leases of the passed landlord (implementing Expirer is trivial for a Landlord.
 



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