| Package | Description |
|---|---|
| de.saxsys.synchronizefx.core.clientserver |
This package is an implementation of the network layer.
|
| de.saxsys.synchronizefx.core.exceptions |
Contains the exceptions that are thrown by the framework in case of erroneous conditions.
|
| 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 |
CommandTransferClient.connect()
Open the connection to the server.
|
List<Command> |
Serializer.deserialize(byte[] commands)
Deserializes a byte array to objects that was created with
Serializer.serialize(List). |
byte[] |
Serializer.serialize(List<Command> objects)
Serializes a list with commands to byte arrays.
|
void |
CommandTransferServer.start()
Starts the server and make it listen for new client connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectToIdMappingException
Indicates an error with the observable object to id mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyLayerCallback.onError(SynchronizeFXException error)
Called when an error occurred in the meta model layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandListExecutor.execute(Object command) |
Copyright © 2014 Saxonia Systems AG. All Rights Reserved.