diff options
author | Matthias Klose <doko@gcc.gnu.org> | 2008-06-28 13:29:13 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2008-06-28 13:29:13 +0000 |
commit | e0441a5bfb29083a532307ba2b1fd6d6d13944ba (patch) | |
tree | 602cd7aa7c947386134690d8e0f6b53abcdeacb9 /libjava/javax/management | |
parent | 15c151967dd1cde61b79d26374f608f63a29d411 (diff) | |
download | gcc-e0441a5bfb29083a532307ba2b1fd6d6d13944ba.tar.gz |
Import GNU Classpath (classpath-0_97_2-release).
libjava/
2008-06-28 Matthias Klose <doko@ubuntu.com>
Import GNU Classpath (classpath-0_97_2-release).
* Regenerate class and header files.
* Regenerate auto* files.
* gcj/javaprims.h: Define jobjectRefType.
* jni.cc (_Jv_JNI_GetObjectRefType): New (stub only).
(_Jv_JNIFunctions): Initialize GetObjectRefType.
* gnu/classpath/jdwp/VMVirtualMachine.java,
java/security/VMSecureRandom.java: Merge from classpath.
* HACKING: Fix typo.
* ChangeLog-2007: New file.
* configure.ac: Set JAVAC, pass --disable-regen-headers to classpath.
libjava/classpath/
2008-06-28 Matthias Klose <doko@ubuntu.com>
* m4/ac_prog_javac.m4: Disable check for JAVAC, when
not configured with --enable-java-maintainer-mode.
* aclocal.m4, configure: Regenerate.
* native/jni/gstreamer-peer/Makefile.am: Do not link with
libclasspathnative.
* native/jni/gstreamer-peer/Makefile.in: Regenerate.
* tools/Makefile.am, lib/Makefile.am: Use JAVAC for setting
JCOMPILER, drop flags not understood by gcj.
From-SVN: r137223
Diffstat (limited to 'libjava/javax/management')
-rw-r--r-- | libjava/javax/management/remote/NotificationResult.h | 45 | ||||
-rw-r--r-- | libjava/javax/management/remote/TargetedNotification.h | 41 | ||||
-rw-r--r-- | libjava/javax/management/remote/rmi/RMIConnection.h | 82 | ||||
-rw-r--r-- | libjava/javax/management/remote/rmi/RMIServer.h | 37 |
4 files changed, 205 insertions, 0 deletions
diff --git a/libjava/javax/management/remote/NotificationResult.h b/libjava/javax/management/remote/NotificationResult.h new file mode 100644 index 00000000000..b5d45f6b4a6 --- /dev/null +++ b/libjava/javax/management/remote/NotificationResult.h @@ -0,0 +1,45 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __javax_management_remote_NotificationResult__ +#define __javax_management_remote_NotificationResult__ + +#pragma interface + +#include <java/lang/Object.h> +#include <gcj/array.h> + +extern "Java" +{ + namespace javax + { + namespace management + { + namespace remote + { + class NotificationResult; + class TargetedNotification; + } + } + } +} + +class javax::management::remote::NotificationResult : public ::java::lang::Object +{ + +public: + NotificationResult(jlong, jlong, JArray< ::javax::management::remote::TargetedNotification * > *); + virtual jlong getEarliestSequenceNumber(); + virtual jlong getNextSequenceNumber(); + virtual JArray< ::javax::management::remote::TargetedNotification * > * getTargetedNotifications(); + virtual ::java::lang::String * toString(); +private: + static const jlong serialVersionUID = 1191800228721395279LL; + jlong __attribute__((aligned(__alignof__( ::java::lang::Object)))) earliestSequenceNumber; + jlong nextSequenceNumber; + JArray< ::javax::management::remote::TargetedNotification * > * targetedNotifications; +public: + static ::java::lang::Class class$; +}; + +#endif // __javax_management_remote_NotificationResult__ diff --git a/libjava/javax/management/remote/TargetedNotification.h b/libjava/javax/management/remote/TargetedNotification.h new file mode 100644 index 00000000000..1021a872c3a --- /dev/null +++ b/libjava/javax/management/remote/TargetedNotification.h @@ -0,0 +1,41 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __javax_management_remote_TargetedNotification__ +#define __javax_management_remote_TargetedNotification__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace javax + { + namespace management + { + class Notification; + namespace remote + { + class TargetedNotification; + } + } + } +} + +class javax::management::remote::TargetedNotification : public ::java::lang::Object +{ + +public: + TargetedNotification(::javax::management::Notification *, ::java::lang::Integer *); + virtual ::javax::management::Notification * getNotification(); + virtual ::java::lang::Integer * getListenerID(); + virtual ::java::lang::String * toString(); +private: + static const jlong serialVersionUID = 7676132089779300926LL; + ::javax::management::Notification * __attribute__((aligned(__alignof__( ::java::lang::Object)))) notif; + ::java::lang::Integer * id; +public: + static ::java::lang::Class class$; +}; + +#endif // __javax_management_remote_TargetedNotification__ diff --git a/libjava/javax/management/remote/rmi/RMIConnection.h b/libjava/javax/management/remote/rmi/RMIConnection.h new file mode 100644 index 00000000000..4fb6eb86d7b --- /dev/null +++ b/libjava/javax/management/remote/rmi/RMIConnection.h @@ -0,0 +1,82 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __javax_management_remote_rmi_RMIConnection__ +#define __javax_management_remote_rmi_RMIConnection__ + +#pragma interface + +#include <java/lang/Object.h> +#include <gcj/array.h> + +extern "Java" +{ + namespace java + { + namespace rmi + { + class MarshalledObject; + } + } + namespace javax + { + namespace management + { + class AttributeList; + class MBeanInfo; + class ObjectInstance; + class ObjectName; + namespace remote + { + class NotificationResult; + namespace rmi + { + class RMIConnection; + } + } + } + namespace security + { + namespace auth + { + class Subject; + } + } + } +} + +class javax::management::remote::rmi::RMIConnection : public ::java::lang::Object +{ + +public: + virtual void addNotificationListener(::javax::management::ObjectName *, ::javax::management::ObjectName *, ::java::rmi::MarshalledObject *, ::java::rmi::MarshalledObject *, ::javax::security::auth::Subject *) = 0; + virtual JArray< ::java::lang::Integer * > * addNotificationListeners(JArray< ::javax::management::ObjectName * > *, JArray< ::java::rmi::MarshalledObject * > *, JArray< ::javax::security::auth::Subject * > *) = 0; + virtual void close() = 0; + virtual ::javax::management::ObjectInstance * createMBean(::java::lang::String *, ::javax::management::ObjectName *, ::java::rmi::MarshalledObject *, JArray< ::java::lang::String * > *, ::javax::security::auth::Subject *) = 0; + virtual ::javax::management::ObjectInstance * createMBean(::java::lang::String *, ::javax::management::ObjectName *, ::javax::management::ObjectName *, ::java::rmi::MarshalledObject *, JArray< ::java::lang::String * > *, ::javax::security::auth::Subject *) = 0; + virtual ::javax::management::ObjectInstance * createMBean(::java::lang::String *, ::javax::management::ObjectName *, ::javax::management::ObjectName *, ::javax::security::auth::Subject *) = 0; + virtual ::javax::management::ObjectInstance * createMBean(::java::lang::String *, ::javax::management::ObjectName *, ::javax::security::auth::Subject *) = 0; + virtual ::javax::management::remote::NotificationResult * fetchNotifications(jlong, jint, jlong) = 0; + virtual ::java::lang::Object * getAttribute(::javax::management::ObjectName *, ::java::lang::String *, ::javax::security::auth::Subject *) = 0; + virtual ::javax::management::AttributeList * getAttributes(::javax::management::ObjectName *, JArray< ::java::lang::String * > *, ::javax::security::auth::Subject *) = 0; + virtual ::java::lang::String * getConnectionId() = 0; + virtual ::java::lang::String * getDefaultDomain(::javax::security::auth::Subject *) = 0; + virtual JArray< ::java::lang::String * > * getDomains(::javax::security::auth::Subject *) = 0; + virtual ::java::lang::Integer * getMBeanCount(::javax::security::auth::Subject *) = 0; + virtual ::javax::management::MBeanInfo * getMBeanInfo(::javax::management::ObjectName *, ::javax::security::auth::Subject *) = 0; + virtual ::javax::management::ObjectInstance * getObjectInstance(::javax::management::ObjectName *, ::javax::security::auth::Subject *) = 0; + virtual ::java::lang::Object * invoke(::javax::management::ObjectName *, ::java::lang::String *, ::java::rmi::MarshalledObject *, JArray< ::java::lang::String * > *, ::javax::security::auth::Subject *) = 0; + virtual jboolean isInstanceOf(::javax::management::ObjectName *, ::java::lang::String *, ::javax::security::auth::Subject *) = 0; + virtual jboolean isRegistered(::javax::management::ObjectName *, ::javax::security::auth::Subject *) = 0; + virtual ::java::util::Set * queryMBeans(::javax::management::ObjectName *, ::java::rmi::MarshalledObject *, ::javax::security::auth::Subject *) = 0; + virtual ::java::util::Set * queryNames(::javax::management::ObjectName *, ::java::rmi::MarshalledObject *, ::javax::security::auth::Subject *) = 0; + virtual void removeNotificationListener(::javax::management::ObjectName *, ::javax::management::ObjectName *, ::java::rmi::MarshalledObject *, ::java::rmi::MarshalledObject *, ::javax::security::auth::Subject *) = 0; + virtual void removeNotificationListener(::javax::management::ObjectName *, ::javax::management::ObjectName *, ::javax::security::auth::Subject *) = 0; + virtual void removeNotificationListeners(::javax::management::ObjectName *, JArray< ::java::lang::Integer * > *, ::javax::security::auth::Subject *) = 0; + virtual void setAttribute(::javax::management::ObjectName *, ::java::rmi::MarshalledObject *, ::javax::security::auth::Subject *) = 0; + virtual ::javax::management::AttributeList * setAttributes(::javax::management::ObjectName *, ::java::rmi::MarshalledObject *, ::javax::security::auth::Subject *) = 0; + virtual void unregisterMBean(::javax::management::ObjectName *, ::javax::security::auth::Subject *) = 0; + static ::java::lang::Class class$; +} __attribute__ ((java_interface)); + +#endif // __javax_management_remote_rmi_RMIConnection__ diff --git a/libjava/javax/management/remote/rmi/RMIServer.h b/libjava/javax/management/remote/rmi/RMIServer.h new file mode 100644 index 00000000000..3c955a5010e --- /dev/null +++ b/libjava/javax/management/remote/rmi/RMIServer.h @@ -0,0 +1,37 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __javax_management_remote_rmi_RMIServer__ +#define __javax_management_remote_rmi_RMIServer__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace javax + { + namespace management + { + namespace remote + { + namespace rmi + { + class RMIConnection; + class RMIServer; + } + } + } + } +} + +class javax::management::remote::rmi::RMIServer : public ::java::lang::Object +{ + +public: + virtual ::java::lang::String * getVersion() = 0; + virtual ::javax::management::remote::rmi::RMIConnection * newClient(::java::lang::Object *) = 0; + static ::java::lang::Class class$; +} __attribute__ ((java_interface)); + +#endif // __javax_management_remote_rmi_RMIServer__ |