com.sun.grid.jgdi.configuration
public interface ResourceDiagramEntry extends GEObject
Warning: The ResourceDiagramEntry class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
double |
getAmount()
Get the value of the amount attribute.
|
int |
getTime()
Get the value of the time attribute.
|
boolean |
isSetAmount()
Determine if any amount attribute is set
|
boolean |
isSetTime()
Determine if any time attribute is set
|
void |
setAmount(double aAmount)
Set the amount attribute.
|
void |
setTime(int aTime)
Set the time attribute.
|
equalsCompletely, getName, getParent
void setTime(int aTime)
aTime
- the new value for the time attributeint getTime()
boolean isSetTime()
true
if the time attribute is setvoid setAmount(double aAmount)
aAmount
- the new value for the amount attributedouble getAmount()
boolean isSetAmount()
true
if the amount attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.