public abstract class AbstractConnectionContextLogger extends Object implements ConnectionContextLogger
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConnectionContextLogger()
Creates a new AbstractConnectionContextLogger object.
|
protected |
AbstractConnectionContextLogger(String name)
Creates a new AbstractConnectionContextLogger object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionContextFilterRuleSet> |
getFilterRuleSets()
DOCUMENT ME!
|
String |
getName()
DOCUMENT ME!
|
protected Collection<ConnectionContextFilterRuleSet> |
getSatisfiedFilterRuleSets(ConnectionContextLog connectionContextLog)
DOCUMENT ME!
|
protected Collection<ConnectionContextFilterRuleSet> |
getSatisfiedFilterRuleSets(ConnectionContextLog connectionContextLog,
boolean abortOnFirstSatisfaction)
DOCUMENT ME!
|
protected boolean |
isAnyFilterRuleSetSatisfied(ConnectionContextLog connectionContextLog)
DOCUMENT ME!
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateNewLogger, getType, logprotected AbstractConnectionContextLogger()
protected AbstractConnectionContextLogger(String name)
name - DOCUMENT ME!public String getName()
public List<ConnectionContextFilterRuleSet> getFilterRuleSets()
ConnectionContextLoggergetFilterRuleSets in interface ConnectionContextLoggerprotected boolean isAnyFilterRuleSetSatisfied(ConnectionContextLog connectionContextLog)
connectionContextLog - DOCUMENT ME!protected Collection<ConnectionContextFilterRuleSet> getSatisfiedFilterRuleSets(ConnectionContextLog connectionContextLog)
connectionContextLog - DOCUMENT ME!protected Collection<ConnectionContextFilterRuleSet> getSatisfiedFilterRuleSets(ConnectionContextLog connectionContextLog, boolean abortOnFirstSatisfaction)
connectionContextLog - DOCUMENT ME!abortOnFirstSatisfaction - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.