|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.TaskSubmissionAttributes
public final class TaskSubmissionAttributes
Container for all attributes that may be required upon task submission.
NOTE: If any of the methods of this class are called after the main(...) method exits,
the client or service process may behave in an undefined manner (for example,
hang or terminate abnormally).
Session.sendTaskInput(TaskSubmissionAttributes)
Constructor Summary | |
---|---|
TaskSubmissionAttributes()
Default constructor. |
Method Summary | |
---|---|
void |
setPriorityTask(boolean isPriorityTask)
Sets the priority flag of the task. |
void |
setResourcePreference(ResourcePreference resourcePreference)
Sets the resource preference object of the task. |
void |
setTaskInput(Message taskInput)
Sets the input message for the task. |
void |
setTaskInput(java.io.Serializable taskInput)
Sets the input object for the task. |
void |
setTaskTag(java.lang.String tag)
Sets the task tag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskSubmissionAttributes()
Method Detail |
---|
public void setPriorityTask(boolean isPriorityTask) throws SoamException
isPriorityTask
- Flag indicating whether the task should have priority or not.
SoamException
public void setTaskInput(Message taskInput) throws SoamException
taskInput
- The input for the task.
SoamException
public void setTaskInput(java.io.Serializable taskInput) throws SoamException
taskInput
- The input for the task.
SoamException
public void setTaskTag(java.lang.String tag) throws SoamException
tag
- The task tag.
SoamException
public void setResourcePreference(ResourcePreference resourcePreference) throws SoamException
resourcePreference
- The resource preference of the task.
SoamException
|
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 CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |