|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.ResourcePreference
public class ResourcePreference
This object gives the developer the ability to be able to programmatically describe any preference for resources while their workload executes in the cluster. This preference can be associated with sessions or tasks.
Constructor Summary | |
---|---|
ResourcePreference()
Constructs an empty resource preference that can be populated by resource attribute definitions. |
|
ResourcePreference(java.lang.String expression)
Gives a more complex interface for allowing the developer to construct a string representation of the preference. |
Method Summary | |
---|---|
void |
addDefinition(ResourceAttributeDefinition definition)
Allows a definition to be associated with a preference. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourcePreference()
public ResourcePreference(java.lang.String expression)
expression
- The preference expression to be used at evaluation time.Method Detail |
---|
public void addDefinition(ResourceAttributeDefinition definition) throws SoamException
definition
- [IN] - The definition to be used within this preference
when resolving the specified resource attribute
SoamException
|
Version 5.0 Date Modified: -DREL_DATE=Nov 11 2009 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 |