case class JavaProcess(pid: Long, className: String, jvmOptions: JVMOptions) extends Product with Serializable
Represents a Java process.
- pid
The pid of the process
- className
The fully-qualified class name used as the entrypoint to the Java process
- jvmOptions
The collection of JVM options provided to the Java process
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaProcess
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
JavaProcess(pid: Long, className: String, jvmOptions: JVMOptions)
- pid
The pid of the process
- className
The fully-qualified class name used as the entrypoint to the Java process
- jvmOptions
The collection of JVM options provided to the Java process
Value Members
- val className: String
- val jvmOptions: JVMOptions
- val pid: Long