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 java.management.rmi.jmod - Management RMI Module
JDK 17 java.management.rmi.jmod is the JMOD file for JDK 17 Management RMI module.
JDK 17 Management RMI module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\java.management.rmi.jmod.
JDK 17 Management RMI module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.
JDK 17 Management RMI module source code files are stored in \fyicenter\jdk-17.0.5\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
/*
* Copyright (c) 2002, 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 javax.management.remote.rmi;
/**
* RMIServerImpl remote stub.
*/
@SuppressWarnings({"deprecation", "rawtypes", "unchecked"})
public final class RMIServerImpl_Stub
extends java.rmi.server.RemoteStub
implements javax.management.remote.rmi.RMIServer {
@java.io.Serial
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");
}
}
/**
* Constructor.
*
* @param ref a remote ref
*/
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-17.0.5-src.zip File size: 65616 bytes Release date: 2022-09-13 Download
⇒ JDK 17 java.naming.jmod - Naming Module
2023-09-23, ∼5978🔥, 0💬
Popular Posts:
JDK 17 java.base.jmod is the JMOD file for JDK 17 Base module. JDK 17 Base module compiled class fil...
Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java class...
maven-compat-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Compact module. The JAR file name may ...
JDK 11 java.smartcardio.jmod is the JMOD file for JDK 11 Smartcardio module. JDK 11 Smart Card IO mo...
What is the sax\Counter.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 inst...