findByPort

fun findByPort(port: Int, name: String?): List<JVM>

Find the jvm by port.

Parameters

port

The port

name

Customize the jvm name. Will use the main class if it's null.