Uses of Class
com.kenai.constantine.platform.RLIMIT
-
Packages that use RLIMIT Package Description com.kenai.constantine.platform -
-
Uses of RLIMIT in com.kenai.constantine.platform
Methods in com.kenai.constantine.platform that return RLIMIT Modifier and Type Method Description static RLIMIT
RLIMIT. valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name.static RLIMIT
RLIMIT. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static RLIMIT[]
RLIMIT. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-