Liking cljdoc? Tell your friends :D

jdk.rmi.dgc.VMID

A VMID is a identifier that is unique across all Java virtual machines. VMIDs are used by the distributed garbage collector to identify client VMs.

A VMID is a identifier that is unique across all Java virtual
machines.  VMIDs are used by the distributed garbage collector
to identify client VMs.
raw docstring

*unique?clj

(*unique?)

Deprecated.

returns: true if host address can be determined, false otherwise - boolean

Deprecated.

returns: true if host address can be determined, false otherwise - `boolean`
raw docstring

->vmidclj

(->vmid)

Constructor.

Create a new VMID. Each new VMID returned from this constructor is unique for all Java virtual machines under the following conditions: a) the conditions for uniqueness for objects of the class java.rmi.server.UID are satisfied, and b) an address can be obtained for this host that is unique and constant for the lifetime of this object.

Constructor.

Create a new VMID.  Each new VMID returned from this constructor
 is unique for all Java virtual machines under the following
 conditions: a) the conditions for uniqueness for objects of
 the class java.rmi.server.UID are satisfied, and b) an
 address can be obtained for this host that is unique and constant
 for the lifetime of this object.
raw docstring

equalsclj

(equals this obj)

Compare this VMID to another, and return true if they are the same identifier.

obj - the reference object with which to compare. - java.lang.Object

returns: true if this object is the same as the obj argument; false otherwise. - boolean

Compare this VMID to another, and return true if they are the
 same identifier.

obj - the reference object with which to compare. - `java.lang.Object`

returns: true if this object is the same as the obj
          argument; false otherwise. - `boolean`
raw docstring

hash-codeclj

(hash-code this)

Compute hash code for this VMID.

returns: a hash code value for this object. - int

Compute hash code for this VMID.

returns: a hash code value for this object. - `int`
raw docstring

to-stringclj

(to-string this)

Return string representation of this VMID.

returns: a string representation of the object. - java.lang.String

Return string representation of this VMID.

returns: a string representation of the object. - `java.lang.String`
raw docstring

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

× close