Liking cljdoc? Tell your friends :D

jdk.rmi.dgc.Lease

A lease contains a unique VM identifier and a lease duration. A Lease object is used to request and grant leases to remote object references.

A lease contains a unique VM identifier and a lease duration. A
Lease object is used to request and grant leases to remote object
references.
raw docstring

->leaseclj

(->lease id duration)

Constructor.

Constructs a lease with a specific VMID and lease duration. The vmid may be null.

id - VMID associated with this lease - java.rmi.dgc.VMID duration - lease duration - long

Constructor.

Constructs a lease with a specific VMID and lease duration. The
 vmid may be null.

id - VMID associated with this lease - `java.rmi.dgc.VMID`
duration - lease duration - `long`
raw docstring

get-valueclj

(get-value this)

Returns the lease duration.

returns: lease duration - long

Returns the lease duration.

returns: lease duration - `long`
raw docstring

get-vmidclj

(get-vmid this)

Returns the client VMID associated with the lease.

returns: client VMID - java.rmi.dgc.VMID

Returns the client VMID associated with the lease.

returns: client VMID - `java.rmi.dgc.VMID`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close