|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.data.daemon.LyDaemon
public abstract class LyDaemon
Daemon for managing objects.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
LyInfo |
getInfo()
Gets info to which the daemon is associated. |
LyClassInfo |
getSourceClass()
Accessor to source class. |
abstract void |
idRehashed(LyObjectId oldObjectId,
LyObjectId newObjectId)
Called when objectId of an object has been changed. |
boolean |
objectCreated(LyDataSourceEvent event)
Method for object creation callback. |
boolean |
objectDeleted(LyDataSourceEvent event)
Method for object deletion callback. |
boolean |
objectModified(LyDataSourceEvent event)
Method for object modification callback. |
void |
unload()
Unloads this daemon if it internally handles data. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Method Detail |
---|
public void unload()
public LyClassInfo getSourceClass()
public abstract void idRehashed(LyObjectId oldObjectId, LyObjectId newObjectId)
oldObjectId
- newObjectId
- public boolean objectCreated(LyDataSourceEvent event)
objectCreated
in interface LyDataSourceListener
event
- the datasource event
LyDataSourceListener.objectCreated(leon.data.LyDataSourceEvent)
public boolean objectDeleted(LyDataSourceEvent event)
objectDeleted
in interface LyDataSourceListener
event
- the datasource event
LyDataSourceListener.objectDeleted(leon.data.LyDataSourceEvent)
public boolean objectModified(LyDataSourceEvent event)
objectModified
in interface LyDataSourceListener
event
- the datasource event
LyDataSourceListener.objectModified(leon.data.LyDataSourceEvent)
public LyInfo getInfo()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |