@Deprecated public class EventPropertiesImpl extends java.lang.Object implements 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 a list 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.
|
java.lang.String |
toString()
Deprecated.
|
void |
trackPropertyChanges(java.lang.Object propertyName)
Deprecated.
Track the changes to a specific property.
|
public boolean hasProperties()
hasProperties in interface EventPropertiespublic java.util.Enumeration getPropertyNames()
getPropertyNames in interface EventPropertiespublic java.util.Enumeration getPropertyNamesWithChangeTracking()
getPropertyNamesWithChangeTracking in interface EventPropertiespublic java.lang.Object getProperty(java.lang.Object propertyName)
throws NBEventException
getProperty in interface EventPropertiesNBEventExceptionpublic void setMutableProperty(java.lang.Object propertyName,
java.lang.Object property,
java.lang.Object modifier)
throws NBEventException
setMutableProperty in interface EventPropertiesNBEventExceptionpublic void setImmutableProperty(java.lang.Object propertyName,
java.lang.Object property,
java.lang.Object creator)
throws NBEventException
setImmutableProperty in interface EventPropertiesNBEventExceptionpublic boolean isMutable(java.lang.Object propertyName)
throws NBEventException
isMutable in interface EventPropertiesNBEventExceptionpublic java.lang.Object getLastModifier(java.lang.Object propertyName)
throws NBEventException
getLastModifier in interface EventPropertiesNBEventExceptionpublic void trackPropertyChanges(java.lang.Object propertyName)
throws NBEventException
trackPropertyChanges in interface EventPropertiesNBEventExceptionpublic boolean hasPropertyChangeTracking(java.lang.Object propertyName)
throws NBEventException
hasPropertyChangeTracking in interface EventPropertiesNBEventExceptionpublic java.util.Enumeration getPropertyChanges(java.lang.Object propertyName)
throws NBEventException
getPropertyChanges in interface EventPropertiesNBEventExceptionpublic java.util.Enumeration getPropertyModifiers(java.lang.Object propertyName)
throws NBEventException
getPropertyModifiers in interface EventPropertiesNBEventExceptionpublic byte[] getBytes()
getBytes in interface EventPropertiespublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isModified()
EventPropertiesisModified in interface EventProperties