public class ConsoleBS2000 extends ConsoleEventSetting implements java.lang.Iterable<java.lang.String>
TYPE_BS2000, TYPE_OS390, TYPE_OS400, TYPE_R3, TYPE_WINDOWS
Constructor and Description |
---|
ConsoleBS2000() |
Modifier and Type | Method and Description |
---|---|
void |
addFilter(java.lang.String messageFilter)
Specify the console-output filter to be searched for
The wildcard characters "*" and "?" may be used.
|
void |
clearFilters()
Removes all existing filter entries.
|
java.util.Iterator<java.lang.String> |
iterator()
Returns an
Iterator that can be used to step through
the list of filters. |
protected void |
loadConsole(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element eventCons) |
int |
size() |
protected void |
storeConsole(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element eventCons) |
getHostName, setHostName
public void clearFilters()
public void addFilter(java.lang.String messageFilter)
messageFilter
- Message filterpublic int size()
public java.util.Iterator<java.lang.String> iterator()
Iterator
that can be used to step through
the list of filters.iterator
in interface java.lang.Iterable<java.lang.String>
protected void loadConsole(com.uc4.util.XMLDocument doc, org.w3c.dom.Element eventCons)
loadConsole
in class ConsoleEventSetting
protected void storeConsole(com.uc4.util.XMLDocument doc, org.w3c.dom.Element eventCons)
storeConsole
in class ConsoleEventSetting