public class JobSchedulingInfoAddEvent extends AddEvent implements java.io.Serializable
| Constructor and Description |
|---|
JobSchedulingInfoAddEvent(long timestamp,
int eventID) |
| Modifier and Type | Method and Description |
|---|---|
JobSchedulingInfo |
get() |
void |
set(JobSchedulingInfo obj) |
void |
setPKInfo(int numKey1,
int numKey2,
java.lang.String strKey1,
java.lang.String strKey2)
Set the primary key info of the JobSchedulingInfo.
|
getChangedObject, getObjectType, setChangedObject, toStringgetEventId, getTimestamp, getTypepublic JobSchedulingInfoAddEvent(long timestamp,
int eventID)
public void set(JobSchedulingInfo obj)
public JobSchedulingInfo get()
public void setPKInfo(int numKey1,
int numKey2,
java.lang.String strKey1,
java.lang.String strKey2)
setPKInfo in class ChangedObjectEventnumKey1 - first numerical keynumKey2 - second numerical keystrKey1 - fist string keystrKey2 - second string keyCopyright © 2007 Sun Microsystems, Inc. All rights reserved.