Uses of Interface
com.arjuna.ats.arjuna.utils.Process
Packages that use Process
Package
Description
-
Uses of Process in com.arjuna.ats.arjuna.common
Methods in com.arjuna.ats.arjuna.common that return ProcessModifier and TypeMethodDescriptionCoreEnvironmentBean.getProcessImplementation()
Returns an instance of a class implementing com.arjuna.ats.arjuna.utils.Process.Methods in com.arjuna.ats.arjuna.common with parameters of type ProcessModifier and TypeMethodDescriptionvoid
CoreEnvironmentBean.setProcessImplementation
(Process instance) Sets the instance of com.arjuna.ats.arjuna.utils.Process -
Uses of Process in com.arjuna.ats.arjuna.utils
Methods in com.arjuna.ats.arjuna.utils with parameters of type Process -
Uses of Process in com.arjuna.ats.internal.arjuna.utils
Classes in com.arjuna.ats.internal.arjuna.utils that implement ProcessModifier and TypeClassDescriptionclass
Obtains a unique value to represent the process id via sockets and ports.class
Obtains a unique value to represent the process id via reflection.class
Obtains a unique value to represent the process id via the filesystem.class
Obtains a unique value to represent the process id via configuration.class
Obtains a unique value to represent the process id via ManagementFactory.getRuntimeMXBean().getName().class
Obtains a unique value to represent the process id via sockets and ports.class
Obtains a unique value to represent the process id via UUID.