public interface AutoDeploymentConfig extends Config
This specifies details relating to the automatic deployment of Publishers.
This is a server side only configuration item. These properties may only be set before a Diffusion Server is started.
Modifier and Type | Method and Description |
---|---|
String |
getDirectory()
Gets the directory.
|
long |
getScanFrequency()
Gets the scan frequency.
|
void |
setDirectory(String directory)
Sets the directory.
|
void |
setScanFrequency(long frequency)
Sets the scan frequency.
|
void setDirectory(String directory) throws ConfigException
If this is not explicitly set then it us assumed that auto deployment is not in use.
directory
- the directory nameConfigException
- if unable to set the propertyString getDirectory()
void setScanFrequency(long frequency) throws ConfigException
If this is not explicitly set then a frequency of 5 seconds is assumed.
frequency
- in millisecondsConfigException
- if unable to set the propertylong getScanFrequency()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.