diff options
author | Andrew Haley <aph@gcc.gnu.org> | 2007-05-03 18:35:55 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2007-05-03 18:35:55 +0000 |
commit | e152672004efc3e0fd48899d610e67676f7b8448 (patch) | |
tree | c51fadb4da8a7bcea3a12bdc64c236e2574c527b /libjava/classpath/lib | |
parent | 6696d6529911329d89aac3ab1f3b0ce7d29532a6 (diff) | |
download | gcc-e152672004efc3e0fd48899d610e67676f7b8448.zip gcc-e152672004efc3e0fd48899d610e67676f7b8448.tar.gz gcc-e152672004efc3e0fd48899d610e67676f7b8448.tar.bz2 |
Server.java (Server): Record the delegate.
2007-05-03 Andrew Haley <aph@redhat.com>
* gnu/javax/management/Server.java (Server): Record the delegate.
(registerMBean): Notify the delegate.
(unregisterMBean): Likewise.
(notify): New method.
From-SVN: r124385
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 | 23419 -> 24096 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 0840244..66a0933 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 134351e..13e6231 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 dd98c5b..99d0cdc 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 41154ad..386f48e 100644 --- a/libjava/classpath/lib/gnu/javax/management/Server.class +++ b/libjava/classpath/lib/gnu/javax/management/Server.class |