public final class JvmProcessId extends Object
Modifier and Type | Method and Description |
---|---|
static int |
jvmProcessId() |
static byte[] |
macAddress() |
static int |
macAddressAsInt() |
static void |
setMac(byte[] mac)
Up to the 6 first bytes will be used.
|
public static int jvmProcessId()
public static byte[] macAddress()
public static int macAddressAsInt()
public static void setMac(byte[] mac)
mac
- the MAC address in byte format (up to the 6 first
bytes will
be used)Copyright © 2009–2020 Waarp. All rights reserved.