public class OARemoteThreadDelegate extends Object
Constructor and Description |
---|
OARemoteThreadDelegate() |
Modifier and Type | Method and Description |
---|---|
static RequestInfo |
getRequestInfo() |
static boolean |
isRemoteThread() |
static boolean |
isRemoteThreadSendingMessages() |
static boolean |
isSafeToCallRemoteMethod()
used to check to make sure that a RemoteThread is not holding up the msg queue
|
static boolean |
queueEvent(Runnable r) |
static boolean |
sendMessages() |
static boolean |
sendMessages(boolean b)
This allows messages from an OARemoteThread to be sent out to clients.
|
static boolean |
shouldEventsBeQueued() |
static boolean |
shouldSendMessages() |
static boolean |
startedNextThread() |
static void |
startNextThread()
this will start another thread to process the next msg in the queue.
|
public static boolean isRemoteThread()
public static boolean isSafeToCallRemoteMethod()
public static boolean shouldSendMessages()
public static void startNextThread()
public static boolean startedNextThread()
public static RequestInfo getRequestInfo()
public static boolean sendMessages()
public static boolean sendMessages(boolean b)
public static boolean isRemoteThreadSendingMessages()
public static boolean shouldEventsBeQueued()
public static boolean queueEvent(Runnable r)
Copyright © 1999–2019 ViaOA. All rights reserved.