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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [MBeanServerNotification.h] - Rev 775

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

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_management_MBeanServerNotification__
#define __javax_management_MBeanServerNotification__
 
#pragma interface
 
#include <javax/management/Notification.h>
extern "Java"
{
  namespace javax
  {
    namespace management
    {
        class MBeanServerNotification;
        class ObjectName;
    }
  }
}
 
class javax::management::MBeanServerNotification : public ::javax::management::Notification
{
 
public:
  MBeanServerNotification(::java::lang::String *, ::java::lang::Object *, jlong, ::javax::management::ObjectName *);
  virtual ::javax::management::ObjectName * getMBeanName();
private:
  static const jlong serialVersionUID = 2876477500475969677LL;
public:
  static ::java::lang::String * REGISTRATION_NOTIFICATION;
  static ::java::lang::String * UNREGISTRATION_NOTIFICATION;
private:
  ::javax::management::ObjectName * __attribute__((aligned(__alignof__( ::javax::management::Notification)))) objectName;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_management_MBeanServerNotification__
 

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

powered by: WebSVN 2.1.0

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