blob: 7790c378311963879fb2773051acd44c1fef38a2 [file] [log] [blame]
// 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__