public abstract class DBManEvent
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Constructor and Description |
---|
DBManEvent() |
Modifier and Type | Method and Description |
---|---|
void |
addServerSideCalculatedInformation(DBManEventFilter f)
adds any server-side calculated information being calculated using the passed DBManEventFilter,
stored in the map serverSideCalculatedInformation using DBManEventFilter.toString() as key
|
java.lang.Object |
clone() |
java.lang.Object[] |
getAdditionalInformation()
returns the additional information on the client which is already tailored for the current filter
this event is delivered for.
|
abstract java.lang.String |
getDescription() |
DBManEvent |
getFilteringInstance(DBManEventFilter f)
Used on client- and server-side for getting an event which only returns the data actually requested in the passed filter,
possibly enriched with additional information calculated by an optional server-side information calculator.
|
java.lang.Long |
getServerNodeNumber() |
java.util.Map |
getServerSideCalculatedInformation() |
int |
getTrimmedSize()
returns the number of true-values in requestedInAnyFilter and caches that value locally in a variable
|
abstract int |
getType() |
abstract boolean |
isEmpty() |
void |
setServerNodeNumber(java.lang.Long $2) |
void |
setServerSideCalculatedInformation(java.util.Map $3) |
public abstract int getType()
public abstract java.lang.String getDescription()
public abstract boolean isEmpty()
public void addServerSideCalculatedInformation(DBManEventFilter f)
public java.lang.Object[] getAdditionalInformation()
public int getTrimmedSize()
public DBManEvent getFilteringInstance(DBManEventFilter f)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public java.lang.Long getServerNodeNumber()
public void setServerNodeNumber(java.lang.Long $2)
public java.util.Map getServerSideCalculatedInformation()
public void setServerSideCalculatedInformation(java.util.Map $3)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.