public class VisorGridJobEvent extends VisorGridEvent
GridJobEvent .| Constructor and Description |
|---|
VisorGridJobEvent(int typeId,
GridUuid id,
String name,
UUID nid,
long timestamp,
String message,
String shortDisplay,
String taskName,
String taskClassName,
GridUuid taskSessionId,
GridUuid jobId)
Create event with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
GridUuid |
jobId() |
String |
taskClassName() |
String |
taskName() |
GridUuid |
taskSessionId() |
String |
toString() |
id, message, name, nid, shortDisplay, timestamp, typeIdpublic VisorGridJobEvent(int typeId,
GridUuid id,
String name,
UUID nid,
long timestamp,
String message,
String shortDisplay,
String taskName,
String taskClassName,
GridUuid taskSessionId,
GridUuid jobId)
typeId - Event type.id - Event id.name - Event name.nid - Event node ID.timestamp - Event timestamp.message - Event message.shortDisplay - Shortened version of toString() result.taskName - Name of the task that triggered the event.taskClassName - Name of task class that triggered the event.taskSessionId - Task session ID of the task that triggered the event.jobId - Job ID.public String taskName()
public String taskClassName()
public GridUuid taskSessionId()
public GridUuid jobId()
public String toString()
toString in class VisorGridEventCopyright © 2014. All rights reserved.