|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventProperties
| Method Summary | |
|---|---|
byte[] |
getBytes()
Get a byte stream representation of the event header |
Object |
getLastModifier(Object propertyName)
Get the last modifier of a certain property. |
Object |
getProperty(Object propertyName)
Retrieve the value associated with a property. |
Enumeration |
getPropertyChanges(Object propertyName)
Get a list of the changes associated with a mutable property. |
Enumeration |
getPropertyModifiers(Object propertyName)
Gets alist of modifiers on a property. |
Enumeration |
getPropertyNames()
Retrieve the list of property names |
Enumeration |
getPropertyNamesWithChangeTracking()
Retrieve the list of property names with change tracking enabled. |
boolean |
hasProperties()
Check if there are any properties associated with the event |
boolean |
hasPropertyChangeTracking(Object propertyName)
Indicates if property change tracking has been enabled for the property in question. |
boolean |
isModified()
Indicates if the EventProperties has been modified since the last time that it was serialized. |
boolean |
isMutable(Object propertyName)
Check to see if this is a mutable property. |
void |
setImmutableProperty(Object propertyName,
Object property,
Object creator)
Set an immutable property. |
void |
setMutableProperty(Object propertyName,
Object property,
Object modifier)
Set a mutable property. |
void |
trackPropertyChanges(Object propertyName)
Track the changes to a specific property. |
| Method Detail |
|---|
boolean hasProperties()
Enumeration getPropertyNames()
Enumeration getPropertyNamesWithChangeTracking()
Object getProperty(Object propertyName)
throws NBEventException
NBEventException
void setMutableProperty(Object propertyName,
Object property,
Object modifier)
throws NBEventException
NBEventException
void setImmutableProperty(Object propertyName,
Object property,
Object creator)
throws NBEventException
NBEventException
boolean isMutable(Object propertyName)
throws NBEventException
NBEventException
Object getLastModifier(Object propertyName)
throws NBEventException
NBEventException
void trackPropertyChanges(Object propertyName)
throws NBEventException
NBEventException
boolean hasPropertyChangeTracking(Object propertyName)
throws NBEventException
NBEventException
Enumeration getPropertyChanges(Object propertyName)
throws NBEventException
NBEventException
Enumeration getPropertyModifiers(Object propertyName)
throws NBEventException
NBEventExceptionbyte[] getBytes()
boolean isModified()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||