|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.grid.jgdi.event.Event
com.sun.grid.jgdi.event.ChangedObjectEvent
com.sun.grid.jgdi.event.DelEvent
public abstract class DelEvent
| Constructor Summary | |
|---|---|
DelEvent(long timestamp,
int eventId,
java.lang.Class objectType)
Creates a new instance of AbstractDelEvent |
|
| Method Summary | |
|---|---|
abstract boolean |
hasDeletedObject(java.lang.Object obj)
Determine if this event has deleted obj |
| Methods inherited from class com.sun.grid.jgdi.event.ChangedObjectEvent |
|---|
getChangedObject, getObjectType, setChangedObject, setPKInfo, toString |
| Methods inherited from class com.sun.grid.jgdi.event.Event |
|---|
getEventId, getTimestamp, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DelEvent(long timestamp,
int eventId,
java.lang.Class objectType)
| Method Detail |
|---|
public abstract boolean hasDeletedObject(java.lang.Object obj)
obj
obj - the object
true if this event has deleted obj
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||