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.
|
boolean |
save(Class objectClass,
OAObjectKey objectKey,
int iCascadeRule) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUnique, refresh
public String ping(String msg)
ping
in interface RemoteServerInterface
public void ping2(String msg)
ping2
in interface RemoteServerInterface
public String getDisplayMessage()
getDisplayMessage
in interface RemoteServerInterface
public boolean save(Class objectClass, OAObjectKey objectKey, int iCascadeRule)
save
in interface RemoteServerInterface
public int getNextFiftyObjectGuids()
getNextFiftyObjectGuids
in interface RemoteServerInterface
public OAObject getObject(Class objectClass, OAObjectKey objectKey)
getObject
in interface RemoteServerInterface
public Object runRemoteMethod(Class clazz, OAObjectKey objKey, String methodName, Object[] args)
RemoteServerInterface
runRemoteMethod
in interface RemoteServerInterface
public Object runRemoteMethod(Hub hub, String methodName, Object[] args)
RemoteServerInterface
runRemoteMethod
in interface RemoteServerInterface
public abstract RemoteClientInterface getRemoteClient(ClientInfo clientInfo)
getRemoteClient
in interface RemoteServerInterface
public abstract RemoteSessionInterface getRemoteSession(ClientInfo clientInfo, RemoteClientCallbackInterface callback)
getRemoteSession
in interface RemoteServerInterface
public String performThreadDump(String msg)
performThreadDump
in interface RemoteServerInterface
Copyright © 1999–2019 ViaOA. All rights reserved.