Class ConsoleEventSetting

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String TYPE_BS2000  
      protected static java.lang.String TYPE_OS390  
      protected static java.lang.String TYPE_OS400  
      protected static java.lang.String TYPE_R3  
      protected static java.lang.String TYPE_WINDOWS  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      UC4HostName getHostName()  
      protected abstract void loadConsole​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element consoleElement)  
      void setHostName​(UC4HostName hostName)
      Select the Agent whose console output should be monitored.
      protected abstract void storeConsole​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element consoleElement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConsoleEventSetting

        public ConsoleEventSetting()
    • Method Detail

      • getHostName

        public UC4HostName getHostName()
        Returns:
        Name of the Host
      • setHostName

        public void setHostName​(UC4HostName hostName)
        Select the Agent whose console output should be monitored. A AgentGroup may also be specified.
        Parameters:
        hostName - Name of the Host or AgentGroup
      • loadConsole

        protected abstract void loadConsole​(com.uc4.util.XMLDocument doc,
                                            org.w3c.dom.Element consoleElement)
      • storeConsole

        protected abstract void storeConsole​(com.uc4.util.XMLDocument doc,
                                             org.w3c.dom.Element consoleElement)