rt_gccstream/libjava/javax/management/QueryExp.h

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__