com.sun.grid.jgdi.event
public abstract class JobEvent extends Event implements java.io.Serializable
Constructor and Description |
---|
JobEvent(long timestamp,
int evtId)
Creates a new instance of JobFinishEvent
|
Modifier and Type | Method and Description |
---|---|
int |
getJobId() |
java.lang.String |
getPeTaskId() |
int |
getTaskId() |
void |
setJobId(int jobId) |
void |
setPeTaskId(java.lang.String peTaskId) |
void |
setTaskId(int taskId) |
java.lang.String |
toString() |
getEventId, getTimestamp, getType
public JobEvent(long timestamp, int evtId)
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.