@Deprecated
public interface EventProperties
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Deprecated.
Get a byte stream representation of the event header
|
java.lang.Object |
getLastModifier(java.lang.Object propertyName)
Deprecated.
Get the last modifier of a certain property.
|
java.lang.Object |
getProperty(java.lang.Object propertyName)
Deprecated.
Retrieve the value associated with a property.
|
java.util.Enumeration |
getPropertyChanges(java.lang.Object propertyName)
Deprecated.
Get a list of the changes associated with a mutable property.
|
java.util.Enumeration |
getPropertyModifiers(java.lang.Object propertyName)
Deprecated.
Gets alist of modifiers on a property.
|
java.util.Enumeration |
getPropertyNames()
Deprecated.
Retrieve the list of property names
|
java.util.Enumeration |
getPropertyNamesWithChangeTracking()
Deprecated.
Retrieve the list of property names with change tracking enabled.
|
boolean |
hasProperties()
Deprecated.
Check if there are any properties associated with the event
|
boolean |
hasPropertyChangeTracking(java.lang.Object propertyName)
Deprecated.
Indicates if property change tracking has been enabled for the
property in question.
|
boolean |
isModified()
Deprecated.
Indicates if the EventProperties has been modified since the last time
that it was serialized.
|
boolean |
isMutable(java.lang.Object propertyName)
Deprecated.
Check to see if this is a mutable property.
|
void |
setImmutableProperty(java.lang.Object propertyName,
java.lang.Object property,
java.lang.Object creator)
Deprecated.
Set an immutable property.
|
void |
setMutableProperty(java.lang.Object propertyName,
java.lang.Object property,
java.lang.Object modifier)
Deprecated.
Set a mutable property.
|
void |
trackPropertyChanges(java.lang.Object propertyName)
Deprecated.
Track the changes to a specific property.
|
boolean hasProperties()
java.util.Enumeration getPropertyNames()
java.util.Enumeration getPropertyNamesWithChangeTracking()
java.lang.Object getProperty(java.lang.Object propertyName)
throws NBEventException
NBEventExceptionvoid setMutableProperty(java.lang.Object propertyName,
java.lang.Object property,
java.lang.Object modifier)
throws NBEventException
NBEventExceptionvoid setImmutableProperty(java.lang.Object propertyName,
java.lang.Object property,
java.lang.Object creator)
throws NBEventException
NBEventExceptionboolean isMutable(java.lang.Object propertyName)
throws NBEventException
NBEventExceptionjava.lang.Object getLastModifier(java.lang.Object propertyName)
throws NBEventException
NBEventExceptionvoid trackPropertyChanges(java.lang.Object propertyName)
throws NBEventException
NBEventExceptionboolean hasPropertyChangeTracking(java.lang.Object propertyName)
throws NBEventException
NBEventExceptionjava.util.Enumeration getPropertyChanges(java.lang.Object propertyName)
throws NBEventException
NBEventExceptionjava.util.Enumeration getPropertyModifiers(java.lang.Object propertyName)
throws NBEventException
NBEventExceptionbyte[] getBytes()
boolean isModified()