summaryrefslogtreecommitdiff
path: root/libjava/javax/management/StandardMBean.h
diff options
context:
space:
mode:
authorupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
committerupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
commit554fd8c5195424bdbcabf5de30fdc183aba391bd (patch)
tree976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/javax/management/StandardMBean.h
downloadcbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.bz2
cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.xz
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.
Diffstat (limited to 'libjava/javax/management/StandardMBean.h')
-rw-r--r--libjava/javax/management/StandardMBean.h77
1 files changed, 77 insertions, 0 deletions
diff --git a/libjava/javax/management/StandardMBean.h b/libjava/javax/management/StandardMBean.h
new file mode 100644
index 000000000..805046ada
--- /dev/null
+++ b/libjava/javax/management/StandardMBean.h
@@ -0,0 +1,77 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __javax_management_StandardMBean__
+#define __javax_management_StandardMBean__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace javax
+ {
+ namespace management
+ {
+ class Attribute;
+ class AttributeList;
+ class MBeanAttributeInfo;
+ class MBeanConstructorInfo;
+ class MBeanFeatureInfo;
+ class MBeanInfo;
+ class MBeanOperationInfo;
+ class MBeanParameterInfo;
+ class StandardMBean;
+ }
+ }
+}
+
+class javax::management::StandardMBean : public ::java::lang::Object
+{
+
+public: // actually protected
+ StandardMBean(::java::lang::Class *);
+public:
+ StandardMBean(::java::lang::Object *, ::java::lang::Class *);
+public: // actually protected
+ virtual void cacheMBeanInfo(::javax::management::MBeanInfo *);
+public:
+ virtual ::java::lang::Object * getAttribute(::java::lang::String *);
+ virtual ::javax::management::AttributeList * getAttributes(JArray< ::java::lang::String * > *);
+public: // actually protected
+ virtual ::javax::management::MBeanInfo * getCachedMBeanInfo();
+ virtual ::java::lang::String * getClassName(::javax::management::MBeanInfo *);
+ virtual JArray< ::javax::management::MBeanConstructorInfo * > * getConstructors(JArray< ::javax::management::MBeanConstructorInfo * > *, ::java::lang::Object *);
+ virtual ::java::lang::String * getDescription(::javax::management::MBeanAttributeInfo *);
+ virtual ::java::lang::String * getDescription(::javax::management::MBeanConstructorInfo *);
+ virtual ::java::lang::String * getDescription(::javax::management::MBeanConstructorInfo *, ::javax::management::MBeanParameterInfo *, jint);
+ virtual ::java::lang::String * getDescription(::javax::management::MBeanFeatureInfo *);
+ virtual ::java::lang::String * getDescription(::javax::management::MBeanInfo *);
+ virtual ::java::lang::String * getDescription(::javax::management::MBeanOperationInfo *);
+ virtual ::java::lang::String * getDescription(::javax::management::MBeanOperationInfo *, ::javax::management::MBeanParameterInfo *, jint);
+ virtual jint getImpact(::javax::management::MBeanOperationInfo *);
+public:
+ virtual ::java::lang::Object * getImplementation();
+ virtual ::java::lang::Class * getImplementationClass();
+ virtual ::javax::management::MBeanInfo * getMBeanInfo();
+ virtual ::java::lang::Class * getMBeanInterface();
+public: // actually protected
+ virtual ::java::lang::String * getParameterName(::javax::management::MBeanConstructorInfo *, ::javax::management::MBeanParameterInfo *, jint);
+ virtual ::java::lang::String * getParameterName(::javax::management::MBeanOperationInfo *, ::javax::management::MBeanParameterInfo *, jint);
+public:
+ virtual ::java::lang::Object * invoke(::java::lang::String *, JArray< ::java::lang::Object * > *, JArray< ::java::lang::String * > *);
+ virtual void setAttribute(::javax::management::Attribute *);
+ virtual ::javax::management::AttributeList * setAttributes(::javax::management::AttributeList *);
+ virtual void setImplementation(::java::lang::Object *);
+private:
+ ::java::lang::reflect::Method * getMutator(::java::lang::String *, ::java::lang::Class *);
+ ::java::lang::Class * __attribute__((aligned(__alignof__( ::java::lang::Object)))) iface;
+ ::java::lang::Object * impl;
+ ::javax::management::MBeanInfo * info;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __javax_management_StandardMBean__