com.sun.grid.jgdi.configuration
public interface PathAlias extends GEObject
Warning: The PathAlias class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
java.lang.String |
getExecHost()
Get the value of the execHost attribute.
|
java.lang.String |
getOrigin()
Get the value of the origin attribute.
|
java.lang.String |
getSubmitHost()
Get the value of the submitHost attribute.
|
java.lang.String |
getTranslation()
Get the value of the translation attribute.
|
boolean |
isSetExecHost()
Determine if any execHost attribute is set
|
boolean |
isSetOrigin()
Determine if any origin attribute is set
|
boolean |
isSetSubmitHost()
Determine if any submitHost attribute is set
|
boolean |
isSetTranslation()
Determine if any translation attribute is set
|
void |
setExecHost(java.lang.String aExecHost)
Set the execHost attribute.
|
void |
setOrigin(java.lang.String aOrigin)
Set the origin attribute.
|
void |
setSubmitHost(java.lang.String aSubmitHost)
Set the submitHost attribute.
|
void |
setTranslation(java.lang.String aTranslation)
Set the translation attribute.
|
equalsCompletely, getName, getParent
void setOrigin(java.lang.String aOrigin)
aOrigin
- the new value for the origin attributejava.lang.String getOrigin()
boolean isSetOrigin()
true
if the origin attribute is setvoid setSubmitHost(java.lang.String aSubmitHost)
aSubmitHost
- the new value for the submitHost attributejava.lang.String getSubmitHost()
boolean isSetSubmitHost()
true
if the submitHost attribute is setvoid setExecHost(java.lang.String aExecHost)
aExecHost
- the new value for the execHost attributejava.lang.String getExecHost()
boolean isSetExecHost()
true
if the execHost attribute is setvoid setTranslation(java.lang.String aTranslation)
aTranslation
- the new value for the translation attributejava.lang.String getTranslation()
boolean isSetTranslation()
true
if the translation attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.