public class ConsoleSAP extends ConsoleEventSetting
Modifier and Type | Class and Description |
---|---|
static class |
ConsoleSAP.EventHistoryFilter
This clas represents a single entry in the SAP ConsoleEvent of
DataSource Event History.
|
static class |
ConsoleSAP.JavaEventHistoryFilter
This class represents a single entry in the SAP ConsoleEvent of
DataSource Java Event History.
|
static class |
ConsoleSAP.XIChannelFilter
An instance of this class represents a single entry in the
list of filter for XI Communication channels.
|
TYPE_BS2000, TYPE_OS390, TYPE_OS400, TYPE_R3, TYPE_WINDOWS
Constructor and Description |
---|
ConsoleSAP() |
Modifier and Type | Method and Description |
---|---|
void |
addFilter(ConsoleSAP.EventHistoryFilter filter)
Adds a single filter to the list of Event History filters.
|
void |
addFilter(ConsoleSAP.JavaEventHistoryFilter filter)
Adds a single filter to the list of Java Event History filters.
|
void |
addFilter(ConsoleSAP.XIChannelFilter filter)
Adds a single filter to the list of XI Communication Channel filters.
|
void |
clear()
Removes all filter entries.
|
java.util.Iterator<ConsoleSAP.EventHistoryFilter> |
eventHistoryIterator()
Returns an
Iterator for all Event History filters. |
UC4ObjectName |
getLoginName() |
boolean |
isDataSourceEventHistory()
Returns
true if Event History is selected as data source. |
boolean |
isDataSourceJavaEventHistory()
Returns
true if Java Event History is selected as data source. |
boolean |
isDataSourceXIChannels()
Returns
true if XI Communication Channels is selected as data source. |
java.util.Iterator<ConsoleSAP.JavaEventHistoryFilter> |
javaEventHistoryIterator()
Returns an
Iterator for all Java Event History filters. |
protected void |
loadConsole(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element consoleElement) |
void |
selectEventHistory()
Sets the data source to Event History.
|
void |
selectJavaEventHistory()
Sets the data source to Java Event History.
|
void |
selectXIChannels()
Sets the data source to XI Communication Channels.
|
void |
setLoginName(UC4ObjectName loginName)
Sets the name of the login object.
|
int |
size() |
protected void |
storeConsole(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element consoleElement) |
java.util.Iterator<ConsoleSAP.XIChannelFilter> |
xiChannelIterator()
Returns an
Iterator for all XI Communication Channel filters. |
getHostName, setHostName
protected void loadConsole(com.uc4.util.XMLDocument doc, org.w3c.dom.Element consoleElement)
loadConsole
in class ConsoleEventSetting
protected void storeConsole(com.uc4.util.XMLDocument doc, org.w3c.dom.Element consoleElement)
storeConsole
in class ConsoleEventSetting
public UC4ObjectName getLoginName()
public void setLoginName(UC4ObjectName loginName)
loginName
- Name of the Login Objectpublic void addFilter(ConsoleSAP.EventHistoryFilter filter)
filter
- Filter for the SAP Event historypublic void addFilter(ConsoleSAP.JavaEventHistoryFilter filter)
filter
- Filter for the Java Event historypublic void addFilter(ConsoleSAP.XIChannelFilter filter)
filter
- Filter for XI Communication Channel monitoringpublic void clear()
public java.util.Iterator<ConsoleSAP.EventHistoryFilter> eventHistoryIterator()
Iterator
for all Event History filters.
This iterator can also be used to remove filter entries.public java.util.Iterator<ConsoleSAP.JavaEventHistoryFilter> javaEventHistoryIterator()
Iterator
for all Java Event History filters.
This iterator can also be used to remove filter entries.public java.util.Iterator<ConsoleSAP.XIChannelFilter> xiChannelIterator()
Iterator
for all XI Communication Channel filters.
This iterator can also be used to remove filter entries.public int size()
public boolean isDataSourceEventHistory()
true
if Event History is selected as data source.public boolean isDataSourceJavaEventHistory()
true
if Java Event History is selected as data source.public boolean isDataSourceXIChannels()
true
if XI Communication Channels is selected as data source.public void selectEventHistory()
public void selectJavaEventHistory()
public void selectXIChannels()