org.netxms.client
Class ServerJob
java.lang.Object
org.netxms.client.ServerJob
public class ServerJob
- extends java.lang.Object
Represents server-side job
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PENDING
public static final int PENDING
- See Also:
- Constant Field Values
ACTIVE
public static final int ACTIVE
- See Also:
- Constant Field Values
ON_HOLD
public static final int ON_HOLD
- See Also:
- Constant Field Values
COMPLETED
public static final int COMPLETED
- See Also:
- Constant Field Values
FAILED
public static final int FAILED
- See Also:
- Constant Field Values
CANCELLED
public static final int CANCELLED
- See Also:
- Constant Field Values
CANCEL_PENDING
public static final int CANCEL_PENDING
- See Also:
- Constant Field Values
getId
public long getId()
- Returns:
- the id
getNodeId
public long getNodeId()
- Returns:
- the nodeId
getJobType
public java.lang.String getJobType()
- Returns:
- the jobType
getDescription
public java.lang.String getDescription()
- Returns:
- the description
getStatus
public int getStatus()
- Returns:
- the status
getProgress
public int getProgress()
- Returns:
- the progress
getFailureMessage
public java.lang.String getFailureMessage()
- Returns:
- the failureMessage
getUserId
public long getUserId()
- Returns:
- the userId
Copyright © 2013. All Rights Reserved.