diff options
author | gary <gary@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-15 14:42:23 +0000 |
---|---|---|
committer | gary <gary@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-15 14:42:23 +0000 |
commit | 26302631c5a3085ae1afd3591fae527c0a02829f (patch) | |
tree | 1dc69dc91ab2e6bc77def8d3e640ba6689bde95c /libjava/classpath/lib | |
parent | 46d44af37405293cb59ab5e7903fe4907380d3db (diff) | |
download | ppe42-gcc-26302631c5a3085ae1afd3591fae527c0a02829f.tar.gz ppe42-gcc-26302631c5a3085ae1afd3591fae527c0a02829f.zip |
2007-02-15 Gary Benson <gbenson@redhat.com>
* gnu/javax/management/Server.java
(registerMBean): Always register objects that implement the
MBeanRegistration interface, and check the name returned by
preRegister before using it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121995 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/lib')
-rw-r--r-- | libjava/classpath/lib/gnu/javax/management/Server$ServerInfo.class | bin | 898 -> 898 bytes |
-rw-r--r-- | libjava/classpath/lib/gnu/javax/management/Server$ServerInputStream.class | bin | 1219 -> 1219 bytes |
-rw-r--r-- | libjava/classpath/lib/gnu/javax/management/Server$ServerNotificationListener.class | bin | 1282 -> 1282 bytes |
-rw-r--r-- | libjava/classpath/lib/gnu/javax/management/Server.class | bin | 23261 -> 23419 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/libjava/classpath/lib/gnu/javax/management/Server$ServerInfo.class b/libjava/classpath/lib/gnu/javax/management/Server$ServerInfo.class Binary files differindex 644d5a40574..08402446059 100644 --- a/libjava/classpath/lib/gnu/javax/management/Server$ServerInfo.class +++ b/libjava/classpath/lib/gnu/javax/management/Server$ServerInfo.class diff --git a/libjava/classpath/lib/gnu/javax/management/Server$ServerInputStream.class b/libjava/classpath/lib/gnu/javax/management/Server$ServerInputStream.class Binary files differindex 536ac420c81..134351e7b96 100644 --- a/libjava/classpath/lib/gnu/javax/management/Server$ServerInputStream.class +++ b/libjava/classpath/lib/gnu/javax/management/Server$ServerInputStream.class diff --git a/libjava/classpath/lib/gnu/javax/management/Server$ServerNotificationListener.class b/libjava/classpath/lib/gnu/javax/management/Server$ServerNotificationListener.class Binary files differindex 769500cada3..dd98c5beb34 100644 --- a/libjava/classpath/lib/gnu/javax/management/Server$ServerNotificationListener.class +++ b/libjava/classpath/lib/gnu/javax/management/Server$ServerNotificationListener.class diff --git a/libjava/classpath/lib/gnu/javax/management/Server.class b/libjava/classpath/lib/gnu/javax/management/Server.class Binary files differindex 54552f00585..41154ad8bf3 100644 --- a/libjava/classpath/lib/gnu/javax/management/Server.class +++ b/libjava/classpath/lib/gnu/javax/management/Server.class |