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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [remote/] [NotificationResult.h] - Blame information for rev 769

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

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_management_remote_NotificationResult__
5
#define __javax_management_remote_NotificationResult__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace management
17
    {
18
      namespace remote
19
      {
20
          class NotificationResult;
21
          class TargetedNotification;
22
      }
23
    }
24
  }
25
}
26
 
27
class javax::management::remote::NotificationResult : public ::java::lang::Object
28
{
29
 
30
public:
31
  NotificationResult(jlong, jlong, JArray< ::javax::management::remote::TargetedNotification * > *);
32
  virtual jlong getEarliestSequenceNumber();
33
  virtual jlong getNextSequenceNumber();
34
  virtual JArray< ::javax::management::remote::TargetedNotification * > * getTargetedNotifications();
35
  virtual ::java::lang::String * toString();
36
private:
37
  static const jlong serialVersionUID = 1191800228721395279LL;
38
  jlong __attribute__((aligned(__alignof__( ::java::lang::Object)))) earliestSequenceNumber;
39
  jlong nextSequenceNumber;
40
  JArray< ::javax::management::remote::TargetedNotification * > * targetedNotifications;
41
public:
42
  static ::java::lang::Class class$;
43
};
44
 
45
#endif // __javax_management_remote_NotificationResult__

powered by: WebSVN 2.1.0

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