public class RemoteTaskId extends TaskId
Constructor and Description |
---|
RemoteTaskId(java.lang.String taskName,
TaskType taskType,
SessionId sessionId) |
Modifier and Type | Method and Description |
---|---|
RemoteTaskId |
clone() |
boolean |
equals(java.lang.Object obj)
IMPORTANT Overridden to compare taskId as well as sessionId.
|
SessionId |
getKillerSessionId() |
SessionId |
getOwnerSessionId() |
java.lang.String |
getRenderText() |
java.lang.String |
getServerName() |
SessionId |
getSessionId() |
void |
setCancelledBy(SessionId killerId) |
void |
setOwnerSessionId(SessionId ownerId) |
void |
setSessionId(SessionId sessionId)
Allows for changing the sessionId.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
getFinishTime, getName, getRenderColor, getRenderIcon, getStartTime, getState, getTID, getType, hashCode, isFinished, isRunning, setFinished, setName, setRunning, setType, toDumpString
deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public final void setCancelledBy(SessionId killerId)
public final SessionId getKillerSessionId()
public final java.lang.String getServerName()
public final SessionId getSessionId()
public final void setSessionId(SessionId sessionId)
JournalTask
mechanism.public final SessionId getOwnerSessionId()
public final void setOwnerSessionId(SessionId ownerId)
public java.lang.String getRenderText()
getRenderText
in interface Renderable
getRenderText
in class TaskId
public RemoteTaskId clone()
public boolean equals(java.lang.Object obj)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.