public class ConcurrentProgRequestStatus extends Object implements Serializable
Constructor and Description |
---|
ConcurrentProgRequestStatus(long _requestId) |
Modifier and Type | Method and Description |
---|---|
Date |
getCompletionDate()
Gets the date when the concurrent program request was completed
|
Date |
getCreationDate()
Gets the date when the concurrent program request was created
|
String |
getLogInfo()
Gets the detailed log statements from the concurrent program run
|
String |
getPhase()
Gets the current phase of the concurrent program
|
String |
getProgramName()
Gets the name of the concurrent program
|
long |
getRequestId()
Gets the concurrent program request id.
|
String |
getRequestName()
Gets the concurrent program request name.
|
String |
getStatus()
Gets the current status of the concurrent program
|
String |
getUserName()
Returns username of the user making the request.
|
void |
setCompletionDate(Date endDate)
Internal: Applications should not use this method.
|
void |
setCreationDate(Date startDate)
Internal: Applications should not use this method.
|
void |
setLogInfo(String logInfo)
Internal: Applications should not use this method.
|
void |
setPhase(String phase)
Internal: Applications should not use this method.
|
void |
setProgramName(String programName)
Internal: Applications should not use this method.
|
void |
setRequestId(long requestId)
Internal: Applications should not use this method.
|
void |
setRequestName(String requestName)
Internal: Applications should not use this method.
|
void |
setStatus(String status)
Internal: Applications should not use this method.
|
void |
setUserName(String userName)
Sets username of the user making the request.
|
public void setRequestId(long requestId)
public long getRequestId()
public void setRequestName(String requestName)
public String getRequestName()
public void setProgramName(String programName)
public String getProgramName()
public void setPhase(String phase)
public String getPhase()
public void setStatus(String status)
public String getStatus()
public void setLogInfo(String logInfo)
public String getLogInfo()
public void setCreationDate(Date startDate)
public Date getCreationDate()
public void setCompletionDate(Date endDate)
public Date getCompletionDate()
public String getUserName()
public void setUserName(String userName)
userName
- the _userName to setHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved