Class AbstractJonasInstalledLocalContainer

    • Method Detail

      • doServerAndDomainNameParam

        public void doServerAndDomainNameParam​(JvmLauncher java)
        Setup of the target server and domain name for the JOnAS admin command call.
        Parameters:
        java - the target JVM launcher to setup
      • doServerAndDomainNameArgs

        public void doServerAndDomainNameArgs​(JvmLauncher java)
        Setup of the target server and domain name for the JOnAS admin command call.
        Parameters:
        java - the target JVM launcher to setup
      • setupSysProps

        public void setupSysProps​(JvmLauncher java)
        Setup of the required java system properties to configure JOnAS properly.
        Parameters:
        java - the target JVM launcher to setup
      • setupExtraSysProps

        protected abstract void setupExtraSysProps​(JvmLauncher java,
                                                   Map<String,​String> configuredSysProps)
        Setup of the Extra required java system properties to configure JOnAS properly. The system properties depends on the JOnAS version.
        Parameters:
        java - the target JVM launcher to setup
        configuredSysProps - the configured system properties
      • addSysProp

        public void addSysProp​(JvmLauncher java,
                               Map<String,​String> configuredSysProps,
                               String name,
                               String value)
        Add java system properties (to configure JOnAS properly).
        Parameters:
        java - the target JVM launcher on which we add the system properties
        configuredSysProps - the configured system Properties.
        name - the system property Name
        value - the system property Value