public class DBManEventSubscription extends java.lang.Object implements DBManEventSubscriptionI
Modifier and Type | Field and Description |
---|---|
static DBManEventSubscription[] |
EMPTY_ARRAY |
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
DBManEventSubscription(DBManEventListenerI listener) |
DBManEventSubscription(DBManEventListenerI listener,
DBManEventFilter _filter) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
fits(DBManEvent event)
Checks if the listener is still active and whether the given event matches the filter criteria.
|
DBManEventFilter |
getFilter() |
java.lang.String |
getKeyForBackend() |
DBManEventListenerI |
getListener() |
void |
setFilter(DBManEventFilter $1) |
public static final org.apache.log4j.Logger log
public static final DBManEventSubscription[] EMPTY_ARRAY
public DBManEventSubscription(DBManEventListenerI listener)
public DBManEventSubscription(DBManEventListenerI listener, DBManEventFilter _filter)
public DBManEventListenerI getListener()
public java.lang.Boolean fits(DBManEvent event)
event
- The DBManEvent to be evaluated against the filter.DBManEvent
public java.lang.String getKeyForBackend()
getKeyForBackend
in interface DBManEventSubscriptionI
public DBManEventFilter getFilter()
getFilter
in interface DBManEventSubscriptionI
public void setFilter(DBManEventFilter $1)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.