JDK 11 java.management.rmi.jmod - Management RMI Module

JDK 11 java.management.rmi.jmod is the JMOD file for JDK 11 Management RMI module.

JDK 11 Management RMI module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\java.management.rmi.jmod.

JDK 11 Management RMI module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.

JDK 11 Management RMI module source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\java.management.rmi.

You can click and view the content of each source code file in the list below.

✍: FYIcenter

javax/management/remote/rmi/RMIServerImpl_Stub.java

// Stub class generated by rmic, do not edit.
// Contents subject to change without notice.

package javax.management.remote.rmi;

public final class RMIServerImpl_Stub
    extends java.rmi.server.RemoteStub
    implements javax.management.remote.rmi.RMIServer
{
    private static final long serialVersionUID = 2;
    
    private static java.lang.reflect.Method $method_getVersion_0;
    private static java.lang.reflect.Method $method_newClient_1;
    
    static {
	try {
	    $method_getVersion_0 = javax.management.remote.rmi.RMIServer.class.getMethod("getVersion", new java.lang.Class[] {});
	    $method_newClient_1 = javax.management.remote.rmi.RMIServer.class.getMethod("newClient", new java.lang.Class[] {java.lang.Object.class});
	} catch (java.lang.NoSuchMethodException e) {
	    throw new java.lang.NoSuchMethodError(
		"stub class initialization failed");
	}
    }
    
    // constructors
    public RMIServerImpl_Stub(java.rmi.server.RemoteRef ref) {
	super(ref);
    }
    
    // methods from remote interfaces
    
    // implementation of getVersion()
    public java.lang.String getVersion()
	throws java.rmi.RemoteException
    {
	try {
	    Object $result = ref.invoke(this, $method_getVersion_0, null, -8081107751519807347L);
	    return ((java.lang.String) $result);
	} catch (java.lang.RuntimeException e) {
	    throw e;
	} catch (java.rmi.RemoteException e) {
	    throw e;
	} catch (java.lang.Exception e) {
	    throw new java.rmi.UnexpectedException("undeclared checked exception", e);
	}
    }
    
    // implementation of newClient(Object)
    public javax.management.remote.rmi.RMIConnection newClient(java.lang.Object $param_Object_1)
	throws java.io.IOException
    {
	try {
	    Object $result = ref.invoke(this, $method_newClient_1, new java.lang.Object[] {$param_Object_1}, -1089742558549201240L);
	    return ((javax.management.remote.rmi.RMIConnection) $result);
	} catch (java.lang.RuntimeException e) {
	    throw e;
	} catch (java.io.IOException e) {
	    throw e;
	} catch (java.lang.Exception e) {
	    throw new java.rmi.UnexpectedException("undeclared checked exception", e);
	}
    }
}

javax/management/remote/rmi/RMIServerImpl_Stub.java

 

Or download all of them as a single archive file:

File name: java.management.rmi-11.0.1-src.zip
File size: 63793 bytes
Release date: 2018-11-04
Download 

 

JDK 11 java.naming.jmod - Naming Module

JDK 11 java.management.jmod - Management Module

Download and Use JDK 11

⇑⇑ FAQ for JDK (Java Development Kit)

2020-04-30, 7976👍, 0💬