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 namenullChangeLog getChanges()
List<EventState> getEvents()
EventStateslong getTimestamp()
String getUserData()
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.