org.xmlBlaster.contrib.filewatcher
Interface FileWatcherPluginMBean
- All Superinterfaces:
- org.xmlBlaster.util.admin.I_AdminPlugin, org.xmlBlaster.util.admin.I_AdminService, org.xmlBlaster.util.admin.I_AdminUsage
- All Known Implementing Classes:
- FileWatcherPlugin
- public interface FileWatcherPluginMBean
- extends org.xmlBlaster.util.admin.I_AdminService
JMX control for the native FileWatcherPlugin.
- Author:
- Marcel Ruff
| Methods inherited from interface org.xmlBlaster.util.admin.I_AdminService |
activate, deActivate, isActive |
| Methods inherited from interface org.xmlBlaster.util.admin.I_AdminPlugin |
getType, getVersion, isShutdown, shutdown |
| Methods inherited from interface org.xmlBlaster.util.admin.I_AdminUsage |
getUsageUrl, setUsageUrl, usage |
triggerScan
public java.lang.String triggerScan()
- Triggers a filewatcher scan.
getDirectoryName
public java.lang.String getDirectoryName()
- Returns:
- Returns the directoryName.
setDirectoryName
public void setDirectoryName(java.lang.String directoryName)
- Parameters:
directoryName - The directoryName to set.
getFileFilter
public java.lang.String getFileFilter()
- Returns:
- Returns the fileFilter.
setFileFilter
public void setFileFilter(java.lang.String fileFilter)
- Parameters:
fileFilter - The fileFilter to set.
getFilterType
public java.lang.String getFilterType()
- Returns:
- Returns the filterType.
setFilterType
public void setFilterType(java.lang.String filterType)
- Parameters:
filterType - The filterType to set.
getMaximumFileSize
public long getMaximumFileSize()
- Returns:
- Returns the maximumFileSize.
setMaximumFileSize
public void setMaximumFileSize(long maximumFileSize)
- Parameters:
maximumFileSize - The maximumFileSize to set.
getPollInterval
public long getPollInterval()
- Returns:
- Returns the pollInterval.
setPollInterval
public void setPollInterval(long pollInterval)
- Parameters:
pollInterval - The pollInterval to set.
isCopyOnMove
public boolean isCopyOnMove()
- Returns:
- Returns the copyOnMove.
setCopyOnMove
public void setCopyOnMove(boolean copyOnMove)
- Parameters:
copyOnMove - The copyOnMove to set.
getDelaySinceLastFileChange
public long getDelaySinceLastFileChange()
- Returns:
- Returns the delaySinceLastFileChange.
setDelaySinceLastFileChange
public void setDelaySinceLastFileChange(long delaySinceLastFileChange)
- Parameters:
delaySinceLastFileChange - The delaySinceLastFileChange to set.
getDiscarded
public java.lang.String getDiscarded()
- Returns:
- Returns the discarded.
setDiscarded
public void setDiscarded(java.lang.String discarded)
- Parameters:
discarded - The discarded to set.
getLockExtention
public java.lang.String getLockExtention()
- Returns:
- Returns the lockExtention.
setLockExtention
public void setLockExtention(java.lang.String lockExtention)
- Parameters:
lockExtention - The lockExtention to set.
getSent
public java.lang.String getSent()
- Returns:
- Returns the sent.
setSent
public void setSent(java.lang.String sent)
- Parameters:
sent - The sent to set.
setRecursive
public void setRecursive(boolean rec)
isRecursive
public boolean isRecursive()
Copyright © 1999-2007 The xmlBlaster.org contributers.