classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Implemented missing RMI method


From: Roman Kennke
Subject: [cp-patches] FYI: Implemented missing RMI method
Date: Wed, 28 Sep 2005 21:53:56 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

I reworked java.rmi.server.RMIClassLoader a little, so that it now uses
the java.rmi.server.RMIClassLoaderSpi interface. I moved the actual
implementation code to gnu.java.rmi.server.RMIClassLoaderImpl. And yes, I
added the last missing method for JDK1.1 binary compatibility to
java.rmi.server.RMIClassLoader.

2005-09-28  Roman Kennke  <address@hidden>

        * java/rmi/server/RMIClassLoader.java:
        Moved all implementation code to
        gnu.java.rmi.server.RMIClassLoaderImpl.
        (getProviderInstance): New helper method to find a provider.
        (getDefaultProviderInstance): New helper method to find a provider.
        (loadClass(String, String, Class)): New method.
        * gnu/java/rmi/server/RMIClassLoaderImpl.java:
        New class. The implementation is moved from
        java.rmi.server.RMIClassLoader.


/Roman

Attachment: RMIClassLoader.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]