|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Update
Update operation passed in UpdateEventChannel.
| Method Summary | |
|---|---|
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 occured. |
String |
getUserData()
Returns the user data associated with this update. |
void |
setAttribute(String name,
Object value)
Set an attribute of this update operation. |
| Method Detail |
|---|
void setAttribute(String name,
Object value)
name - attribute namevalue - attribute valueObject getAttribute(String name)
name - attribute name
nullChangeLog getChanges()
List<EventState> getEvents()
EventStateslong getTimestamp()
String getUserData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||