1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class com_sun_management_internal_OperatingSystemImpl */ |
4 | |
5 | #ifndef _Included_com_sun_management_internal_OperatingSystemImpl |
6 | #define _Included_com_sun_management_internal_OperatingSystemImpl |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: com_sun_management_internal_OperatingSystemImpl |
12 | * Method: getCommittedVirtualMemorySize0 |
13 | * Signature: ()J |
14 | */ |
15 | JNIEXPORT jlong JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getCommittedVirtualMemorySize0 |
16 | (JNIEnv *, jobject); |
17 | |
18 | /* |
19 | * Class: com_sun_management_internal_OperatingSystemImpl |
20 | * Method: getFreePhysicalMemorySize0 |
21 | * Signature: ()J |
22 | */ |
23 | JNIEXPORT jlong JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getFreePhysicalMemorySize0 |
24 | (JNIEnv *, jobject); |
25 | |
26 | /* |
27 | * Class: com_sun_management_internal_OperatingSystemImpl |
28 | * Method: getFreeSwapSpaceSize0 |
29 | * Signature: ()J |
30 | */ |
31 | JNIEXPORT jlong JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getFreeSwapSpaceSize0 |
32 | (JNIEnv *, jobject); |
33 | |
34 | /* |
35 | * Class: com_sun_management_internal_OperatingSystemImpl |
36 | * Method: getMaxFileDescriptorCount0 |
37 | * Signature: ()J |
38 | */ |
39 | JNIEXPORT jlong JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getMaxFileDescriptorCount0 |
40 | (JNIEnv *, jobject); |
41 | |
42 | /* |
43 | * Class: com_sun_management_internal_OperatingSystemImpl |
44 | * Method: getOpenFileDescriptorCount0 |
45 | * Signature: ()J |
46 | */ |
47 | JNIEXPORT jlong JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0 |
48 | (JNIEnv *, jobject); |
49 | |
50 | /* |
51 | * Class: com_sun_management_internal_OperatingSystemImpl |
52 | * Method: getProcessCpuTime0 |
53 | * Signature: ()J |
54 | */ |
55 | JNIEXPORT jlong JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuTime0 |
56 | (JNIEnv *, jobject); |
57 | |
58 | /* |
59 | * Class: com_sun_management_internal_OperatingSystemImpl |
60 | * Method: getProcessCpuLoad0 |
61 | * Signature: ()D |
62 | */ |
63 | JNIEXPORT jdouble JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0 |
64 | (JNIEnv *, jobject); |
65 | |
66 | /* |
67 | * Class: com_sun_management_internal_OperatingSystemImpl |
68 | * Method: getSystemCpuLoad0 |
69 | * Signature: ()D |
70 | */ |
71 | JNIEXPORT jdouble JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getSystemCpuLoad0 |
72 | (JNIEnv *, jobject); |
73 | |
74 | /* |
75 | * Class: com_sun_management_internal_OperatingSystemImpl |
76 | * Method: getTotalPhysicalMemorySize0 |
77 | * Signature: ()J |
78 | */ |
79 | JNIEXPORT jlong JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getTotalPhysicalMemorySize0 |
80 | (JNIEnv *, jobject); |
81 | |
82 | /* |
83 | * Class: com_sun_management_internal_OperatingSystemImpl |
84 | * Method: getTotalSwapSpaceSize0 |
85 | * Signature: ()J |
86 | */ |
87 | JNIEXPORT jlong JNICALL Java_com_sun_management_internal_OperatingSystemImpl_getTotalSwapSpaceSize0 |
88 | (JNIEnv *, jobject); |
89 | |
90 | /* |
91 | * Class: com_sun_management_internal_OperatingSystemImpl |
92 | * Method: initialize0 |
93 | * Signature: ()V |
94 | */ |
95 | JNIEXPORT void JNICALL Java_com_sun_management_internal_OperatingSystemImpl_initialize0 |
96 | (JNIEnv *, jclass); |
97 | |
98 | #ifdef __cplusplus |
99 | } |
100 | #endif |
101 | #endif |
102 | |