org.xmlBlaster.client.filepoller
Interface FilePollerPluginMBean
- All Superinterfaces:
- I_AdminPlugin, I_AdminService, I_AdminUsage
- All Known Implementing Classes:
- FilePollerPlugin
- public interface FilePollerPluginMBean
- extends I_AdminService
JMX control for the native FilePollerPlugin.
- Author:
- Marcel Ruff
triggerScan
public java.lang.String triggerScan()
- Triggers a filepoller 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.
Copyright © 1999-2007 The xmlBlaster.org contributers.