JDK 17 jdk.naming.rmi.jmod - Naming RMI Module

JDK 17 jdk.naming.rmi.jmod is the JMOD file for JDK 17 Naming RMI module.

JDK 17 Naming RMI module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jdk.naming.rmi.jmod.

JDK 17 Naming RMI module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.

JDK 17 Naming RMI module source code files are stored in \fyicenter\jdk-17.0.5\lib\src.zip\jdk.naming.rmi.

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

✍: FYIcenter

com/sun/jndi/rmi/registry/ReferenceWrapper_Stub.java

/*
 * Copyright (c) 1999, 2020, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 */
// Stub class generated by rmic, do not edit.
// Contents subject to change without notice.

package com.sun.jndi.rmi.registry;

/**
 * ReferenceWrapper_Stub.
 */
@SuppressWarnings({"deprecation", "rawtypes", "unchecked"})
public final class ReferenceWrapper_Stub
        extends java.rmi.server.RemoteStub
        implements com.sun.jndi.rmi.registry.RemoteReference, java.rmi.Remote {
    private static final long serialVersionUID = 2;

    private static java.lang.reflect.Method $method_getReference_0;

    static {
        try {
            $method_getReference_0 = com.sun.jndi.rmi.registry.RemoteReference.class.getMethod("getReference", new java.lang.Class[]{});
        } catch (java.lang.NoSuchMethodException e) {
            throw new java.lang.NoSuchMethodError(
                    "stub class initialization failed");
        }
    }

    // constructors
    public ReferenceWrapper_Stub(java.rmi.server.RemoteRef ref) {
        super(ref);
    }

    // methods from remote interfaces

    // implementation of getReference()
    public javax.naming.Reference getReference()
            throws java.rmi.RemoteException, javax.naming.NamingException {
        try {
            Object $result = ref.invoke(this, $method_getReference_0, null, 3529874867989176284L);
            return ((javax.naming.Reference) $result);
        } catch (java.lang.RuntimeException e) {
            throw e;
        } catch (java.rmi.RemoteException e) {
            throw e;
        } catch (javax.naming.NamingException e) {
            throw e;
        } catch (java.lang.Exception e) {
            throw new java.rmi.UnexpectedException("undeclared checked exception", e);
        }
    }
}

com/sun/jndi/rmi/registry/ReferenceWrapper_Stub.java

 

Or download all of them as a single archive file:

File name: jdk.naming.rmi-17.0.5-src.zip
File size: 15475 bytes
Release date: 2022-09-13
Download 

 

JDK 17 jdk.net.jmod - Net Module

JDK 17 jdk.naming.dns.jmod - Naming DNS Module

JDK 17 JMod/Module Files

⇑⇑ FAQ for JDK (Java Development Kit) 17

2023-07-18, ∼2869🔥, 0💬