Contextual information about the application container provided to an
application instance. The ContainerContext will be stored
as a context property of an application's ApplicationInstance,
under the key constant CONTEXT_PROPERTY_NAME.
This interface should not be implemented outside of the core
framework.
setTaskQueueCallbackInterval(TaskQueueHandle taskQueue, int ms) Sets the interval between asynchronous callbacks from the client to check
for queued tasks for a given TaskQueue.
Field Detail
CONTEXT_PROPERTY_NAME
final public static String CONTEXT_PROPERTY_NAME(Code)
Sets the ClientConfiguration describing
application-specific client configuration settings.
Parameters: clientConfiguration - the new ClientConfiguration
Sets the interval between asynchronous callbacks from the client to check
for queued tasks for a given TaskQueue. If multiple
TaskQueues are active, the smallest specified interval should
be used. The default interval is 500ms.
Parameters: taskQueue - the TaskQueue Parameters: ms - the number of milliseconds between asynchronous client callbacks