public class ProcProxy extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
ProcProxy.ProcProxyBusyThread |
class |
ProcProxy.ProcProxyThread |
class |
ProcProxy.StreamHandler |
| Constructor and Description |
|---|
ProcProxy(Goal goal,
int procId) |
ProcProxy(Goal goal,
ProcDef procDef,
int procId,
String IOR,
String status,
String statusDetail,
String time,
String logURL) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
convertCommandIntoCmdarry(String command) |
void |
endJob() |
String |
getCompleteLogURL() |
String |
getIOR() |
String |
getLogURL() |
ProcDef |
getProcDef() |
int |
getProcId() |
String |
getStatus() |
String |
getStatusDetail() |
String |
getTime() |
void |
print() |
void |
removeProcProxy() |
void |
setGoal(Goal goal) |
void |
setIOR(String IOR) |
void |
setLogURL(String logURL) |
void |
setProcId(int procId) |
void |
setStatus(String status,
String statusDetail) |
void |
setStatusSynchedThroughProcMan(String status,
String statusDetail) |
void |
setTime(String time) |
public ProcProxy(Goal goal, ProcDef procDef, int procId, String IOR, String status, String statusDetail, String time, String logURL)
public ProcProxy(Goal goal, int procId)
public void setGoal(Goal goal)
public ProcDef getProcDef()
public int getProcId()
public void setProcId(int procId)
public String getIOR()
public void setIOR(String IOR)
public void setStatusSynchedThroughProcMan(String status, String statusDetail)
public String getStatus()
public String getStatusDetail()
public String getTime()
public void setTime(String time)
public String getLogURL()
public String getCompleteLogURL()
public void setLogURL(String logURL)
public void endJob()
public void removeProcProxy()
public void print()
Copyright © 1996-2013 FreeHEP. All Rights Reserved.