Class MainNode


  • public class MainNode
    extends Node
    Represents RG main node and keeps it's configuration. Currently not special configuration for main is needed. Kept as a marker class.
    Author:
    vjuranek
    • Method Detail

      • isMain

        public boolean isMain()
        Overrides:
        isMain in class Node
      • getJvmOptions

        public String getJvmOptions()
        Description copied from class: Node
        As of RG 3.0 JVM options setup is supported directly by RG and this is the preferred way how to setup JVM options. Once RG 2.X is oboslete, this options will be removed!
        Overrides:
        getJvmOptions in class Node