OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [lang/] [management/] [MemoryMXBeanImpl.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_lang_management_MemoryMXBeanImpl__
5
#define __gnu_java_lang_management_MemoryMXBeanImpl__
6
 
7
#pragma interface
8
 
9
#include <gnu/java/lang/management/BeanImpl.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 MemoryMXBeanImpl;
23
        }
24
      }
25
    }
26
  }
27
  namespace javax
28
  {
29
    namespace management
30
    {
31
        class MBeanNotificationInfo;
32
        class NotificationFilter;
33
        class NotificationListener;
34
      namespace openmbean
35
      {
36
          class CompositeType;
37
      }
38
    }
39
  }
40
}
41
 
42
class gnu::java::lang::management::MemoryMXBeanImpl : public ::gnu::java::lang::management::BeanImpl
43
{
44
 
45
public:
46
  MemoryMXBeanImpl();
47
  void gc();
48
  ::java::lang::management::MemoryUsage * getHeapMemoryUsage();
49
  ::java::lang::management::MemoryUsage * getNonHeapMemoryUsage();
50
  jint getObjectPendingFinalizationCount();
51
  jboolean isVerbose();
52
  void setVerbose(jboolean);
53
  void addNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *);
54
  JArray< ::javax::management::MBeanNotificationInfo * > * getNotificationInfo();
55
  void removeNotificationListener(::javax::management::NotificationListener *);
56
  void removeNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *);
57
public: // actually package-private
58
  void fireNotification(::java::lang::String *, ::java::lang::String *, jlong, jlong, jlong, jlong, jlong);
59
  void fireThresholdExceededNotification(::java::lang::String *, jlong, jlong, jlong, jlong, jlong);
60
  void fireCollectionThresholdExceededNotification(::java::lang::String *, jlong, jlong, jlong, jlong, jlong);
61
private:
62
  ::java::util::List * __attribute__((aligned(__alignof__( ::gnu::java::lang::management::BeanImpl)))) listeners;
63
  jlong notificationCount;
64
public:
65
  static ::javax::management::openmbean::CompositeType * notifType;
66
  static ::javax::management::openmbean::CompositeType * usageType;
67
  static ::java::lang::Class class$;
68
};
69
 
70
#endif // __gnu_java_lang_management_MemoryMXBeanImpl__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.