Uses of Class
com.iland.core.web.sdk.Client

Packages that use Client
Package
Description
 
  • Uses of Client in com.iland.core.web.sdk.util

    Methods in com.iland.core.web.sdk.util with parameters of type Client
    Modifier and Type
    Method
    Description
    static void
    Utils.performAfterSync(Client client, com.iland.core.web.rest.response.task.TaskResponse task, Callback callback)
    Wait for a synced test and then run the given callback function.
    static com.iland.core.web.rest.response.task.TaskResponse
    Utils.waitForSyncedTask(Client client, com.iland.core.web.rest.response.task.TaskResponse task)
    Wait for a synced task.
    static com.iland.core.web.rest.response.task.TaskResponse
    Utils.waitForSyncedTask(Client client, com.iland.core.web.rest.response.task.TaskResponse task, long timeout, long sleep)
    Wait on a task to be synchronized.