Package com.uc4.api.objects
Class ConsoleEventSetting
- java.lang.Object
-
- com.uc4.api.objects.ConsoleEventSetting
-
- Direct Known Subclasses:
ConsoleBS2000
,ConsoleOS390
,ConsoleOS400
,ConsoleSAP
,ConsoleWindows
public abstract class ConsoleEventSetting extends java.lang.Object
Sub classes contain additional fields that are specific for a certain Operating System.
-
-
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
-
Constructor Summary
Constructors Constructor Description ConsoleEventSetting()
-
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)
-
-
-
Field Detail
-
TYPE_R3
protected static final java.lang.String TYPE_R3
- See Also:
- Constant Field Values
-
TYPE_BS2000
protected static final java.lang.String TYPE_BS2000
- See Also:
- Constant Field Values
-
TYPE_OS390
protected static final java.lang.String TYPE_OS390
- See Also:
- Constant Field Values
-
TYPE_OS400
protected static final java.lang.String TYPE_OS400
- See Also:
- Constant Field Values
-
TYPE_WINDOWS
protected static final java.lang.String TYPE_WINDOWS
- See Also:
- Constant Field Values
-
-
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)
-
-