| Package | Description |
|---|---|
| de.saxsys.synchronizefx.core.clientserver |
This package is an implementation of the network layer.
|
| de.saxsys.synchronizefx.core.metamodel |
The classes in this package build up a meta model around the users domain model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkToTopologyCallbackServer.onClientConnectionError(SynchronizeFXException e)
An error in the connection to some client occurred.
|
void |
NetworkToTopologyCallbackClient.onError(SynchronizeFXException e)
An error occurred that made the Client disconnect from the server.
|
void |
ServerCallback.onError(SynchronizeFXException error)
Called when an error occurred in the synchronization code.
|
void |
ClientCallback.onError(SynchronizeFXException error)
Called when an error occurred in the synchronization code.
|
void |
NetworkToTopologyCallbackServer.onFatalError(SynchronizeFXException e)
A fatal error that made the server shut down.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageTransferClient.connect()
Open the connection to the server.
|
List<Object> |
Serializer.deserialize(byte[] message)
Deserializes a byte array to objects that was created with
Serializer.serialize(List). |
byte[] |
Serializer.serialize(List<Object> objects)
Serializes a list with messages to byte arrays.
|
void |
MessageTransferServer.start()
Starts the server and make it listen for new client connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyLayerCallback.onError(SynchronizeFXException error)
Called when an error occurred in the meta model layer.
|
Copyright © 2014 Saxonia Systems AG. All Rights Reserved.