public class SyncMessage extends Object implements ClientMessage
| Modifier and Type | Field and Description | 
|---|---|
| protected GraphDiff | senderChanges | 
| protected ObjectContext | source | 
| protected int | type | 
| Constructor and Description | 
|---|
| SyncMessage(ObjectContext source,
           int syncType,
           GraphDiff senderChanges) | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphDiff | getSenderChanges() | 
| ObjectContext | getSource()Returns a source of SyncMessage. | 
| int | getType() | 
| String | toString()Returns a description of the type of message. | 
protected transient ObjectContext source
protected int type
protected GraphDiff senderChanges
public SyncMessage(ObjectContext source, int syncType, GraphDiff senderChanges)
public ObjectContext getSource()
public int getType()
public GraphDiff getSenderChanges()
Copyright © 2001–2023 Apache Cayenne. All rights reserved.