org.sadun.util.polling
Class FileFoundJMXNotification

java.lang.Object
  extended byNotification
      extended byorg.sadun.util.polling.BaseJMXNotification
          extended byorg.sadun.util.polling.BaseFileJMXNotification
              extended byorg.sadun.util.polling.FileFoundJMXNotification

public class FileFoundJMXNotification
extends BaseFileJMXNotification

See Also:
Serialized Form

Field Summary
static java.lang.String NOTIFICATION_TYPE
           
 
Fields inherited from class org.sadun.util.polling.BaseFileJMXNotification
event
 
Constructor Summary
FileFoundJMXNotification(ObjectName pollerName, SequenceNumberGenerator sqg, BasePollerEvent evt)
           
 
Method Summary
 java.io.File getDirectory()
          See BaseDirectoryEvent#getDirectory().
 java.io.File getFile()
          See FileFoundEvent.getFile().
 
Methods inherited from class org.sadun.util.polling.BaseFileJMXNotification
getEvent, getPollerEventTime, mkMsg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFICATION_TYPE

public static final java.lang.String NOTIFICATION_TYPE
See Also:
Constant Field Values
Constructor Detail

FileFoundJMXNotification

public FileFoundJMXNotification(ObjectName pollerName,
                                SequenceNumberGenerator sqg,
                                BasePollerEvent evt)
Method Detail

getFile

public java.io.File getFile()
See FileFoundEvent.getFile().

Returns:
the same as FileFoundEvent.getFile().

getDirectory

public java.io.File getDirectory()
See BaseDirectoryEvent#getDirectory().

Returns:
the same as BaseDirectoryEvent#getDirectory().


Copyright © 1999, 2000 Cristiano Sadun. This software is released under GPL.