Package | Description |
---|---|
com.viaoa.sync.remote |
Modifier and Type | Method and Description |
---|---|
OAObject |
RemoteClientInterface.createCopy(Class objectClass,
OAObjectKey objectKey,
String[] excludeProperties) |
Object |
RemoteClientInterface.datasource(int command,
Object[] objects) |
void |
RemoteClientInterface.datasourceNoReturn(int command,
Object[] objects) |
Object |
RemoteClientInterface.getDetailNow(int id,
Class masterClass,
OAObjectKey masterObjectKey,
String property,
String[] masterProps,
OAObjectKey[] siblingKeys,
boolean bForHubMerger) |
String |
RemoteServerInterface.getDisplayMessage() |
int |
RemoteServerInterface.getNextFiftyObjectGuids() |
OAObject |
RemoteServerInterface.getObject(Class objectClass,
OAObjectKey objectKey) |
OAObject |
RemoteServerInterface.getUnique(Class<? extends OAObject> clazz,
String propertyName,
Object uniqueKey,
boolean bAutoCreate)
Used by OAObjectUniqueDelegate.getUnique to find a unique oaobject
|
void |
RemoteSessionInterface.objectCreated(int guid)
This is called when a new OAObject is created on the Client,
so that the Server side Session can use it when filtering broadcast msgs.
|
void |
RemoteSessionInterface.objectsFinalized(int[] guids)
Called by client OAObject finalization, to remove guid from server side client session.
|
String |
RemoteClientCallbackInterface.performThreadDump(String msg) |
String |
RemoteServerInterface.performThreadDump(String msg) |
String |
RemoteClientCallbackInterface.ping(String msg) |
String |
RemoteServerInterface.ping(String msg) |
String |
RemoteSessionInterface.ping(String msg) |
void |
RemoteServerInterface.ping2(String msg) |
void |
RemoteSessionInterface.ping2(String msg) |
void |
RemoteServerInterface.refreshCache(Class clazz) |
Object |
RemoteServerInterface.runRemoteMethod(Class clazz,
OAObjectKey objKey,
String methodName,
Object[] args)
Used by OAObject.remote to run a remote command from an OAObject.
|
Object |
RemoteServerInterface.runRemoteMethod(Hub hub,
String methodName,
Object[] args)
Used by OAObject.remote to run a remote command for a Hub of OAObjects.
|
Object |
RemoteServerInterface.runRemoteMethod2(OAObject obj,
String methodName,
Object[] args)
Used by OAObject.remote to run a remote command from an OAObject.
|
void |
RemoteSessionInterface.sendException(String msg,
Throwable ex) |
void |
RemoteSyncInterface.serverDelete(Class objectClass,
OAObjectKey objectKey) |
void |
RemoteClientCallbackInterface.stop(String title,
String msg) |
void |
RemoteSessionInterface.update(ClientInfo ci) |
void |
RemoteSessionInterface.updateObjectsWithoutHubs(Class c,
OAObjectKey ok,
boolean bIsInHub)
Used to make sure that objects are stored in the server side and wont be GCd.
|
Copyright © 1999–2025 ViaOA. All rights reserved.