Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.cluster.singleton
Class SimpleLeasingBasis.LeaseEntry

java.lang.Object
  extended by weblogic.cluster.singleton.SimpleLeasingBasis.LeaseEntry
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleLeasingBasis

public static final class SimpleLeasingBasis.LeaseEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SimpleLeasingBasis.LeaseEntry(String owner, String leaseName, int leaseTimeout)
           
 
Method Summary
 boolean equals(Object other)
           
 Object getLeaseName()
           
 int hashCode()
           
 void setTimestamp(long timestamp)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleLeasingBasis.LeaseEntry

public SimpleLeasingBasis.LeaseEntry(String owner,
                                     String leaseName,
                                     int leaseTimeout)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getLeaseName

public Object getLeaseName()

setTimestamp

public void setTimestamp(long timestamp)

toString

public String toString()
Overrides:
toString in class Object

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02