com.sun.grid.jgdi.configuration
public interface EventSubcribtion extends GEObject
Warning: The EventSubcribtion class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
int |
getId()
Get the value of the id attribute.
|
int |
getInterval()
Get the value of the interval attribute.
|
boolean |
isFlush()
Get the value of the flush attribute.
|
boolean |
isSetFlush()
Determine if any flush attribute is set
|
boolean |
isSetId()
Determine if any id attribute is set
|
boolean |
isSetInterval()
Determine if any interval attribute is set
|
void |
setFlush(boolean aFlush)
Set the flush attribute.
|
void |
setId(int aId)
Set the id attribute.
|
void |
setInterval(int aInterval)
Set the interval attribute.
|
equalsCompletely, getName, getParent
void setId(int aId)
aId
- the new value for the id attributeint getId()
boolean isSetId()
true
if the id attribute is setvoid setFlush(boolean aFlush)
aFlush
- the new value for the flush attributeboolean isFlush()
boolean isSetFlush()
true
if the flush attribute is setvoid setInterval(int aInterval)
aInterval
- the new value for the interval attributeint getInterval()
boolean isSetInterval()
true
if the interval attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.