com.sun.jini.lease.landlord
Class LandlordLease.Factory

java.lang.Object
  |
  +--com.sun.jini.lease.landlord.LandlordLease.Factory

public static class LandlordLease.Factory
extends java.lang.Object
implements LandlordLeaseFactory

Implementation of LandlordLeaseFactory the produces LandlordLeases.


Constructor Summary
LandlordLease.Factory()
           
 
Method Summary
 Lease newLease(java.lang.Object cookie, Landlord landlord, long expiration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LandlordLease.Factory

public LandlordLease.Factory()
Method Detail

newLease

public Lease newLease(java.lang.Object cookie,
                      Landlord landlord,
                      long expiration)
Specified by:
newLease in interface LandlordLeaseFactory


Copyright © 1999 Sun Microsystems, Inc. All rights reserved