com.sun.grid.jgdi.event
public class ParallelEnvironmentDelEvent extends DelEvent implements java.io.Serializable
Constructor and Description |
---|
ParallelEnvironmentDelEvent(long timestamp,
int eventID) |
Modifier and Type | Method and Description |
---|---|
ParallelEnvironment |
get() |
java.lang.String |
getName()
Get the name of the ParallelEnvironment
|
boolean |
hasDeletedObject(java.lang.Object obj)
Determine if this event has deleted
obj |
void |
set(ParallelEnvironment obj) |
void |
setPKInfo(int numKey1,
int numKey2,
java.lang.String strKey1,
java.lang.String strKey2)
Set the primary key info of the ParallelEnvironment.
|
java.lang.String |
toString() |
getChangedObject, getObjectType, setChangedObject
getEventId, getTimestamp, getType
public ParallelEnvironmentDelEvent(long timestamp, int eventID)
public void set(ParallelEnvironment obj)
public ParallelEnvironment get()
public void setPKInfo(int numKey1, int numKey2, java.lang.String strKey1, java.lang.String strKey2)
setPKInfo
in class ChangedObjectEvent
numKey1
- first numerical keynumKey2
- second numerical keystrKey1
- fist string keystrKey2
- second string keypublic java.lang.String getName()
public boolean hasDeletedObject(java.lang.Object obj)
obj
hasDeletedObject
in class DelEvent
obj
- the objecttrue
if this event has deleted obj
public java.lang.String toString()
toString
in class ChangedObjectEvent
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.