|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumItems | |
---|---|
com.platform.symphony.soam |
Uses of EnumItems in com.platform.symphony.soam |
---|
Methods in com.platform.symphony.soam that return EnumItems | |
---|---|
EnumItems |
Session.fetchTaskOutput(long countMax)
Blocks indefinitely until countMax task responses are ready. |
EnumItems |
Session.fetchTaskOutput(long countMax,
int timeoutInSeconds)
If countMax task responses are ready before the timeout occurs,
this method will return with all countMax responses as soon as
they are available; otherwise, this method will block for up to
timeoutInSeconds seconds and return with the responses that are
available at timeout (will be between 0 and countMax responses,
inclusive). |
EnumItems |
Session.fetchTaskOutput(TaskOutputFilter filter)
Retrieves the task outputs that match the specified filter. |
EnumItems |
Session.fetchTaskOutput(TaskOutputFilter filter,
int timeoutInSeconds)
Retrieves the task outputs that match the specified filter. |
|
Version 5.1 Date Modified: -DREL_DATE=Apr 28 2011 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |