public class JobSchedulingInfoDelEvent extends DelEvent implements java.io.Serializable
| Constructor and Description |
|---|
JobSchedulingInfoDelEvent(long timestamp,
int eventID) |
| Modifier and Type | Method and Description |
|---|---|
JobSchedulingInfo |
get() |
boolean |
hasDeletedObject(java.lang.Object obj)
Determine if this event has deleted
obj |
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.
|
java.lang.String |
toString() |
getChangedObject, getObjectType, setChangedObjectgetEventId, getTimestamp, getTypepublic JobSchedulingInfoDelEvent(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 keypublic boolean hasDeletedObject(java.lang.Object obj)
objhasDeletedObject in class DelEventobj - the objecttrue if this event has deleted objpublic java.lang.String toString()
toString in class ChangedObjectEventCopyright © 2007 Sun Microsystems, Inc. All rights reserved.