public abstract class ConsoleEventSetting
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
ConsoleEventSetting() |
Modifier and Type | Method and 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) |
protected static final java.lang.String TYPE_R3
protected static final java.lang.String TYPE_BS2000
protected static final java.lang.String TYPE_OS390
protected static final java.lang.String TYPE_OS400
protected static final java.lang.String TYPE_WINDOWS
public UC4HostName getHostName()
public void setHostName(UC4HostName hostName)
hostName
- Name of the Host or AgentGroupprotected abstract void loadConsole(com.uc4.util.XMLDocument doc, org.w3c.dom.Element consoleElement)
protected abstract void storeConsole(com.uc4.util.XMLDocument doc, org.w3c.dom.Element consoleElement)