public interface Update
UpdateEventChannel
.Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name)
Return an attribute of this update operation.
|
ChangeLog |
getChanges()
Return the local changes of this update operation.
|
List<EventState> |
getEvents()
Return the collection of events this update operation will
generate.
|
long |
getTimestamp()
Returns the timestamp whe this update occurred.
|
String |
getUserData()
Returns the user data associated with this update.
|
void |
setAttribute(String name,
Object value)
Set an attribute of this update operation.
|
void setAttribute(String name, Object value)
name
- attribute namevalue
- attribute valueObject getAttribute(String name)
name
- attribute namenull
ChangeLog getChanges()
List<EventState> getEvents()
EventState
slong getTimestamp()
String getUserData()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.