Package com.uc4.api.objects
Class ConsoleBS2000
java.lang.Object
com.uc4.api.objects.ConsoleEventSetting
com.uc4.api.objects.ConsoleBS2000
Console settings for BS2000.
-
Field Summary
Fields inherited from class com.uc4.api.objects.ConsoleEventSetting
TYPE_BS2000, TYPE_OS390, TYPE_OS400, TYPE_R3, TYPE_WINDOWS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Specify the console-output filter to be searched for The wildcard characters "*" and "?" may be used.void
Removes all existing filter entries.iterator()
Returns anIterator
that can be used to step through the list of filters.protected void
loadConsole
(com.uc4.util.XMLDocument doc, Element eventCons) int
size()
protected void
storeConsole
(com.uc4.util.XMLDocument doc, Element eventCons) Methods inherited from class com.uc4.api.objects.ConsoleEventSetting
getHostName, setHostName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ConsoleBS2000
public ConsoleBS2000()
-
-
Method Details
-
clearFilters
public void clearFilters()Removes all existing filter entries. -
addFilter
Specify the console-output filter to be searched for The wildcard characters "*" and "?" may be used. "*" stands for any number of characters, "?" for one specific character.- Parameters:
messageFilter
- Message filter
-
size
public int size()- Returns:
- Number of filters
-
iterator
Returns anIterator
that can be used to step through the list of filters. -
loadConsole
- Specified by:
loadConsole
in classConsoleEventSetting
-
storeConsole
- Specified by:
storeConsole
in classConsoleEventSetting
-