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

Subversion Repositories openrisc

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

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_management_MBeanServerDelegate__
#define __javax_management_MBeanServerDelegate__
 
#pragma interface
 
#include <java/lang/Object.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace javax
  {
    namespace management
    {
        class MBeanNotificationInfo;
        class MBeanServerDelegate;
        class Notification;
        class NotificationFilter;
        class NotificationListener;
    }
  }
}
 
class javax::management::MBeanServerDelegate : public ::java::lang::Object
{
 
public:
  MBeanServerDelegate();
  virtual void addNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *);
  virtual ::java::lang::String * getImplementationName();
  virtual ::java::lang::String * getImplementationVendor();
  virtual ::java::lang::String * getImplementationVersion();
  virtual ::java::lang::String * getMBeanServerId();
  virtual JArray< ::javax::management::MBeanNotificationInfo * > * getNotificationInfo();
  virtual ::java::lang::String * getSpecificationName();
  virtual ::java::lang::String * getSpecificationVendor();
  virtual ::java::lang::String * getSpecificationVersion();
  virtual void removeNotificationListener(::javax::management::NotificationListener *);
  virtual void removeNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *);
  virtual void sendNotification(::javax::management::Notification *);
private:
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) id;
  ::java::util::List * listeners;
  jlong seqNo;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_management_MBeanServerDelegate__
 

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.