Class | Description |
---|---|
AndroidProcessId |
Obtains a unique value to represent the process id via sockets and
ports.
|
ExecProcessId |
Obtains a unique value to represent the process id via reflection.
|
FileProcessId |
Obtains a unique value to represent the process id via the filesystem.
|
ManualProcessId |
Obtains a unique value to represent the process id via configuration.
|
MBeanProcessId |
Obtains a unique value to represent the process id via ManagementFactory.getRuntimeMXBean().getName().
|
SocketProcessId |
Obtains a unique value to represent the process id via sockets and
ports.
|
UuidProcessId |
Obtains a unique value to represent the process id via UUID.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.