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

Subversion Repositories openrisc

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_lang_management_MemoryNotificationInfo__
5
#define __java_lang_management_MemoryNotificationInfo__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace management
15
    {
16
      namespace openmbean
17
      {
18
          class CompositeData;
19
      }
20
    }
21
  }
22
}
23
 
24
class java::lang::management::MemoryNotificationInfo : public ::java::lang::Object
25
{
26
 
27
public:
28
  MemoryNotificationInfo(::java::lang::String *, ::java::lang::management::MemoryUsage *, jlong);
29
  static ::java::lang::management::MemoryNotificationInfo * from(::javax::management::openmbean::CompositeData *);
30
  virtual jlong getCount();
31
  virtual ::java::lang::String * getPoolName();
32
  virtual ::java::lang::management::MemoryUsage * getUsage();
33
  static ::java::lang::String * MEMORY_THRESHOLD_EXCEEDED;
34
  static ::java::lang::String * MEMORY_COLLECTION_THRESHOLD_EXCEEDED;
35
private:
36
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) poolName;
37
  ::java::lang::management::MemoryUsage * usage;
38
  jlong count;
39
public:
40
  static ::java::lang::Class class$;
41
};
42
 
43
#endif // __java_lang_management_MemoryNotificationInfo__

powered by: WebSVN 2.1.0

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