Class SyncOp
Extends
BaseBajaObj.
Base SyncOp.
All other SyncOps extend from this constructor.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
SyncOp()
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
getId()
Return the id for the SyncOp.
|
| <private> |
syncTo(space, cb)
Perform a syncTo network call.
|
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Method Detail
<private>
{String}
getId()
Return the id for the SyncOp.
The id is used for encoding and decoding a SyncOp.
- Returns:
- {String}
<private>
syncTo(space, cb)
Perform a syncTo network call.
- Parameters:
- space
- the Component Space we're syncing too.
- {baja.comm.Callback} cb
- the callback handler.