Package | Description |
---|---|
com.viaoa.sync |
Synchronizes objects across servers.
|
com.viaoa.sync.remote |
Modifier and Type | Method and Description |
---|---|
ClientInfo |
OASyncClient.getClientInfo() |
ClientInfo |
OASyncServer.getClientInfo() |
Modifier and Type | Method and Description |
---|---|
protected RemoteClientInterface |
OASyncServer.getRemoteClient(ClientInfo ci) |
protected RemoteSessionInterface |
OASyncServer.getRemoteSession(ClientInfo ci,
RemoteClientCallbackInterface callback) |
protected void |
OASyncServer.onClientException(ClientInfo ci,
String msg,
Throwable ex) |
void |
OASyncServer.onUpdate(ClientInfo ci)
This can be overwritten to capture info about the server and client connections.
|
Modifier and Type | Method and Description |
---|---|
abstract RemoteClientInterface |
RemoteServerImpl.getRemoteClient(ClientInfo clientInfo) |
RemoteClientInterface |
RemoteServerInterface.getRemoteClient(ClientInfo clientInfo) |
abstract RemoteSessionInterface |
RemoteServerImpl.getRemoteSession(ClientInfo clientInfo,
RemoteClientCallbackInterface callback) |
RemoteSessionInterface |
RemoteServerInterface.getRemoteSession(ClientInfo clientInfo,
RemoteClientCallbackInterface callback) |
void |
RemoteSessionImpl.update(ClientInfo ci) |
void |
RemoteSessionInterface.update(ClientInfo ci) |
Copyright © 1999–2019 ViaOA. All rights reserved.