|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.brayan.SECS.DAL.sensors.MsOfficeFileSensor
public class MsOfficeFileSensor
| Field Summary | |
|---|---|
private static MsOfficeFileDetector |
mofd
|
private static MsOfficeFileSensor |
ref
class variable |
| Constructor Summary | |
|---|---|
private |
MsOfficeFileSensor()
overrides constructor |
| Method Summary | |
|---|---|
java.lang.Object |
clone()
this overrides the clone() method - because it's of no use to us |
private MsOfficeFileDetector |
getDetector()
return the instantiated File Detector |
static MsOfficeFileSensor |
getSingletonObject()
|
private void |
init()
init all components; start file detector |
void |
stop()
stop this instance of file sensor |
void |
stopFileDetector()
stops the file Detector |
void |
update(java.util.Observable o,
java.lang.Object arg)
Method to react on the oberservable's (filedetector) message. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static MsOfficeFileSensor ref
private static MsOfficeFileDetector mofd
| Constructor Detail |
|---|
private MsOfficeFileSensor()
| Method Detail |
|---|
public static MsOfficeFileSensor getSingletonObject()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionprivate void init()
public void stop()
public void update(java.util.Observable o,
java.lang.Object arg)
update in interface java.util.Observero - arg - private MsOfficeFileDetector getDetector()
public void stopFileDetector()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||