|
|||||||||
| 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.AddEvent
public abstract class AddEvent
Base class for all add events.
| Constructor Summary | |
|---|---|
AddEvent(long timestamp,
int eventId,
java.lang.Class objectType)
Creates a new instance of AddEvent |
|
| Method Summary |
|---|
| 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 AddEvent(long timestamp,
int eventId,
java.lang.Class objectType)
timestamp - timestamp when the event occurseventId - id of the eventobjectType - type of the added object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||