@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OARemoteMethod
Modifier and Type | Optional Element and Description |
---|---|
boolean |
compressedReturnValue |
boolean |
dontUseQueue
Do not use queue (even if parent uses a msg queue).
|
boolean |
dontUseQueueForReturnValue
if true, then it will not use a queue for the return value (even if parent uses a msg queue)
|
boolean |
noReturnValue |
boolean |
returnOnQueueSocket
send return value using the socket that writes queued messages from the server to the client
|
boolean |
runInRemoteThread
Server side broadcast option to have the server runn the method using an OARemoteThread.
|
int |
timeoutSeconds |
public abstract boolean dontUseQueueForReturnValue
public abstract boolean dontUseQueue
Copyright © 1999–2025 ViaOA. All rights reserved.