@OARemoteInterface public interface RemoteClientCallbackInterface
Modifier and Type | Method and Description |
---|---|
String |
performThreadDump(String msg) |
String |
ping(String msg) |
void |
stop(String title,
String msg) |
@OARemoteMethod(noReturnValue=true, timeoutSeconds=2, dontUseQueue=true) void stop(String title, String msg)
@OARemoteMethod(dontUseQueue=true) String ping(String msg)
@OARemoteMethod(dontUseQueue=true) String performThreadDump(String msg)
Copyright © 1999–2019 ViaOA. All rights reserved.