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.jstatd.jmod - JStatd Module
JDK 17 jdk.jstatd.jmod is the JMOD file for JDK 17 JStatd module.
JDK 17 JStatd module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jdk.jstatd.jmod.
JDK 17 JStatd module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.
JDK 17 JStatd module source code files are stored in \fyicenter\jdk-17.0.5\lib\src.zip\jdk.jstatd.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ sun/jvmstat/monitor/remote/RemoteVm.java
/* * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package sun.jvmstat.monitor.remote; import java.rmi.Remote; import java.rmi.RemoteException; /** * Interface for accessing the instrumentation exported by a * Java Virtual Machine running on a remote host. * * @author Brian Doherty * @since 1.5 */ public interface RemoteVm extends Remote { /** * Interface to get the bytes associated with the instrumentation * for the remote Java Virtual Machine. * * @return byte[] - a byte array containing the current bytes * for the instrumentation exported by the * remote Java Virtual Machine. * @throws RemoteException Thrown on any communication error */ byte[] getBytes() throws RemoteException; /** * Interface to get the size of the instrumentation buffer * for the target Java Virtual Machine. * * @return int - the size of the instrumentation buffer for the * remote Java Virtual Machine. * @throws RemoteException Thrown on any communication error */ int getCapacity() throws RemoteException; /** * Interface to return the Local Virtual Machine Identifier for * the remote Java Virtual Machine. The Local Virtual Machine * Identifier is also know as the <em>lvmid</em>. * * @throws RemoteException Thrown on any communication error */ int getLocalVmId() throws RemoteException; /** * Interface to detach from the remote Java Virtual Machine. * * @throws RemoteException Thrown on any communication error */ void detach() throws RemoteException; }
⏎ sun/jvmstat/monitor/remote/RemoteVm.java
Or download all of them as a single archive file:
File name: jdk.jstatd-17.0.5-src.zip File size: 16755 bytes Release date: 2022-09-13 Download
⇒ JDK 17 jdk.localedata.jmod - Locale Data Module
2023-08-03, 1722👍, 0💬
Popular Posts:
What Is activation.jar? I heard it's related to JAF (JavaBeans Activation Framework) 1.1? The if you...
Apache Ant Source Code Files are inside the Apache Ant source package file like apache-ant-1.10.10-s...
JDK 11 jdk.jdi.jmod is the JMOD file for JDK 11 JDI (Java Debug Interface) tool. JDK 11 JDI tool com...
How to download and install ojdbc7.jar for Oracle 12c R1? ojdbc8.jar for Oracle 12c R1 is a Java 7 a...
JDK 11 jdk.crypto.mscapi.jmod is the JMOD file for JDK 11 Crypto MSCAPI module. JDK 11 Crypto MSCAPI...