|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Notification org.sadun.util.polling.BaseJMXNotification org.sadun.util.polling.FileMovedJMXNotification
Field Summary | |
protected BasePollerEvent |
event
|
static java.lang.String |
NOTIFICATION_TYPE
|
Constructor Summary | |
FileMovedJMXNotification(ObjectName pollerName,
SequenceNumberGenerator sqg,
BasePollerEvent evt)
|
Method Summary | |
protected BasePollerEvent |
getEvent()
Note: this is null for exception notifications. |
org.sadun.util.MovedFile |
getMovedFile()
See FileMovedEvent.getPath() . |
java.io.File |
getOriginalPath()
See FileMovedEvent.getOriginalPath() . |
java.io.File |
getPath()
See FileMovedEvent.getPath() . |
long |
getPollerEventTime()
Return the time of the original poller event. |
protected static java.lang.String |
mkMsg(BasePollerEvent evt,
java.lang.String propertyName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NOTIFICATION_TYPE
protected BasePollerEvent event
Constructor Detail |
public FileMovedJMXNotification(ObjectName pollerName, SequenceNumberGenerator sqg, BasePollerEvent evt)
Method Detail |
public java.io.File getOriginalPath()
FileMovedEvent.getOriginalPath()
.
FileMovedEvent.getOriginalPath()
.public java.io.File getPath()
FileMovedEvent.getPath()
.
FileMovedEvent.getPath()
.public org.sadun.util.MovedFile getMovedFile()
FileMovedEvent.getPath()
.
FileMovedEvent.getPath()
.protected BasePollerEvent getEvent()
protected static java.lang.String mkMsg(BasePollerEvent evt, java.lang.String propertyName)
public long getPollerEventTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |