Uses of Class
oshi.software.os.unix.openbsd.OpenBsdOSProcess.PsThreadColumns
-
Packages that use OpenBsdOSProcess.PsThreadColumns Package Description oshi.software.os.unix.openbsd Provides information about Software and OS on OpenBSD -
-
Uses of OpenBsdOSProcess.PsThreadColumns in oshi.software.os.unix.openbsd
Methods in oshi.software.os.unix.openbsd that return OpenBsdOSProcess.PsThreadColumns Modifier and Type Method Description static OpenBsdOSProcess.PsThreadColumns
OpenBsdOSProcess.PsThreadColumns. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OpenBsdOSProcess.PsThreadColumns[]
OpenBsdOSProcess.PsThreadColumns. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in oshi.software.os.unix.openbsd with type arguments of type OpenBsdOSProcess.PsThreadColumns Modifier and Type Method Description private boolean
OpenBsdOSThread. updateAttributes(java.util.Map<OpenBsdOSProcess.PsThreadColumns,java.lang.String> threadMap)
Constructor parameters in oshi.software.os.unix.openbsd with type arguments of type OpenBsdOSProcess.PsThreadColumns Constructor Description OpenBsdOSThread(int processId, java.util.Map<OpenBsdOSProcess.PsThreadColumns,java.lang.String> threadMap)
-