ibi.broker.api.data.console
Class JobStatus

java.lang.Object
  extended by ibi.broker.api.data.console.JobStatus
All Implemented Interfaces:
java.io.Serializable

public class JobStatus
extends java.lang.Object
implements java.io.Serializable

Author:
Yingchun Chen
See Also:
Serialized Form

Field Summary
static int JOBSTATUS_FINISHED
           
static int JOBSTATUS_IN_QUEUE
           
static int JOBSTATUS_NO_PERMISSION
           
static int JOBSTATUS_NOT_FOUND
           
static int JOBSTATUS_RUNNING
           
 
Constructor Summary
JobStatus()
           
 
Method Summary
 DsLog getDsLog()
           
static int getJobstatusNotFound()
           
 int getStatus()
           
 void setDsLog(DsLog dsLog)
           
 void setStatus(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOBSTATUS_NOT_FOUND

public static final int JOBSTATUS_NOT_FOUND
See Also:
Constant Field Values

JOBSTATUS_NO_PERMISSION

public static final int JOBSTATUS_NO_PERMISSION
See Also:
Constant Field Values

JOBSTATUS_IN_QUEUE

public static final int JOBSTATUS_IN_QUEUE
See Also:
Constant Field Values

JOBSTATUS_RUNNING

public static final int JOBSTATUS_RUNNING
See Also:
Constant Field Values

JOBSTATUS_FINISHED

public static final int JOBSTATUS_FINISHED
See Also:
Constant Field Values
Constructor Detail

JobStatus

public JobStatus()
Method Detail

getStatus

public int getStatus()
Returns:
the status

setStatus

public void setStatus(int status)
Parameters:
status - the status to set

getDsLog

public DsLog getDsLog()
Returns:
the dsLog

setDsLog

public void setDsLog(DsLog dsLog)
Parameters:
dsLog - the dsLog to set

getJobstatusNotFound

public static int getJobstatusNotFound()
Returns:
the jobstatusNotFound


Copyright © 2006 Information Builders, Incorporated.