Uses of Class
oshi.software.os.unix.freebsd.FreeBsdOSProcess.PsThreadColumns
-
Packages that use FreeBsdOSProcess.PsThreadColumns Package Description oshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSD -
-
Uses of FreeBsdOSProcess.PsThreadColumns in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return FreeBsdOSProcess.PsThreadColumns Modifier and Type Method Description static FreeBsdOSProcess.PsThreadColumns
FreeBsdOSProcess.PsThreadColumns. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FreeBsdOSProcess.PsThreadColumns[]
FreeBsdOSProcess.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.freebsd with type arguments of type FreeBsdOSProcess.PsThreadColumns Modifier and Type Method Description private boolean
FreeBsdOSThread. updateAttributes(java.util.Map<FreeBsdOSProcess.PsThreadColumns,java.lang.String> threadMap)
Constructor parameters in oshi.software.os.unix.freebsd with type arguments of type FreeBsdOSProcess.PsThreadColumns Constructor Description FreeBsdOSThread(int processId, java.util.Map<FreeBsdOSProcess.PsThreadColumns,java.lang.String> threadMap)
-