com.sun.jini.mahalo

Interface LeaseExpirationMgr.Expirer

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void cancel(Uuid cookie)
      Called by a LeaseExpirationMgr when it needs to expire a resource.
    • Method Detail

      • cancel

        void cancel(Uuid cookie)
                    throws UnknownLeaseException
        Called by a LeaseExpirationMgr when it needs to expire a resource. The value of the cookie parameter is obtained from getCookie() method of the LeasedResource being expired.
        Throws:
        UnknownLeaseException

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