Uses of Class
com.sun.akuma.JavaVMArguments
-
Uses of JavaVMArguments in com.sun.akuma
Methods in com.sun.akuma that return JavaVMArgumentsModifier and TypeMethodDescriptionstatic JavaVMArgumentsJavaVMArguments.current()Gets the process argument list of the current process.static JavaVMArgumentsJavaVMArguments.of(int pid) Gets the process argument list of the specified process ID.Methods in com.sun.akuma with parameters of type JavaVMArgumentsModifier and TypeMethodDescriptionvoidDaemon.daemonize(JavaVMArguments args) Relaunches the JVM with the given arguments into the daemon.protected voidEchoServer.forkWorkers(JavaVMArguments args) protected abstract voidNetworkServer.forkWorkers(JavaVMArguments args) Forks the worker thread with the given JVM args.protected voidNetworkServer.forkWorkerThreads(JavaVMArguments arguments, int n) Called by the front-end code to fork a number of worker processes into the background.static voidDaemon.selfExec(JavaVMArguments args) Overwrites the current process with a new Java VM with the given JVM arguments.