Interface NodeAgent

  • All Superinterfaces:
    org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag

    public interface NodeAgent
    extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
    SE/EE Node Controller. The node agent is an agent that manages server instances on a host machine.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        org.jvnet.hk2.config.ConfigBeanProxy.Duck
      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag

        org.jvnet.hk2.config.types.PropertyBag.Duck
    • Method Detail

      • getName

        @NotNull
        @NotNull String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • getSystemJmxConnectorName

        String getSystemJmxConnectorName()
        Gets the value of the systemJmxConnectorName property. The name of the internal jmx connector
        Returns:
        possible object is String
      • getStartServersInStartup

        String getStartServersInStartup()
        Gets the value of the startServersInStartup property. If true, starts all managed server instances when the Node Controller is started.
        Returns:
        possible object is String
      • getJmxConnector

        JmxConnector getJmxConnector()
        Gets the value of the jmxConnector property.
        Returns:
        possible object is JmxConnector
      • getAuthRealm

        AuthRealm getAuthRealm()
        Gets the value of the authRealm property.
        Returns:
        possible object is AuthRealm
      • getLogService

        LogService getLogService()
        Gets the value of the logService property.
        Returns:
        possible object is LogService
      • getProperty

        @ToDo(priority=IMPORTANT,
              details="Provide PropertyDesc for legal props")
        @PropertiesDesc(props={})
        List<org.jvnet.hk2.config.types.Property> getProperty()
        Properties as per PropertyBag
        Specified by:
        getProperty in interface org.jvnet.hk2.config.types.PropertyBag