OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / java / lang / management / VMThreadMXBeanImpl.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_java_lang_management_VMThreadMXBeanImpl__
5 #define __gnu_java_lang_management_VMThreadMXBeanImpl__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace java
17     {
18       namespace lang
19       {
20         namespace management
21         {
22             class VMThreadMXBeanImpl;
23         }
24       }
25     }
26   }
27 }
28
29 class gnu::java::lang::management::VMThreadMXBeanImpl : public ::java::lang::Object
30 {
31
32 public: // actually package-private
33   VMThreadMXBeanImpl();
34   static JArray< jlong > * findMonitorDeadlockedThreads();
35   static JArray< ::java::lang::Thread * > * getAllThreads();
36   static JArray< jlong > * getAllThreadIds();
37   static jlong getCurrentThreadCpuTime();
38   static jlong getCurrentThreadUserTime();
39   static jint getDaemonThreadCount();
40   static jint getPeakThreadCount();
41   static jint getThreadCount();
42   static jlong getThreadCpuTime(jlong);
43   static ::java::lang::management::ThreadInfo * getThreadInfoForId(jlong, jint);
44   static jlong getThreadUserTime(jlong);
45   static jlong getTotalStartedThreadCount();
46   static void resetPeakThreadCount();
47 private:
48   static jint filled;
49 public:
50   static ::java::lang::Class class$;
51 };
52
53 #endif // __gnu_java_lang_management_VMThreadMXBeanImpl__