public class SynchronizeFxServer extends Object
Property interface will be synchronized between all clients.| Constructor and Description |
|---|
SynchronizeFxServer(Object model,
MessageTransferServer networkLayer,
ServerCallback callback)
Sets up everything that is needed to serve a domain model.
|
public SynchronizeFxServer(Object model, MessageTransferServer networkLayer, ServerCallback callback)
start() for that.model - The root object of the domain model to serve.networkLayer - An object that does the network transfer and optionally the serialization of the data
generated to keep models synchron.callback - Used to inform the user of this class on errors. The methods in the callback are not called
before you call start().Copyright © 2014 Saxonia Systems AG. All Rights Reserved.