|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining additional configuration for links to file system nodes Copyright 2002 Sapient
Field Summary | |
static boolean |
FileMonitorEnabled
If FileMonitorEnabled is true, when this link is created, a thread is spawned to monitor file changes in the backing data store. |
static long |
MonitorPollInterval
MonitorPollInterval is the period of time in milliseconds that the file monitor thread sleeps between polling files to see if they have changed. |
Method Summary | |
String |
getLinkToPath()
LinkToPath is the path to the target of this link |
long |
getMonitorPollInterval()
MonitorPollInterval is the period of time in milliseconds that the file monitor thread sleeps between polling files to see if they have changed. |
boolean |
isFileMonitorEnabled()
If FileMonitorEnabled is true, when this link is created, a thread is spawned to monitor file changes in the backing data store. |
void |
setFileMonitorEnabled(boolean isEnabled)
If FileMonitorEnabled is true, when this link is created, a thread is spawned to monitor file changes in the backing data store. |
void |
setLinkToPath(String path)
LinkToPath is the path to the target of this link |
void |
setMonitorPollInterval(long milliseconds)
MonitorPollInterval is the period of time in milliseconds that the file monitor thread sleeps between polling files to see if they have changed. |
Methods inherited from interface org.sape.carbon.core.config.node.link.LinkNodeConfiguration |
getLinkNodeFactoryClass, setLinkNodeFactoryClass |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Field Detail |
public static final long MonitorPollInterval
public static final boolean FileMonitorEnabled
Method Detail |
public String getLinkToPath()
public void setLinkToPath(String path)
path
- sets the path to the target of this linkpublic long getMonitorPollInterval()
public void setMonitorPollInterval(long milliseconds)
public boolean isFileMonitorEnabled()
public void setFileMonitorEnabled(boolean isEnabled)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |