public abstract class RemoteServerImpl extends Object implements RemoteServerInterface
| Constructor and Description |
|---|
RemoteServerImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayMessage() |
int |
getNextFiftyObjectGuids() |
OAObject |
getObject(Class objectClass,
OAObjectKey objectKey) |
abstract RemoteClientInterface |
getRemoteClient(ClientInfo clientInfo) |
abstract RemoteSessionInterface |
getRemoteSession(ClientInfo clientInfo,
RemoteClientCallbackInterface callback) |
String |
performThreadDump(String msg) |
String |
ping(String msg) |
void |
ping2(String msg) |
Object |
runRemoteMethod(Class clazz,
OAObjectKey objKey,
String methodName,
Object[] args)
Used by OAObject.remote to run a remote command from an OAObject.
|
Object |
runRemoteMethod(Hub hub,
String methodName,
Object[] args)
Used by OAObject.remote to run a remote command for a Hub of OAObjects.
|
Object |
runRemoteMethod2(OAObject obj,
String methodName,
Object[] args)
Used by OAObject.remote to run a remote command from an OAObject.
|
boolean |
save(Class objectClass,
OAObjectKey objectKey,
int iCascadeRule) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUnique, refreshCachepublic String ping(String msg)
ping in interface RemoteServerInterfacepublic void ping2(String msg)
ping2 in interface RemoteServerInterfacepublic String getDisplayMessage()
getDisplayMessage in interface RemoteServerInterfacepublic boolean save(Class objectClass, OAObjectKey objectKey, int iCascadeRule)
save in interface RemoteServerInterfacepublic int getNextFiftyObjectGuids()
getNextFiftyObjectGuids in interface RemoteServerInterfacepublic OAObject getObject(Class objectClass, OAObjectKey objectKey)
getObject in interface RemoteServerInterfacepublic Object runRemoteMethod(Class clazz, OAObjectKey objKey, String methodName, Object[] args)
RemoteServerInterfacerunRemoteMethod in interface RemoteServerInterfacepublic Object runRemoteMethod2(OAObject obj, String methodName, Object[] args)
RemoteServerInterfacerunRemoteMethod2 in interface RemoteServerInterfacepublic Object runRemoteMethod(Hub hub, String methodName, Object[] args)
RemoteServerInterfacerunRemoteMethod in interface RemoteServerInterfacepublic abstract RemoteClientInterface getRemoteClient(ClientInfo clientInfo)
getRemoteClient in interface RemoteServerInterfacepublic abstract RemoteSessionInterface getRemoteSession(ClientInfo clientInfo, RemoteClientCallbackInterface callback)
getRemoteSession in interface RemoteServerInterfacepublic String performThreadDump(String msg)
performThreadDump in interface RemoteServerInterfaceCopyright © 1999–2025 ViaOA. All rights reserved.