Package | Description |
---|---|
com.arjuna.ats.arjuna.common | |
com.arjuna.ats.arjuna.utils | |
com.arjuna.ats.internal.arjuna.utils |
Modifier and Type | Method and Description |
---|---|
Process |
CoreEnvironmentBean.getProcessImplementation()
Returns an instance of a class implementing com.arjuna.ats.arjuna.utils.Process.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreEnvironmentBean.setProcessImplementation(Process instance)
Sets the instance of com.arjuna.ats.arjuna.utils.Process
|
Modifier and Type | Method and Description |
---|---|
static void |
Utility.setProcess(Process p) |
Modifier and Type | Class and Description |
---|---|
class |
AndroidProcessId
Obtains a unique value to represent the process id via sockets and
ports.
|
class |
ExecProcessId
Obtains a unique value to represent the process id via reflection.
|
class |
FileProcessId
Obtains a unique value to represent the process id via the filesystem.
|
class |
ManualProcessId
Obtains a unique value to represent the process id via configuration.
|
class |
MBeanProcessId
Obtains a unique value to represent the process id via ManagementFactory.getRuntimeMXBean().getName().
|
class |
SocketProcessId
Obtains a unique value to represent the process id via sockets and
ports.
|
class |
UuidProcessId
Obtains a unique value to represent the process id via UUID.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.