mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
33 lines
675 B
C++
33 lines
675 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_management_QueryExp__
|
|
#define __javax_management_QueryExp__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace management
|
|
{
|
|
class MBeanServer;
|
|
class ObjectName;
|
|
class QueryExp;
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::management::QueryExp : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual jboolean apply(::javax::management::ObjectName *) = 0;
|
|
virtual void setMBeanServer(::javax::management::MBeanServer *) = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __javax_management_QueryExp__
|