com.sun.grid.jgdi.configuration
public interface Checkpoint extends GEObject
Warning: The Checkpoint class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
java.lang.String |
getCkptCommand()
Get the value of the ckptCommand attribute.
|
java.lang.String |
getCkptDir()
Get the value of the ckptDir attribute.
|
java.lang.String |
getCleanCommand()
Get the value of the cleanCommand attribute.
|
java.lang.String |
getInterface()
Get the value of the interface attribute.
|
java.lang.String |
getMigrCommand()
Get the value of the migrCommand attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
java.lang.String |
getRestCommand()
Get the value of the restCommand attribute.
|
java.lang.String |
getSignal()
Get the value of the signal attribute.
|
java.lang.String |
getWhen()
Get the value of the when attribute.
|
boolean |
isSetCkptCommand()
Determine if any ckptCommand attribute is set
|
boolean |
isSetCkptDir()
Determine if any ckptDir attribute is set
|
boolean |
isSetCleanCommand()
Determine if any cleanCommand attribute is set
|
boolean |
isSetInterface()
Determine if any interface attribute is set
|
boolean |
isSetMigrCommand()
Determine if any migrCommand attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetRestCommand()
Determine if any restCommand attribute is set
|
boolean |
isSetSignal()
Determine if any signal attribute is set
|
boolean |
isSetWhen()
Determine if any when attribute is set
|
void |
setCkptCommand(java.lang.String aCkptCommand)
Set the ckptCommand attribute.
|
void |
setCkptDir(java.lang.String aCkptDir)
Set the ckptDir attribute.
|
void |
setCleanCommand(java.lang.String aCleanCommand)
Set the cleanCommand attribute.
|
void |
setInterface(java.lang.String aInterface)
Set the interface attribute.
|
void |
setMigrCommand(java.lang.String aMigrCommand)
Set the migrCommand attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setRestCommand(java.lang.String aRestCommand)
Set the restCommand attribute.
|
void |
setSignal(java.lang.String aSignal)
Set the signal attribute.
|
void |
setWhen(java.lang.String aWhen)
Set the when attribute.
|
equalsCompletely, getParent
void setName(java.lang.String aName)
aName
- the new value for the name attributejava.lang.String getName()
boolean isSetName()
true
if the name attribute is setvoid setInterface(java.lang.String aInterface)
aInterface
- the new value for the interface attributejava.lang.String getInterface()
boolean isSetInterface()
true
if the interface attribute is setvoid setCkptCommand(java.lang.String aCkptCommand)
aCkptCommand
- the new value for the ckptCommand attributejava.lang.String getCkptCommand()
boolean isSetCkptCommand()
true
if the ckptCommand attribute is setvoid setMigrCommand(java.lang.String aMigrCommand)
aMigrCommand
- the new value for the migrCommand attributejava.lang.String getMigrCommand()
boolean isSetMigrCommand()
true
if the migrCommand attribute is setvoid setRestCommand(java.lang.String aRestCommand)
aRestCommand
- the new value for the restCommand attributejava.lang.String getRestCommand()
boolean isSetRestCommand()
true
if the restCommand attribute is setvoid setCkptDir(java.lang.String aCkptDir)
aCkptDir
- the new value for the ckptDir attributejava.lang.String getCkptDir()
boolean isSetCkptDir()
true
if the ckptDir attribute is setvoid setWhen(java.lang.String aWhen)
aWhen
- the new value for the when attributejava.lang.String getWhen()
boolean isSetWhen()
true
if the when attribute is setvoid setSignal(java.lang.String aSignal)
aSignal
- the new value for the signal attributejava.lang.String getSignal()
boolean isSetSignal()
true
if the signal attribute is setvoid setCleanCommand(java.lang.String aCleanCommand)
aCleanCommand
- the new value for the cleanCommand attributejava.lang.String getCleanCommand()
boolean isSetCleanCommand()
true
if the cleanCommand attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.