Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
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
2023-07-18, ∼2869🔥, 0💬
Popular Posts:
Xalan-Java, Version 2.7.1, is an XSLT processor for transforming XML documents into HTML, text, or o...
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with ...
JDK 17 java.xml.jmod is the JMOD file for JDK 17 XML (eXtensible Markup Language) module. JDK 17 XML...
What is the dom\ElementPrinter.java provided in the Apache Xerces package? I have Apache Xerces 2.11...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...