Class WUSubmitWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.WUSubmitWrapper
-
@Deprecated public class WUSubmitWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WUSubmitWrapper()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetBlocktillfinishtimer()Deprecated.StringgetCluster()Deprecated.intgetMaxcost()Deprecated.intgetMaxruntime()Deprecated.booleangetNotifycluster()Deprecated.StringgetQueue()Deprecated.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUSubmitgetRaw()Deprecated.Gets the latest version.booleangetSyntaxcheck()Deprecated.StringgetWuid()Deprecated.booleanisBlocktillFinishTimerInit()Deprecated.booleanisClusterInit()Deprecated.booleanisIsqueueInit()Deprecated.booleanisMaxcostinit()Deprecated.booleanisMaxRunTimeInit()Deprecated.booleanisNotifyClusterInit()Deprecated.booleanisSyntaxCheckInit()Deprecated.booleanisWuIDInit()Deprecated.voidsetBlocktillfinishtimer(int blocktillfinishtimer)Deprecated.voidsetCluster(String cluster)Deprecated.voidsetMaxcost(int maxcost)Deprecated.voidsetMaxruntime(int maxruntime)Deprecated.voidsetNotifycluster(boolean notifycluster)Deprecated.voidsetQueue(String queue)Deprecated.voidsetSyntaxcheck(boolean syntaxcheck)Deprecated.voidsetWuid(String wuid)Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getWuid
public String getWuid()
Deprecated.
-
setWuid
public void setWuid(String wuid)
Deprecated.
-
isWuIDInit
public boolean isWuIDInit()
Deprecated.
-
getCluster
public String getCluster()
Deprecated.
-
setCluster
public void setCluster(String cluster)
Deprecated.
-
isClusterInit
public boolean isClusterInit()
Deprecated.
-
getMaxruntime
public int getMaxruntime()
Deprecated.
-
setMaxruntime
public void setMaxruntime(int maxruntime)
Deprecated.
-
isMaxRunTimeInit
public boolean isMaxRunTimeInit()
Deprecated.
-
getBlocktillfinishtimer
public int getBlocktillfinishtimer()
Deprecated.
-
setBlocktillfinishtimer
public void setBlocktillfinishtimer(int blocktillfinishtimer)
Deprecated.
-
isBlocktillFinishTimerInit
public boolean isBlocktillFinishTimerInit()
Deprecated.
-
getMaxcost
public int getMaxcost()
Deprecated.
-
setMaxcost
public void setMaxcost(int maxcost)
Deprecated.
-
isMaxcostinit
public boolean isMaxcostinit()
Deprecated.
-
getNotifycluster
public boolean getNotifycluster()
Deprecated.
-
setNotifycluster
public void setNotifycluster(boolean notifycluster)
Deprecated.
-
isNotifyClusterInit
public boolean isNotifyClusterInit()
Deprecated.
-
getQueue
public String getQueue()
Deprecated.
-
setQueue
public void setQueue(String queue)
Deprecated.
-
isIsqueueInit
public boolean isIsqueueInit()
Deprecated.
-
getSyntaxcheck
public boolean getSyntaxcheck()
Deprecated.
-
setSyntaxcheck
public void setSyntaxcheck(boolean syntaxcheck)
Deprecated.
-
isSyntaxCheckInit
public boolean isSyntaxCheckInit()
Deprecated.
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUSubmit getRaw()
Deprecated.Gets the latest version.- Returns:
- the latest version
-
-