-
所有已实现的接口:
-
Serializable
租约包含唯一的VM标识符和租约持续时间。Lease对象用于请求和授予对远程对象引用的租约。
-
参见:
-
-
Constructor Summary
Constructors
-
Method Summary
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Lease
public Lease(VMID id, long duration)
使用特定的VMID和租约持续时间构造租约。vmid可能为null。
-
参数:
-
id
- 与此租约关联的VMID
-
duration
- 租约持续时间
-
Method Details
-
getVMID
返回与租约关联的客户端VMID。
-
返回:
-
客户端VMID
-
getValue
public long getValue()
返回租约持续时间。
-
返回:
-
租约持续时间