public class ConcurrentBridge extends BaseUtilBridge implements IConcurrent, APIBridge
apiGroup| Constructor and Description |
|---|
ConcurrentBridge(IConcurrent delegate)
Constructor with delegate.
|
| Modifier and Type | Method and Description |
|---|---|
IConcurrent |
getDelegate()
Get the delegate implementation.
|
APIResponse |
invoke(APIRequest request)
Invokes the given method specified in the API request object.
|
void |
setDelegate(IConcurrent delegate)
Set the delegate implementation.
|
getAPIGroup, getAPIVersion, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic ConcurrentBridge(IConcurrent delegate)
delegate - The delegate implementing platform specific functions.public final IConcurrent getDelegate()
public final void setDelegate(IConcurrent delegate)
delegate - The delegate implementing platform specific functions.public APIResponse invoke(APIRequest request)
invoke in interface APIBridgeinvoke in class BaseUtilBridgerequest - APIRequest object containing method name and parameters.