com.microstrategy.web.objects.admin.monitors.Job |
![]() |
The interface Job
describes a job that is active on the Intelligence Server.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getClientMachine()
Returns the machine that invoked the job.
| ||||||||||
abstract Date |
getCreationTime()
Returns the job creation time.
| ||||||||||
abstract String |
getDescription()
Returns the description of the job
| ||||||||||
abstract int |
getDuration()
Returns the number of seconds that has passed since the job began
| ||||||||||
abstract int |
getJobID()
Returns the unique identifier for the job.
| ||||||||||
abstract int |
getJobPriority()
Returns the job priority.
| ||||||||||
abstract int |
getJobStatus()
Returns the status of the job, from
EnumDSSXMLJobStatus . | ||||||||||
abstract String |
getProjectDSSID()
Returns the DSS ID of the project that the job is running on.
| ||||||||||
abstract int |
getProjectID()
Returns the project ID of the project that the job is running on.
| ||||||||||
abstract String |
getProjectName()
Returns the name of the project that the job is running on.
| ||||||||||
abstract String |
getServerName()
Returns the name of the Intelligence Server from which the job information is obtained.
| ||||||||||
abstract String |
getUserLoginName()
Returns the login name for the owner of the job.
| ||||||||||
abstract String |
getUserName()
Returns the full name for the owner of the job.
| ||||||||||
abstract boolean |
hasDetails()
Returns whether the details are available or not.
|
Returns the machine that invoked the job.
Returns the job creation time.
Returns the description of the job
Returns the number of seconds that has passed since the job began
Returns the unique identifier for the job.
Returns the job priority.
Returns the status of the job, from EnumDSSXMLJobStatus
.
Returns the DSS ID of the project that the job is running on.
Returns the project ID of the project that the job is running on.
Returns the name of the project that the job is running on.
Returns the name of the Intelligence Server from which the job information is obtained.
Returns the login name for the owner of the job.
Returns the full name for the owner of the job.
Returns whether the details are available or not.
true
if the details are available