JavaTM 2 Platform
Standard Ed. 6

java.rmi.dgc
類別 Lease

java.lang.Object
  繼承者 java.rmi.dgc.Lease
所有已實作的介面:
Serializable

public final class Lease
extends Object
implements Serializable

一個 lease 套件含了一個唯一的 VM 標識符和一個租借期限。Lease 物件用於為遠端物件參考請求和授予租借權限。

另請參見:
序列化表格

建構子摘要
Lease(VMID id, long duration)
          建構一個具有指定 VMID 和租借期限的 lease。
 
方法摘要
 long getValue()
          返回租借期限。
 VMID getVMID()
          返回與此 lease 關聯的客戶機 VMID。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

Lease

public Lease(VMID id,
             long duration)
建構一個具有指定 VMID 和租借期限的 lease。該 vmid 可以為 null。

參數:
id - 與此 lease 關聯的 VMID
duration - 租借期限
方法詳細資訊

getVMID

public VMID getVMID()
返回與此 lease 關聯的客戶機 VMID。

返回:
客戶機 VMID

getValue

public long getValue()
返回租借期限。

返回:
租借期限

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only