com.sun.jini.outrigger
Interface LeaseDesc

All Known Implementing Classes:
EntryHandle

interface LeaseDesc

Interface that describes objects in the Outrigger implementation that are leased

Author:
Sun Microsystems, Inc.

Method Summary
 String classFor()
          Return the name for the class for the entry this object represents.
 LeasedResource getLeasedResource()
          Return the LeasedResource object for this resource.
 

Method Detail

classFor

String classFor()
Return the name for the class for the entry this object represents. Used to find EntryHolder for this resource.


getLeasedResource

LeasedResource getLeasedResource()
Return the LeasedResource object for this resource.



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