Package | Description |
---|---|
com.viaoa.sync.remote |
Modifier and Type | Method and Description |
---|---|
void |
RemoteSessionInterface.addToServerCache(OAObject obj)
Used to make sure that object is stored in the server side
|
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.getUnique(Class<? extends OAObject> clazz,
String propertyName,
Object uniqueKey,
boolean bAutoCreate)
Used by OAObjectUniqueDelegate.getUnique to find a unique oaobject
|
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.refresh(Class clazz) |
void |
RemoteSessionInterface.removeFromServerCache(int[] guids)
Objects on server side cache, that are on client that might get gc'd on server.
|
void |
RemoteSessionInterface.removeGuids(int[] guids) |
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.
|
void |
RemoteSessionInterface.sendException(String msg,
Throwable ex) |
void |
RemoteClientCallbackInterface.stop(String title,
String msg) |
void |
RemoteSessionInterface.update(ClientInfo ci) |
Copyright © 1999–2019 ViaOA. All rights reserved.