|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.notice.FileNotice
rendsite.notice.FileNotice_ChangeFile
public class FileNotice_ChangeFile
File notice sink for a change file.
10NOV09 - EPG - First package release.
| Field Summary |
|---|
| Fields inherited from class rendsite.notice.FileNotice |
|---|
ATTR_FILE_PATH, conduit, FILE_CHANGE_CHANGE_DELETE, FILE_CHANGE_CHANGE_FAILED, FILE_CHANGE_CHANGED, fileChangeConduit |
| Constructor Summary | |
|---|---|
FileNotice_ChangeFile(things.thinger.io.conduits.ConduitController controller,
things.common.WhoAmI id,
java.io.File theFile)
Set up a file notifier. |
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose the notifier or sink. |
protected void |
finalize()
Finalizer. |
void |
init(things.thinger.io.conduits.ConduitID yourId)
Initialize the PushDrain. |
things.data.Receipt |
postListener(things.data.Data n)
Listen for a post. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileNotice_ChangeFile(things.thinger.io.conduits.ConduitController controller,
things.common.WhoAmI id,
java.io.File theFile)
throws java.lang.Throwable
controller - the conduit controllerid - the given ID.theFile - where to write the changes.
java.lang.Throwable| Method Detail |
|---|
public void dispose()
throws java.lang.Throwable
dispose in class FileNoticejava.lang.Throwable - for any problem. The should all be FAULTS.
public void init(things.thinger.io.conduits.ConduitID yourId)
throws things.thinger.SystemException
init in interface things.thinger.io.conduits.PushDrainyourId - The ConduitID for this PushDrain.
things.thinger.SystemExceptionConduitID
public things.data.Receipt postListener(things.data.Data n)
throws things.thinger.SystemException
postListener in interface things.thinger.io.conduits.PushDrainn - The data to post.
things.thinger.SystemException
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable - for bugs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||