|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.notice.FileNotice
rendsite.notice.FileNotice_Notifier
public class FileNotice_Notifier
Send file notices.
10NOV09 - EPG - First package release.
| Field Summary | |
|---|---|
static things.thinger.io.conduits.ConduitID |
fileChangeConduit
All file changes should be submitted to this conduit. |
| Fields inherited from class rendsite.notice.FileNotice |
|---|
ATTR_FILE_PATH, conduit, FILE_CHANGE_CHANGE_DELETE, FILE_CHANGE_CHANGE_FAILED, FILE_CHANGE_CHANGED |
| Constructor Summary | |
|---|---|
FileNotice_Notifier(things.thinger.io.conduits.ConduitController controller,
things.common.WhoAmI id)
Set up a file notifier. |
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose the notifier or sink. |
protected void |
finalize()
Finalizer. |
void |
notifyChange(Node_File theFile,
java.lang.String path)
Notify a file change. |
void |
notifyChangeDeleted(Node_File theFile,
java.lang.String path)
Notify a file change for a file that was deleted. |
void |
notifyChangeFailed(Node_File theFile,
java.lang.String path)
Notify a file change that failed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final things.thinger.io.conduits.ConduitID fileChangeConduit
| Constructor Detail |
|---|
public FileNotice_Notifier(things.thinger.io.conduits.ConduitController controller,
things.common.WhoAmI id)
throws java.lang.Throwable
controller - id -
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 notifyChange(Node_File theFile,
java.lang.String path)
throws java.lang.Throwable
theFile - the file nodepath - the full path at the time of the change.
java.lang.Throwable
public void notifyChangeFailed(Node_File theFile,
java.lang.String path)
throws java.lang.Throwable
theFile - the file nodepath - the full path at the time of the change.
java.lang.Throwable
public void notifyChangeDeleted(Node_File theFile,
java.lang.String path)
throws java.lang.Throwable
theFile - the file nodepath - the full path at the time of the change.
java.lang.Throwable
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 | |||||||||